Skip to content

Instantly share code, notes, and snippets.

@sathishvc
Created June 24, 2019 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sathishvc/34dd6c1092112dc3c67f86711e81e05b to your computer and use it in GitHub Desktop.
Save sathishvc/34dd6c1092112dc3c67f86711e81e05b to your computer and use it in GitHub Desktop.
Error building a basic app in lucky framework. lucky v0.15.0, crystal 0.29.0
[vagrant@vagrant first_project]$ crystal build --release src/start_server.cr
_main.o: In function `__crystal_main':
/usr/share/crystal/src/callstack.cr:42: undefined reference to `*CallStack::skip<String>:Array(String)+'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/exception.cr:3: undefined reference to `*CallStack::skip<String>:Array(String)+'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/thread.cr:113: undefined reference to `*Thread::new:Thread'
/usr/share/crystal/src/thread.cr:113: undefined reference to `*Thread::current=<Thread>:Thread'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/gc/boehm.cr:243: undefined reference to `*GC::before_collect<&Proc(Nil)>:Nil'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/crystal/hasher.cr:83: undefined reference to `*Slice(T)::new<Pointer(UInt8), Int32>:Slice(UInt8)'
/usr/share/crystal/src/crystal/hasher.cr:83: undefined reference to `*Crystal::System::Random::random_bytes<Slice(UInt8)>:Nil'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/kernel.cr:540: undefined reference to `*Signal::setup_default_handlers:Nil'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/raise.cr:5: undefined reference to `*CallStack::skip<String>:Array(String)+'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/regex/lib_pcre.cr:27: undefined reference to `*GC::malloc<UInt64>:Pointer(Void)'
/usr/share/crystal/src/regex/lib_pcre.cr:28: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/shards.cr:3: undefined reference to `*Dotenv@Dotenv::load:Hash(String, String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky_cli/src/lucky_cli/process_runner.cr:41: undefined reference to `*Array(LuckyCli::ProcessRunner+.class)@Array(T)#<<<LuckyCli::ProcessRunner::Overmind.class>:Array(LuckyCli::ProcessRunner+.class)'
/home/vagrant/first_project/lib/lucky_cli/src/lucky_cli/process_runner.cr:51: undefined reference to `*Array(LuckyCli::ProcessRunner+.class)@Array(T)#<<<LuckyCli::ProcessRunner::Forego.class>:Array(LuckyCli::ProcessRunner+.class)'
/home/vagrant/first_project/lib/lucky_cli/src/lucky_cli/process_runner.cr:61: undefined reference to `*Array(LuckyCli::ProcessRunner+.class)@Array(T)#<<<LuckyCli::ProcessRunner::Heroku.class>:Array(LuckyCli::ProcessRunner+.class)'
/home/vagrant/first_project/lib/lucky_cli/src/lucky_cli/process_runner.cr:71: undefined reference to `*Array(LuckyCli::ProcessRunner+.class)@Array(T)#<<<LuckyCli::ProcessRunner::Foreman.class>:Array(LuckyCli::ProcessRunner+.class)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:4: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:4: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:4: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:5: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:5: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:5: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:6: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:6: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:6: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:7: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:7: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:7: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:8: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:8: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:8: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:9: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:9: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:9: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:10: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:10: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:10: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:11: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:11: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:11: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:12: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:12: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:12: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:13: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:13: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:13: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:14: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:14: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:14: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:15: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:15: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:15: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:16: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:16: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:16: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:17: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:17: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:17: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:18: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:18: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:18: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:19: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:19: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:19: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:20: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:20: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:20: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:21: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:21: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:21: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:22: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:22: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:22: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:23: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:23: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:23: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:24: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:24: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:24: undefined reference to `*Wordsmith::Inflector::Inflections#plural<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:26: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:26: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:26: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:27: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:27: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:27: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:28: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:28: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:28: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:29: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:29: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:29: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:30: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:30: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:30: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:31: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:31: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:31: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:32: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:32: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:32: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:33: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:33: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:33: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:34: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:34: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:34: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:35: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:35: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:35: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:36: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:36: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:36: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:37: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:37: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:37: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:38: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:38: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:38: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:39: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:39: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:39: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:40: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:40: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:40: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:41: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:41: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:41: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:42: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:42: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:42: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:43: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:43: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:43: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:44: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:44: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:44: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:45: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:45: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:45: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:46: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:46: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:46: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:47: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:47: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:47: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:48: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:48: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:48: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:49: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:49: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:49: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:50: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:50: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:50: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:51: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:51: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:51: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:52: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:52: undefined reference to `*Regex::new<String, Regex::Options>:Regex'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:52: undefined reference to `*Wordsmith::Inflector::Inflections#singular<Regex, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:54: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:54: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:55: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:55: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:56: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:56: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:57: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:57: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:58: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:58: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:59: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:59: undefined reference to `*Wordsmith::Inflector::Inflections#irregular<String, String>:Hash(Regex, String)'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Wordsmith::Inflector@Wordsmith::Inflector::inflections:Wordsmith::Inflector::Inflections'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:148: undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o:/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: more undefined references to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String' follow
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:149: undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/wordsmith/src/wordsmith/inflections.cr:61: undefined reference to `*Wordsmith::Inflector::Inflections#uncountable<Array(String)>:Wordsmith::Inflector::Inflections::Uncountables'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:309: undefined reference to `*PG::Decoders::BoolDecoder::new:PG::Decoders::BoolDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:309: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::BoolDecoder, Int32>:PG::Decoders::BoolDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:310: undefined reference to `*PG::Decoders::ByteaDecoder::new:PG::Decoders::ByteaDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:310: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ByteaDecoder, Int32>:PG::Decoders::ByteaDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:311: undefined reference to `*PG::Decoders::CharDecoder::new:PG::Decoders::CharDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:311: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::CharDecoder, Int32>:PG::Decoders::CharDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:312: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:312: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:313: undefined reference to `*PG::Decoders::Int64Decoder::new:PG::Decoders::Int64Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:313: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Int64Decoder, Int32>:PG::Decoders::Int64Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:314: undefined reference to `*PG::Decoders::Int16Decoder::new:PG::Decoders::Int16Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:314: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Int16Decoder, Int32>:PG::Decoders::Int16Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:315: undefined reference to `*PG::Decoders::Int32Decoder::new:PG::Decoders::Int32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:315: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Int32Decoder, Int32>:PG::Decoders::Int32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:316: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:316: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:317: undefined reference to `*PG::Decoders::UIntDecoder::new:PG::Decoders::UIntDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:317: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::UIntDecoder, Int32>:PG::Decoders::UIntDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:318: undefined reference to `*PG::Decoders::JsonDecoder::new:PG::Decoders::JsonDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:318: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::JsonDecoder, Int32>:PG::Decoders::JsonDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:319: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:319: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:320: undefined reference to `*PG::Decoders::JsonbDecoder::new:PG::Decoders::JsonbDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:320: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::JsonbDecoder, Int32>:PG::Decoders::JsonbDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:321: undefined reference to `*PG::Decoders::Float32Decoder::new:PG::Decoders::Float32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:321: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Float32Decoder, Int32>:PG::Decoders::Float32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:322: undefined reference to `*PG::Decoders::Float64Decoder::new:PG::Decoders::Float64Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:322: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Float64Decoder, Int32>:PG::Decoders::Float64Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:323: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:323: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:324: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:324: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:325: undefined reference to `*PG::Decoders::StringDecoder::new:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:325: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::StringDecoder, Int32>:PG::Decoders::StringDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:326: undefined reference to `*PG::Decoders::DateDecoder::new:PG::Decoders::DateDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:326: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::DateDecoder, Int32>:PG::Decoders::DateDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:327: undefined reference to `*PG::Decoders::TimeDecoder::new:PG::Decoders::TimeDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:327: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::TimeDecoder, Int32>:PG::Decoders::TimeDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:328: undefined reference to `*PG::Decoders::NumericDecoder::new:PG::Decoders::NumericDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:328: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::NumericDecoder, Int32>:PG::Decoders::NumericDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:329: undefined reference to `*PG::Decoders::TimeDecoder::new:PG::Decoders::TimeDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:329: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::TimeDecoder, Int32>:PG::Decoders::TimeDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:330: undefined reference to `*PG::Decoders::Int32Decoder::new:PG::Decoders::Int32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:330: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::Int32Decoder, Int32>:PG::Decoders::Int32Decoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:331: undefined reference to `*PG::Decoders::UuidDecoder::new:PG::Decoders::UuidDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:331: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::UuidDecoder, Int32>:PG::Decoders::UuidDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:332: undefined reference to `*PG::Decoders::PointDecoder::new:PG::Decoders::PointDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:332: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::PointDecoder, Int32>:PG::Decoders::PointDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:333: undefined reference to `*PG::Decoders::LineSegmentDecoder::new:PG::Decoders::LineSegmentDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:333: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::LineSegmentDecoder, Int32>:PG::Decoders::LineSegmentDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:334: undefined reference to `*PG::Decoders::PathDecoder::new:PG::Decoders::PathDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:334: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::PathDecoder, Int32>:PG::Decoders::PathDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:335: undefined reference to `*PG::Decoders::BoxDecoder::new:PG::Decoders::BoxDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:335: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::BoxDecoder, Int32>:PG::Decoders::BoxDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:336: undefined reference to `*PG::Decoders::PolygonDecoder::new:PG::Decoders::PolygonDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:336: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::PolygonDecoder, Int32>:PG::Decoders::PolygonDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:337: undefined reference to `*PG::Decoders::LineDecoder::new:PG::Decoders::LineDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:337: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::LineDecoder, Int32>:PG::Decoders::LineDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:338: undefined reference to `*PG::Decoders::CircleDecoder::new:PG::Decoders::CircleDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:338: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::CircleDecoder, Int32>:PG::Decoders::CircleDecoder'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:116: undefined reference to `*PG::Decoders::ArrayDecoder(PG::BoolArray, PG::Decoders::BoolDecoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::BoolArray, PG::Decoders::BoolDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:116: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::BoolArray, PG::Decoders::BoolDecoder), Int32>:PG::Decoders::ArrayDecoder(PG::BoolArray, PG::Decoders::BoolDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:117: undefined reference to `*PG::Decoders::ArrayDecoder(PG::CharArray, PG::Decoders::CharDecoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::CharArray, PG::Decoders::CharDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:117: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::CharArray, PG::Decoders::CharDecoder), Int32>:PG::Decoders::ArrayDecoder(PG::CharArray, PG::Decoders::CharDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:118: undefined reference to `*PG::Decoders::ArrayDecoder(PG::Int16Array, PG::Decoders::Int16Decoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::Int16Array, PG::Decoders::Int16Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:118: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::Int16Array, PG::Decoders::Int16Decoder), Int32>:PG::Decoders::ArrayDecoder(PG::Int16Array, PG::Decoders::Int16Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:119: undefined reference to `*PG::Decoders::ArrayDecoder(PG::Int32Array, PG::Decoders::Int32Decoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::Int32Array, PG::Decoders::Int32Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:119: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::Int32Array, PG::Decoders::Int32Decoder), Int32>:PG::Decoders::ArrayDecoder(PG::Int32Array, PG::Decoders::Int32Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:120: undefined reference to `*PG::Decoders::ArrayDecoder(PG::StringArray, PG::Decoders::StringDecoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::StringArray, PG::Decoders::StringDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:120: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::StringArray, PG::Decoders::StringDecoder), Int32>:PG::Decoders::ArrayDecoder(PG::StringArray, PG::Decoders::StringDecoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:121: undefined reference to `*PG::Decoders::ArrayDecoder(PG::Int64Array, PG::Decoders::Int64Decoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::Int64Array, PG::Decoders::Int64Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:121: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::Int64Array, PG::Decoders::Int64Decoder), Int32>:PG::Decoders::ArrayDecoder(PG::Int64Array, PG::Decoders::Int64Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:122: undefined reference to `*PG::Decoders::ArrayDecoder(PG::Float32Array, PG::Decoders::Float32Decoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::Float32Array, PG::Decoders::Float32Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:122: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::Float32Array, PG::Decoders::Float32Decoder), Int32>:PG::Decoders::ArrayDecoder(PG::Float32Array, PG::Decoders::Float32Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:123: undefined reference to `*PG::Decoders::ArrayDecoder(PG::Float64Array, PG::Decoders::Float64Decoder)@PG::Decoders::ArrayDecoder(T, D)::new:PG::Decoders::ArrayDecoder(PG::Float64Array, PG::Decoders::Float64Decoder)'
/home/vagrant/first_project/lib/pg/src/pg/decoders/array_decoder.cr:123: undefined reference to `*PG::Decoders::register_decoder<PG::Decoders::ArrayDecoder(PG::Float64Array, PG::Decoders::Float64Decoder), Int32>:PG::Decoders::ArrayDecoder(PG::Float64Array, PG::Decoders::Float64Decoder)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/pg/src/pg/driver.cr:7: undefined reference to `*DB::register_driver<String, PG::Driver.class>:PG::Driver.class'
/home/vagrant/first_project/lib/pg/src/pg/driver.cr:8: undefined reference to `*DB::register_driver<String, PG::Driver.class>:PG::Driver.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/create.cr:1: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/create.cr:1: undefined reference to `*Db::Create::new:Db::Create'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/create.cr:1: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Create>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/drop.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/drop.cr:3: undefined reference to `*Db::Drop@Reference::new:Db::Drop'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/drop.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Drop>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate.cr:3: undefined reference to `*Db::Migrate::new:Db::Migrate'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Migrate>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate_one.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate_one.cr:3: undefined reference to `*Db::Migrate::One@Reference::new:Db::Migrate::One'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/migrate_one.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Migrate::One>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/redo.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/redo.cr:3: undefined reference to `*Db::Redo@Reference::new:Db::Redo'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/redo.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Redo>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback.cr:3: undefined reference to `*Db::Rollback@Reference::new:Db::Rollback'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::Rollback>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback_all.cr:3: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback_all.cr:3: undefined reference to `*Db::RollbackAll@Reference::new:Db::RollbackAll'
/home/vagrant/first_project/lib/avram/src/avram/tasks/db/rollback_all.cr:3: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Db::RollbackAll>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/tasks/gen/migration.cr:94: undefined reference to `*LuckyCli::Runner::tasks:Array(LuckyCli::Task)+'
/home/vagrant/first_project/lib/avram/src/avram/tasks/gen/migration.cr:94: undefined reference to `*Gen::Migration@Reference::new:Gen::Migration'
/home/vagrant/first_project/lib/avram/src/avram/tasks/gen/migration.cr:94: undefined reference to `*Array(LuckyCli::Task)+@Array(T)#<<<Gen::Migration>:Array(LuckyCli::Task)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:66: undefined reference to `*Optarg::Parser::on_validate<&Proc(Optarg::Parser+, Optarg::Model+, Nil)>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cli::OptionModel::__klass:Optarg::ModelClass'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cli::OptionModelDefinitions::Subcommand#subclassify<Cry::Command::Options.class>:Cli::OptionModelDefinitions::Subcommand'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::Base+>:(Optarg::Definitions::Unknown | Nil)'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Hash(String, Proc(Cli::CommandBase, Array(String), Nil))+@Hash(K, V)#[]=<String, Proc(Cli::CommandBase+, Array(String)+, Nil)>:Proc(Cli::CommandBase+, Array(String)+, Nil)'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cli::CommandClass+@Cli::CommandClass#supercommand:Cli::CommandClass+'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cli::CommandClass+@Cli::CommandClass#<<<Cli::CommandClass+>:Cli::CommandClass+'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:7: undefined reference to `*Cli::OptionMetadata::new:description<String>:Cli::OptionMetadata'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:7: undefined reference to `*Optarg::Definitions::StringArgument::new:metadata:stop:required:default:any_of:complete<String, Cli::OptionMetadata, Nil, Nil, String, Nil, Nil>:Optarg::Definitions::StringArgument'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:7: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::StringArgument>:(Optarg::Definitions::Unknown | Nil)'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:148: undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:8: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:8: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:149: undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:8: undefined reference to `*Cli::OptionMetadata::new:description<String>:Cli::OptionMetadata'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:8: undefined reference to `*Optarg::Definitions::BoolOption::new:metadata:stop:default<Array(String), Cli::OptionMetadata, Nil, Nil>:Optarg::Definitions::BoolOption'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:8: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::BoolOption>:(Optarg::Definitions::Unknown | Nil)'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:148: undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:149: undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*Cli::OptionMetadata::new:description:variable_name<String, Nil>:Cli::OptionMetadata'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*ENV::[]?<String>:(String | Nil)'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*Optarg::Definitions::StringOption::new:metadata:stop:default:required:any_of:complete<Array(String), Cli::OptionMetadata, Nil, String, Nil, Nil, Nil>:Optarg::Definitions::StringOption'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:9: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::StringOption>:(Optarg::Definitions::Unknown | Nil)'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:148: undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:10: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:10: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:149: undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:10: undefined reference to `*Cli::OptionMetadata::new:description:variable_name<String, Nil>:Cli::OptionMetadata'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:10: undefined reference to `*Optarg::Definitions::StringOption::new:metadata:stop:default:required:any_of:complete<Array(String), Cli::OptionMetadata, Nil, String, Nil, Nil, Nil>:Optarg::Definitions::StringOption'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:10: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::StringOption>:(Optarg::Definitions::Unknown | Nil)'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:148: undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:11: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:11: undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o: In function `__crystal_main':
/usr/share/crystal/src/array.cr:149: undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:11: undefined reference to `*Cli::OptionMetadata::new:description<String>:Cli::OptionMetadata'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:11: undefined reference to `*Optarg::Definitions::BoolOption::new:metadata:stop:default<Array(String), Cli::OptionMetadata, Nil, Nil>:Optarg::Definitions::BoolOption'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:11: undefined reference to `*Optarg::DefinitionSet#<<<Optarg::Definitions::BoolOption>:(Optarg::Definitions::Unknown | Nil)'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:15: undefined reference to `*Cry::Command::Help::caption<String>:String'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/forms/sign_up_form.cr:5: undefined reference to `*Wordsmith::Inflector::Inflections::Uncountables#<<<String>:Wordsmith::Inflector::Inflections::Uncountables'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/home/index.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, Home::Index.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/me/show.cr:2: undefined reference to `*Lucky::Router::add<Symbol, String, Me::Show.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/password_reset_requests/create.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, PasswordResetRequests::Create.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/password_reset_requests/new.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, PasswordResetRequests::New.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/password_resets/create.cr:5: undefined reference to `*Lucky::Router::add<Symbol, String, PasswordResets::Create.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/password_resets/edit.cr:5: undefined reference to `*Lucky::Router::add<Symbol, String, PasswordResets::Edit.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/password_resets/new.cr:6: undefined reference to `*Lucky::Router::add<Symbol, String, PasswordResets::New.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/sign_ins/create.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, SignIns::Create.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/sign_ins/delete.cr:2: undefined reference to `*Lucky::Router::add<Symbol, String, SignIns::Delete.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/sign_ins/new.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, SignIns::New.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/sign_ups/create.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, SignUps::Create.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/actions/sign_ups/new.cr:4: undefined reference to `*Lucky::Router::add<Symbol, String, SignUps::New.class>:Nil'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/server.cr:2: undefined reference to `*Lucky::Server::settings:Lucky::Server::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/server.cr:6: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/forms/sign_up_form.cr:5: undefined reference to `*Array(String)+@Array(T)#<<<String>:Array(String)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/server.cr:7: undefined reference to `*/home/vagrant/first_project/config/server.cr::secret_key_from_env:String'
/home/vagrant/first_project/config/server.cr:7: undefined reference to `*Lucky::Server::Settings::secret_key_base=<String>:String'
/home/vagrant/first_project/config/server.cr:8: undefined reference to `*Lucky::Server::Settings::host=<String>:String'
/home/vagrant/first_project/config/server.cr:9: undefined reference to `*ENV::[]<String>:String'
/home/vagrant/first_project/config/server.cr:9: undefined reference to `*String#to_i:Int32'
/home/vagrant/first_project/config/server.cr:9: undefined reference to `*Lucky::Server::Settings::port=<Int32>:Int32'
/home/vagrant/first_project/config/server.cr:11: undefined reference to `*Lucky::Server::Settings::secret_key_base=<String>:String'
/home/vagrant/first_project/config/server.cr:14: undefined reference to `*Lucky::ServerSettings@Lucky::ServerSettings::host:String'
/home/vagrant/first_project/config/server.cr:14: undefined reference to `*Lucky::Server::Settings::host=<String>:String'
/home/vagrant/first_project/config/server.cr:15: undefined reference to `*Lucky::ServerSettings@Lucky::ServerSettings::port:Int32'
/home/vagrant/first_project/config/server.cr:15: undefined reference to `*Lucky::Server::Settings::port=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/force_ssl_handler.cr:29: undefined reference to `*Lucky::ForceSSLHandler::settings:Lucky::ForceSSLHandler::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/server.cr:27: undefined reference to `*Lucky::ForceSSLHandler::Settings::enabled=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/authentic/src/authentic.cr:34: undefined reference to `*Authentic::settings:Authentic::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/authentic.cr:4: undefined reference to `*Lucky::Server::settings:Lucky::Server::Settings.class'
/home/vagrant/first_project/config/authentic.cr:4: undefined reference to `*Lucky::Server::Settings::secret_key_base:String'
/home/vagrant/first_project/config/authentic.cr:4: undefined reference to `*Authentic::Settings::secret_key=<String>:String'
/home/vagrant/first_project/config/authentic.cr:6: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
/home/vagrant/first_project/config/authentic.cr:8: undefined reference to `*Authentic::Settings::encryption_cost=<Int32>:Int32'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/colors.cr:4: undefined reference to `*Lucky::Env@Lucky::Env::development?:Bool'
/home/vagrant/first_project/config/colors.cr:4: undefined reference to `*Lucky::Env@Lucky::Env::test?:Bool'
/home/vagrant/first_project/config/colors.cr:4: undefined reference to `*Colorize::enabled=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/session.cr:7: undefined reference to `*Lucky::Session::settings:Lucky::Session::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/cookies.cr:4: undefined reference to `*Lucky::Session::Settings::key=<String>:String'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:8: undefined reference to `*Lucky::CookieJar::settings:Lucky::CookieJar::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/cookies.cr:8: undefined reference to `*Lucky::CookieJar::Settings::on_set=<Proc(HTTP::Cookie, HTTP::Cookie)>:Proc(HTTP::Cookie, HTTP::Cookie)'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/database.cr:1: undefined reference to `*String::Builder::new:String::Builder'
/home/vagrant/first_project/config/database.cr:1: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/home/vagrant/first_project/config/database.cr:1: undefined reference to `*Lucky::Env@Lucky::Env::name:String'
/home/vagrant/first_project/config/database.cr:1: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/home/vagrant/first_project/config/database.cr:1: undefined reference to `*String::Builder#to_s:String'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/repo.cr:7: undefined reference to `*Avram::Repo::settings:Avram::Repo::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/database.cr:4: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
/home/vagrant/first_project/config/database.cr:5: undefined reference to `*ENV::fetch<String>:String'
/home/vagrant/first_project/config/database.cr:5: undefined reference to `*Avram::Repo::Settings::url=<String>:String'
/home/vagrant/first_project/config/database.cr:7: undefined reference to `*ENV::[]?<String>:(String | Nil)'
/home/vagrant/first_project/config/database.cr:17: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
/home/vagrant/first_project/config/database.cr:17: undefined reference to `*Avram::Repo::Settings::lazy_load_enabled=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/emails/base_email.cr:1: undefined reference to `*BaseEmail::settings:BaseEmail::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/email.cr:2: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/database.cr:9: undefined reference to `*ENV::[]?<String>:(String | Nil)'
/home/vagrant/first_project/config/database.cr:7: undefined reference to `*Avram::Repo::Settings::url=<String>:String'
/home/vagrant/first_project/config/database.cr:11: undefined reference to `*ENV::[]?<String>:(String | Nil)'
/home/vagrant/first_project/config/database.cr:13: undefined reference to `*ENV::[]?<String>:(String | Nil)'
/home/vagrant/first_project/config/database.cr:7: undefined reference to `*Avram::PostgresURL::build:database:hostname:username:password<String, String, String, String>:String'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/email.cr:8: undefined reference to `*/home/vagrant/first_project/config/email.cr::send_grid_key_from_env:String'
/home/vagrant/first_project/config/email.cr:9: undefined reference to `*Carbon::SendGridAdapter::new:api_key<String>:Carbon::SendGridAdapter'
/home/vagrant/first_project/config/email.cr:9: undefined reference to `*BaseEmail::Settings::adapter=<Carbon::SendGridAdapter>:Carbon::SendGridAdapter'
/home/vagrant/first_project/config/email.cr:11: undefined reference to `*Carbon::DevAdapter@Reference::new:Carbon::DevAdapter'
/home/vagrant/first_project/config/email.cr:11: undefined reference to `*BaseEmail::Settings::adapter=<Carbon::DevAdapter>:Carbon::DevAdapter'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/error_handler.cr:4: undefined reference to `*Lucky::ErrorHandler::settings:Lucky::ErrorHandler::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/error_handler.cr:2: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
/home/vagrant/first_project/config/error_handler.cr:2: undefined reference to `*Lucky::ErrorHandler::Settings::show_debug_output=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/html_page.cr:4: undefined reference to `*Lucky::HTMLPage::settings:Lucky::HTMLPage::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/html_page.cr:2: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
/home/vagrant/first_project/config/html_page.cr:2: undefined reference to `*Lucky::HTMLPage::Settings::render_component_comments=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/logger.cr:4: undefined reference to `*Lucky::Env@Lucky::Env::test?:Bool'
/home/vagrant/first_project/config/logger.cr:7: undefined reference to `*FileUtils@FileUtils::mkdir_p<String>:Nil'
/home/vagrant/first_project/config/logger.cr:9: undefined reference to `*File::new:mode<String, String>:File'
/home/vagrant/first_project/config/logger.cr:8: undefined reference to `*Dexter::Logger::new:io:level:log_formatter<File, Logger::Severity, Lucky::PrettyLogFormatter.class>:Dexter::Logger'
/home/vagrant/first_project/config/logger.cr:13: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky.cr:22: undefined reference to `*Lucky::settings:Lucky::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/logger.cr:33: undefined reference to `*Lucky::Settings::logger=<Dexter::Logger>:Dexter::Logger'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/avram/src/avram/repo.cr:7: undefined reference to `*Avram::Repo::settings:Avram::Repo::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/logger.cr:37: undefined reference to `*Avram::Repo::Settings::logger=<Dexter::Logger>:Dexter::Logger'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/lucky/route_helper.cr:4: undefined reference to `*Lucky::RouteHelper::settings:Lucky::RouteHelper::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/route_helper.cr:3: undefined reference to `*Lucky::Env@Lucky::Env::production?:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/logger.cr:18: undefined reference to `*Dexter::Logger::new:io:level:log_formatter<IO::FileDescriptor, Logger::Severity, Dexter::Formatters::JsonLogFormatter.class>:Dexter::Logger'
/home/vagrant/first_project/config/logger.cr:25: undefined reference to `*Dexter::Logger::new:io:level:log_formatter<IO::FileDescriptor, Logger::Severity, Lucky::PrettyLogFormatter.class>:Dexter::Logger'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/route_helper.cr:5: undefined reference to `*ENV::fetch<String>:String'
/home/vagrant/first_project/config/route_helper.cr:5: undefined reference to `*Lucky::RouteHelper::Settings::base_uri=<String>:String'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*String::Builder::new:String::Builder'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*Lucky::ServerSettings@Lucky::ServerSettings::port:Int32'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*String::Builder@IO#<<<Int32>:String::Builder'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*String::Builder#to_s:String'
/home/vagrant/first_project/config/route_helper.cr:8: undefined reference to `*Lucky::RouteHelper::Settings::base_uri=<String>:String'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/lib/lucky/src/charms/static_file_handler.cr:4: undefined reference to `*Lucky::StaticFileHandler::settings:Lucky::StaticFileHandler::Settings.class'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/config/static_file_handler.cr:2: undefined reference to `*Lucky::StaticFileHandler::Settings::hide_from_logs=<Bool>:Bool'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/db/migrations/00000000000001_create_users.cr:1: undefined reference to `*Avram::Migrator::Runner::migrations:Array(Avram::Migrator::Migration::V1.class)+'
/home/vagrant/first_project/db/migrations/00000000000001_create_users.cr:1: undefined reference to `*Array(Avram::Migrator::Migration::V1.class)+@Array(T)#<<<CreateUsers::V00000000000001.class>:Array(Avram::Migrator::Migration::V1.class)+'
_main.o: In function `__crystal_main':
/home/vagrant/first_project/src/start_server.cr:3: undefined reference to `*Lucky::Env@Lucky::Env::development?:Bool'
/home/vagrant/first_project/src/start_server.cr:4: undefined reference to `*Avram::Migrator::Runner::new:Avram::Migrator::Runner'
/home/vagrant/first_project/src/start_server.cr:4: undefined reference to `*Avram::Migrator::Runner#ensure_migrated!:Nil'
/home/vagrant/first_project/src/start_server.cr:6: undefined reference to `*Habitat::raise_if_missing_settings!:Nil'
/home/vagrant/first_project/src/start_server.cr:8: undefined reference to `*AppServer@Lucky::BaseAppServer::new:AppServer'
/home/vagrant/first_project/src/start_server.cr:10: undefined reference to `*Signal#trap<&Proc(Signal, Nil)>:Nil'
/home/vagrant/first_project/src/start_server.cr:14: undefined reference to `*AppServer#listen:Nil'
_main.o: In function `__crystal_malloc64':
/usr/share/crystal/src/gc.cr:24: undefined reference to `*UInt64::new<UInt64>:UInt64'
/usr/share/crystal/src/gc.cr:24: undefined reference to `*GC::malloc<UInt64>:Pointer(Void)'
_main.o: In function `__crystal_malloc_atomic64':
/usr/share/crystal/src/gc.cr:35: undefined reference to `*UInt64::new<UInt64>:UInt64'
/usr/share/crystal/src/gc.cr:35: undefined reference to `*GC::malloc_atomic<UInt64>:Pointer(Void)'
_main.o: In function `__crystal_realloc64':
/usr/share/crystal/src/gc.cr:46: undefined reference to `*UInt64::new<UInt64>:UInt64'
/usr/share/crystal/src/gc.cr:46: undefined reference to `*GC::realloc<Pointer(Void), UInt64>:Pointer(Void)'
_main.o: In function `__crystal_personality':
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader::new<Pointer(UInt8)>:/usr/share/crystal/src/raise.cr::LEBReader'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint8:UInt8'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint8:UInt8'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uleb128:UInt64'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint8:UInt8'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uleb128:UInt64'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*Pointer(UInt8)@Pointer(T)#+<UInt64>:Pointer(UInt8)'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*Pointer(UInt8)@Comparable(T)#<<Pointer(UInt8)>:Bool'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint32:UInt32'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint32:UInt32'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uint32:UInt32'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*/usr/share/crystal/src/raise.cr::LEBReader#read_uleb128:UInt64'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*LibUnwind::Action@Enum#includes?<LibUnwind::Action>:Bool'
/usr/share/crystal/src/raise.cr:40: undefined reference to `*LibUnwind::Action@Enum#includes?<LibUnwind::Action>:Bool'
_main.o: In function `__crystal_raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*String#to_unsafe:Pointer(UInt8)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*LibUnwind::ReasonCode@Enum#to_s:String'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*String#to_unsafe:Pointer(UInt8)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::print_backtrace:Int32'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*LibUnwind::ReasonCode@Enum#to_i32!:Int32'
_main.o: In function `__crystal_raise_overflow':
/usr/share/crystal/src/raise.cr:243: undefined reference to `*OverflowError::new:OverflowError'
_main.o: In function `~Debug::ELF::MAGIC:init':
/usr/share/crystal/src/raise.cr:(.text+0x4f87): undefined reference to `*Slice(UInt8)@Slice(T)::new:read_only<Int32, Bool>:Slice(UInt8)'
/usr/share/crystal/src/raise.cr:(.text+0x4fc7): undefined reference to `*UInt8::new!<Int32>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x4fd8): undefined reference to `*Pointer(UInt8)@Pointer(T)#[]=<Int32, UInt8>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x4ff2): undefined reference to `*UInt8::new!<Int32>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x5004): undefined reference to `*Pointer(UInt8)@Pointer(T)#[]=<Int32, UInt8>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x501e): undefined reference to `*UInt8::new!<Int32>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x5030): undefined reference to `*Pointer(UInt8)@Pointer(T)#[]=<Int32, UInt8>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x504a): undefined reference to `*UInt8::new!<Int32>:UInt8'
/usr/share/crystal/src/raise.cr:(.text+0x505c): undefined reference to `*Pointer(UInt8)@Pointer(T)#[]=<Int32, UInt8>:UInt8'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*ArgumentError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/callstack.cr:85: undefined reference to `*Array(Pointer(Void))+@Array(T)#<<<Pointer(Void)>:Array(Pointer(Void))+'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:233: undefined reference to `*Exception::new<String>:Exception'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~CallStack::CURRENT_DIR:init':
/usr/share/crystal/src/raise.cr:(.text+0x52c7): undefined reference to `*String#ends_with?<Char>:Bool'
/usr/share/crystal/src/raise.cr:(.text+0x52dd): undefined reference to `*String#+<Char>:String'
_main.o: In function `~Process::INITIAL_PWD:init':
/usr/share/crystal/src/debug/dwarf/strings.cr:(.text+0x5332): undefined reference to `*Dir::current:String'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Errno@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*IO::Encoder#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*IndexError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*InvalidByteSequenceError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DivisionByZeroError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~CallStack::skip:init':
/usr/share/crystal/src/raise.cr:(.text+0x57a7): undefined reference to `*Array(String)@Array(T)::new:Array(String)'
_main.o: In function `~Hash::HASH_PRIMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x583f): undefined reference to `*Array(Int32)@Array(T)::new<Int32>:Array(Int32)'
/usr/share/crystal/src/raise.cr:(.text+0x587f): undefined reference to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32'
/usr/share/crystal/src/raise.cr:(.text+0x589a): undefined reference to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32'
/usr/share/crystal/src/raise.cr:(.text+0x58b5): undefined reference to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32'
/usr/share/crystal/src/raise.cr:(.text+0x58d0): undefined reference to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32'
/usr/share/crystal/src/raise.cr:(.text+0x58eb): undefined reference to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32'
_main.o:/usr/share/crystal/src/raise.cr:(.text+0x5906): more undefined references to `*Pointer(Int32)@Pointer(T)#[]=<Int32, Int32>:Int32' follow
_main.o: In function `~Hash::HASH_PRIMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x5b83): undefined reference to `*Array(Int32)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Iterator::Stop::INSTANCE:init':
/usr/share/crystal/src/raise.cr:(.text+0x5bd2): undefined reference to `*Iterator::Stop@Reference::new:Iterator::Stop'
_main.o: In function `~LibC::SIG_DFL:init':
/usr/share/crystal/src/raise.cr:(.text+0x5bf7): undefined reference to `*Pointer(Void)@Pointer(T)::null:Pointer(Void)'
/usr/share/crystal/src/raise.cr:(.text+0x5c08): undefined reference to `*Proc(Int32, Nil)@Proc(T, R)::new<Pointer(Void), Pointer(Void)>:Proc(Int32, Nil)'
_main.o: In function `~LibC::SIG_IGN:init':
/usr/share/crystal/src/raise.cr:(.text+0x5c27): undefined reference to `*Pointer(Void)@Pointer(T)::null:Pointer(Void)'
/usr/share/crystal/src/raise.cr:(.text+0x5c3b): undefined reference to `*Proc(Int32, Nil)@Proc(T, R)::new<Pointer(Void), Pointer(Void)>:Proc(Int32, Nil)'
_main.o: In function `~String::CHAR_TO_DIGIT:init':
/usr/share/crystal/src/raise.cr:(.text+0x5c74): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)::new<Int8>:StaticArray(Int8, 256)'
/usr/share/crystal/src/raise.cr:(.text+0x9337): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)#to_unsafe:Pointer(Int8)'
/usr/share/crystal/src/raise.cr:(.text+0x9354): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/usr/share/crystal/src/raise.cr:(.text+0x93a4): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)#to_unsafe:Pointer(Int8)'
/usr/share/crystal/src/raise.cr:(.text+0x93db): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/usr/share/crystal/src/raise.cr:(.text+0x93ef): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)#to_unsafe:Pointer(Int8)'
/usr/share/crystal/src/raise.cr:(.text+0x9416): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
_main.o: In function `~String::CHAR_TO_DIGIT62:init':
/usr/share/crystal/src/raise.cr:(.text+0xaa92): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)#clone:StaticArray(Int8, 256)'
/usr/share/crystal/src/raise.cr:(.text+0xe155): undefined reference to `*StaticArray(Int8, 256)@StaticArray(T, N)#to_unsafe:Pointer(Int8)'
/usr/share/crystal/src/raise.cr:(.text+0xe18c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
_main.o: In function `~LibC::MAP_FAILED:init':
/usr/share/crystal/src/raise.cr:(.text+0xf83c): undefined reference to `*Pointer(Void)@Pointer(T)::new<Int32>:Pointer(Void)'
_main.o: In function `~Fiber::fibers:init':
/usr/share/crystal/src/fiber.cr:(.text+0xf86a): undefined reference to `*Thread::LinkedList(Fiber)@Thread::LinkedList(T)::new:Thread::LinkedList(Fiber)'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*Thread::Mutex#finalize:Nil'
_main.o: In function `~Fiber::stack_pool:init':
/usr/share/crystal/src/gc/boehm.cr:(.text+0xf8c2): undefined reference to `*Fiber::StackPool::new:Fiber::StackPool'
_main.o: In function `~Crystal::EventLoop::eb:init':
/usr/share/crystal/src/gc/boehm.cr:(.text+0xf8e2): undefined reference to `*Crystal::Event::Base::new:Crystal::Event::Base'
_main.o: In function `~Thread::threads:init':
/usr/share/crystal/src/gc/boehm.cr:(.text+0xf90a): undefined reference to `*Thread::LinkedList(Thread)@Thread::LinkedList(T)::new:Thread::LinkedList(Thread)'
_main.o: In function `main':
/usr/share/crystal/src/crystal/main.cr:106: undefined reference to `*Crystal::main<Int32, Pointer(Pointer(UInt8))>:Int32'
_main.o: In function `~File::DEFAULT_CREATE_PERMISSIONS:init':
/usr/share/crystal/src/crystal/main.cr:(.text+0xfa07): undefined reference to `*File::Permissions::new<Int32>:File::Permissions'
_main.o: In function `~Float::Printer::CachedPowers::PowCache:init':
/usr/share/crystal/src/crystal/main.cr:(.text+0xfa4c): undefined reference to `*Array(Tuple(UInt64, Int16, Int16))@Array(T)::new<Int32>:Array(Tuple(UInt64, Int16, Int16))'
/usr/share/crystal/src/crystal/main.cr:(.text+0xfabe): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)'
/usr/share/crystal/src/crystal/main.cr:(.text+0xfb40): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)'
/usr/share/crystal/src/crystal/main.cr:(.text+0xfbc2): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)'
/usr/share/crystal/src/crystal/main.cr:(.text+0xfc44): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)'
/usr/share/crystal/src/crystal/main.cr:(.text+0xfcc6): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)'
_main.o:/usr/share/crystal/src/crystal/main.cr:(.text+0xfd48): more undefined references to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]=<Int32, Tuple(UInt64, Int16, Int16)>:Tuple(UInt64, Int16, Int16)' follow
_main.o: In function `~Float::Printer::CachedPowers::PowCache:init':
/usr/share/crystal/src/crystal/main.cr:(.text+0x12656): undefined reference to `*Array(Tuple(UInt64, Int16, Int16))@Array(T)#size=<Int32>:Int32'
/usr/share/crystal/src/crystal/main.cr:(.text+0x12691): undefined reference to `*Array(Float::Printer::CachedPowers::Power)@Array(T)::new<Int32>:Array(Float::Printer::CachedPowers::Power)'
/usr/share/crystal/src/crystal/main.cr:(.text+0x12729): undefined reference to `*Pointer(Tuple(UInt64, Int16, Int16))@Pointer(T)#[]<Int32>:Tuple(UInt64, Int16, Int16)'
/usr/share/crystal/src/crystal/main.cr:(.text+0x1278e): undefined reference to `*Float::Printer::CachedPowers::Power::new<UInt64, Int16, Int16>:Float::Printer::CachedPowers::Power'
/usr/share/crystal/src/crystal/main.cr:(.text+0x127cd): undefined reference to `*Pointer(Float::Printer::CachedPowers::Power)@Pointer(T)#[]=<Int32, Float::Printer::CachedPowers::Power>:Float::Printer::CachedPowers::Power'
/usr/share/crystal/src/crystal/main.cr:(.text+0x1280c): undefined reference to `*Array(Float::Printer::CachedPowers::Power)@Array(T)#size=<Int32>:Int32'
_main.o: In function `__crystal_malloc':
/usr/share/crystal/src/gc.cr:3: undefined reference to `*UInt64::new<UInt32>:UInt64'
/usr/share/crystal/src/gc.cr:3: undefined reference to `*GC::malloc<UInt64>:Pointer(Void)'
_main.o: In function `__crystal_malloc_atomic':
/usr/share/crystal/src/gc.cr:8: undefined reference to `*UInt64::new<UInt32>:UInt64'
/usr/share/crystal/src/gc.cr:8: undefined reference to `*GC::malloc_atomic<UInt64>:Pointer(Void)'
_main.o: In function `__crystal_realloc':
/usr/share/crystal/src/gc.cr:13: undefined reference to `*UInt64::new<UInt32>:UInt64'
/usr/share/crystal/src/gc.cr:13: undefined reference to `*GC::realloc<Pointer(Void), UInt64>:Pointer(Void)'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:245: undefined reference to `*Fiber#running?:Bool'
/usr/share/crystal/src/gc/boehm.cr:245: undefined reference to `*Fiber#push_gc_roots:Nil'
_main.o: In function `~Crystal::Hasher::HASH_INF_MINUS:init':
/usr/share/crystal/src/gc/boehm.cr:(.text+0x12afe): undefined reference to `*Int64@Object#unsafe_as<UInt64.class>:UInt64'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*NilAssertionError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:21: undefined reference to `*Fiber#resume:Nil'
_main.o: In function `caller':
/usr/share/crystal/src/callstack.cr:23: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/callstack.cr:23: undefined reference to `*CallStack#printable_backtrace:Array(String)+'
_main.o: In function `~PROGRAM_NAME:init':
/usr/share/crystal/src/callstack.cr:23: undefined reference to `*String::new<Pointer(UInt8)>:String'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*File@IO::FileDescriptor#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*IO::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*File@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*File@IO::Evented#resume_write<Bool>:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:16: undefined reference to `*Crystal::Event::Base#run_loop:Int32'
_main.o: In function `->':
/usr/share/crystal/src/fiber.cr:47: undefined reference to `*Fiber#run:(IO::FileDescriptor | Nil)'
_main.o: In function `~STDERR:init':
/usr/share/crystal/src/fiber.cr:(.text+0x12f67): undefined reference to `*IO::FileDescriptor::from_stdio<Int32>:IO::FileDescriptor'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*IO::FileDescriptor+@IO::FileDescriptor#finalize:Nil'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*IO::Timeout@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_write<Bool>:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_read<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Debug::ELF::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*IO::EOFError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*IO::Decoder#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*TypeCastError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `exit':
/usr/share/crystal/src/kernel.cr:510: undefined reference to `*AtExitHandlers::run<Int32>:Int32'
/usr/share/crystal/src/kernel.cr:511: undefined reference to `*IO::FileDescriptor@IO::Buffered#flush:IO::FileDescriptor'
/usr/share/crystal/src/kernel.cr:512: undefined reference to `*IO::FileDescriptor@IO::Buffered#flush:IO::FileDescriptor'
/usr/share/crystal/src/kernel.cr:513: undefined reference to `*Process::exit<Int32>:NoReturn'
_main.o: In function `~STDOUT:init':
/usr/share/crystal/src/kernel.cr:(.text+0x16f57): undefined reference to `*IO::FileDescriptor::from_stdio<Int32>:IO::FileDescriptor'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*File@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*File@IO::Evented#resume_read<Bool>:Nil'
_main.o: In function `~STDIN:init':
/usr/share/crystal/src/crystal/event_loop.cr:(.text+0x17014): undefined reference to `*IO::FileDescriptor::from_stdio<Int32>:IO::FileDescriptor'
_main.o: In function `->':
/usr/share/crystal/src/kernel.cr:540: undefined reference to `*Fiber::stack_pool:Fiber::StackPool'
/usr/share/crystal/src/kernel.cr:540: undefined reference to `*Fiber::StackPool#collect:Nil'
_main.o: In function `sleep':
/usr/share/crystal/src/concurrent.cr:12: undefined reference to `*ArgumentError::new<String>:ArgumentError'
/usr/share/crystal/src/concurrent.cr:15: undefined reference to `*Int32@Int#seconds:Time::Span'
/usr/share/crystal/src/concurrent.cr:15: undefined reference to `*Crystal::Scheduler::sleep<Time::Span>:Nil'
_main.o: In function `spawn':
/usr/share/crystal/src/concurrent.cr:62: undefined reference to `*Fiber::new<Nil, &Proc(Nil)>:Fiber'
/usr/share/crystal/src/concurrent.cr:63: undefined reference to `*Crystal::Scheduler::enqueue<Fiber>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/fiber.cr:47: undefined reference to `*Fiber#run:(IO::FileDescriptor | Nil)'
_main.o: In function `~Signal::setup_default_handlers:init':
/usr/share/crystal/src/kernel.cr:(.text+0x17132): undefined reference to `*Atomic::Flag::new:Atomic::Flag'
_main.o: In function `~Signal::sigset:init':
/usr/share/crystal/src/kernel.cr:(.text+0x17167): undefined reference to `*struct.LibC::SigsetT::new:struct.LibC::SigsetT'
_main.o: In function `->':
/usr/share/crystal/src/signal.cr:197: undefined reference to `*Crystal::Signal::reader:IO::FileDescriptor+'
/usr/share/crystal/src/signal.cr:197: undefined reference to `*IO::FileDescriptor+@IO#read_bytes<Int32.class>:Int32'
/usr/share/crystal/src/signal.cr:201: undefined reference to `*Crystal::Signal::process<Signal>:Nil'
_main.o: In function `~Crystal::Signal::pipe:init':
/usr/share/crystal/src/signal.cr:(.text+0x17417): undefined reference to `*IO::pipe<Bool, Bool>:Tuple(IO::FileDescriptor, IO::FileDescriptor)'
_main.o: In function `~Crystal::Signal::handlers:init':
/usr/share/crystal/src/signal.cr:(.text+0x17477): undefined reference to `*Hash(Signal, Proc(Signal, Nil))@Hash(K, V)::new:Hash(Signal, Proc(Signal, Nil))'
_main.o: In function `->':
/usr/share/crystal/src/signal.cr:212: undefined reference to `*Exception+@Exception#inspect_with_backtrace<IO::FileDescriptor>:Nil'
/usr/share/crystal/src/signal.cr:213: undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/signal.cr:213: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/signal.cr:213: undefined reference to `*String::Builder@IO#<<<Signal>:String::Builder'
/usr/share/crystal/src/signal.cr:213: undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/signal.cr:213: undefined reference to `*Crystal::Signal::fatal<String>:NoReturn'
/usr/share/crystal/src/signal.cr:182: undefined reference to `*Crystal::SignalChildHandler::call:Nil'
_main.o: In function `~Crystal::SignalChildHandler::mutex:init':
/usr/share/crystal/src/signal.cr:(.text+0x17672): undefined reference to `*Mutex::new:Mutex'
_main.o: In function `~Crystal::SignalChildHandler::waiting:init':
/usr/share/crystal/src/signal.cr:(.text+0x176c7): undefined reference to `*Hash(Int32, Channel::Buffered(Int32))@Hash(K, V)::new:Hash(Int32, Channel::Buffered(Int32))'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Channel::ClosedError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~Crystal::SignalChildHandler::pending:init':
/usr/share/crystal/src/raise.cr:(.text+0x177e7): undefined reference to `*Hash(Int32, Int32)@Hash(K, V)::new:Hash(Int32, Int32)'
_main.o: In function `~Crystal::Signal::mutex:init':
/usr/share/crystal/src/raise.cr:(.text+0x17832): undefined reference to `*Mutex::new:Mutex'
_main.o: In function `->':
/usr/share/crystal/src/signal.cr:157: undefined reference to `*Crystal::Signal::writer:IO::FileDescriptor+'
/usr/share/crystal/src/signal.cr:157: undefined reference to `*Crystal::Signal::writer:IO::FileDescriptor+'
/usr/share/crystal/src/signal.cr:157: undefined reference to `*IO::FileDescriptor+@IO#write_bytes<Int32>:Nil'
_main.o: In function `~Process::ORIGINAL_STDIN:init':
/usr/share/crystal/src/humanize.cr:(.text+0x17a79): undefined reference to `*IO::FileDescriptor::new:blocking<Int32, Bool>:IO::FileDescriptor'
_main.o: In function `~Process::ORIGINAL_STDOUT:init':
/usr/share/crystal/src/humanize.cr:(.text+0x17a9b): undefined reference to `*IO::FileDescriptor::new:blocking<Int32, Bool>:IO::FileDescriptor'
_main.o: In function `~Process::ORIGINAL_STDERR:init':
/usr/share/crystal/src/humanize.cr:(.text+0x17abc): undefined reference to `*IO::FileDescriptor::new:blocking<Int32, Bool>:IO::FileDescriptor'
_main.o: In function `__crystal_raise_string':
/usr/share/crystal/src/raise.cr:238: undefined reference to `*String::new<Pointer(UInt8)>:String'
_main.o: In function `~Base64::DECODE_TABLE:init':
/usr/share/crystal/src/base64.cr:(.text+0x17b3d): undefined reference to `*Array(Int8)@Array(T)::new<Int32>:Array(Int8)'
/usr/share/crystal/src/base64.cr:(.text+0x17be9): undefined reference to `*Range(B, E)::new<Char, Char, Bool>:Range(Char, Char)'
/usr/share/crystal/src/base64.cr:(.text+0x17c0c): undefined reference to `*Range(Char, Char)@Range(B, E)#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17c23): undefined reference to `*Array(Int8)@Array(T)#size=<Int32>:Int32'
/usr/share/crystal/src/base64.cr:(.text+0x17c70): undefined reference to `*Range(B, E)::new<Char, Char, Bool>:Range(Char, Char)'
/usr/share/crystal/src/base64.cr:(.text+0x17c90): undefined reference to `*Range(Char, Char)@Range(B, E)#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17cab): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/usr/share/crystal/src/base64.cr:(.text+0x17cf4): undefined reference to `*Range(B, E)::new<Char, Char, Bool>:Range(Char, Char)'
/usr/share/crystal/src/base64.cr:(.text+0x17d14): undefined reference to `*Range(Char, Char)@Range(B, E)#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17d4a): undefined reference to `*Char@Object#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17d7f): undefined reference to `*Char@Object#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17daf): undefined reference to `*Char@Object#===<Char>:Bool'
/usr/share/crystal/src/base64.cr:(.text+0x17df5): undefined reference to `*Char@Object#===<Char>:Bool'
_main.o: In function `~Random::DEFAULT:init':
/usr/share/crystal/src/base64.cr:(.text+0x17e22): undefined reference to `*Random::PCG32::new:Random::PCG32'
_main.o: In function `__crystal_sigfault_handler':
/usr/share/crystal/src/signal.cr:329: undefined reference to `*Fiber::current:Fiber'
/usr/share/crystal/src/signal.cr:331: undefined reference to `*Pointer(Void)@Comparable(T)#<=<Pointer(Void)>:Bool'
/usr/share/crystal/src/signal.cr:332: undefined reference to `*String#to_unsafe:Pointer(UInt8)'
/usr/share/crystal/src/signal.cr:334: undefined reference to `*String#to_unsafe:Pointer(UInt8)'
/usr/share/crystal/src/signal.cr:331: undefined reference to `*Fiber::current:Fiber'
/usr/share/crystal/src/signal.cr:331: undefined reference to `*Pointer(Void)@Comparable(T)#<<Pointer(Void)>:Bool'
/usr/share/crystal/src/signal.cr:337: undefined reference to `*CallStack::print_backtrace:Int32'
_main.o: In function `~Time::UNIX_EPOCH:init':
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x18173): undefined reference to `*Time::utc<Int32, Int32, Int32>:Time'
_main.o: In function `~Time::Location::UTC:init':
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x181fc): undefined reference to `*Array(Time::Location::Zone)@Array(T)::new<Int32>:Array(Time::Location::Zone)'
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x18247): undefined reference to `*Pointer(Time::Location::Zone)@Pointer(T)#[]=<Int32, Time::Location::Zone>:Time::Location::Zone'
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x18263): undefined reference to `*Array(Time::Location::Zone)@Array(T)#size=<Int32>:Int32'
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x1827b): undefined reference to `*Time::Location::new<String, Array(Time::Location::Zone)>:Time::Location'
_main.o: In function `~Time::Location::Zone::UTC:init':
/usr/share/crystal/src/lib_c/x86_64-linux-gnu/c/sys/time.cr:(.text+0x182d2): undefined reference to `*Time::Location::Zone::new<String, Int32, Bool>:Time::Location::Zone'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Time::Location::InvalidTimezoneOffsetError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~Time::Format::Parser::RFC_2822_LOCATIONS:init':
/usr/share/crystal/src/raise.cr:(.text+0x1849d): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)::new:Hash(String, Time::Location)'
/usr/share/crystal/src/raise.cr:(.text+0x184e4): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1851e): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1854a): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x18564): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1858a): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x185a1): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x185c7): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x185de): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x18604): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1861b): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x18641): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x18658): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1867e): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x18695): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x186bb): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x186d2): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x186f8): undefined reference to `*Time::Location::fixed<String, Int32>:Time::Location'
/usr/share/crystal/src/raise.cr:(.text+0x1870f): undefined reference to `*Hash(String, Time::Location)@Hash(K, V)#[]=<String, Time::Location>:Time::Location'
_main.o: In function `~Time::Format::MONTH_NAMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x18759): undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
/usr/share/crystal/src/raise.cr:(.text+0x18795): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x187b6): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x187d7): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x187f8): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x18819): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o:/usr/share/crystal/src/raise.cr:(.text+0x1883a): more undefined references to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String' follow
_main.o: In function `~Time::Format::MONTH_NAMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x18914): undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Time::Format::DAY_NAMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x18956): undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
/usr/share/crystal/src/raise.cr:(.text+0x1898c): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x189aa): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x189c8): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x189e6): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x18a04): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o:/usr/share/crystal/src/raise.cr:(.text+0x18a22): more undefined references to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String' follow
_main.o: In function `~Time::Format::DAY_NAMES:init':
/usr/share/crystal/src/raise.cr:(.text+0x18a54): undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Time::Location::location_cache:init':
/usr/share/crystal/src/raise.cr:(.text+0x18a77): undefined reference to `*Hash(String, NamedTuple(time: Time, location: Time::Location))@Hash(K, V)::new:Hash(String, NamedTuple(time: Time, location: Time::Location))'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*KeyError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `puts':
/usr/share/crystal/src/kernel.cr:366: undefined reference to `*IO::FileDescriptor@IO#puts<String>:Nil'
_main.o: In function `~LuckyCli::ProcessRunner::RUNNERS:init':
/usr/share/crystal/src/colorize.cr:(.text+0x18cb7): undefined reference to `*Array(LuckyCli::ProcessRunner+.class)@Array(T)::new:Array(LuckyCli::ProcessRunner+.class)'
_main.o: In function `~LuckyCli::Runner::tasks:init':
/usr/share/crystal/src/colorize.cr:(.text+0x18d07): undefined reference to `*Array(LuckyCli::Task+)@Array(T)::new:Array(LuckyCli::Task+)'
_main.o: In function `~Wordsmith::Inflector::inflections:init':
/usr/share/crystal/src/colorize.cr:(.text+0x18d22): undefined reference to `*Wordsmith::Inflector::Inflections::new:Wordsmith::Inflector::Inflections'
_main.o: In function `~URI::default_ports:init':
/usr/share/crystal/src/colorize.cr:(.text+0x18d7d): undefined reference to `*Hash(String, Int32)@Hash(K, V)::new:Hash(String, Int32)'
/usr/share/crystal/src/colorize.cr:(.text+0x18da1): undefined reference to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32'
/usr/share/crystal/src/colorize.cr:(.text+0x18dc4): undefined reference to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32'
/usr/share/crystal/src/colorize.cr:(.text+0x18de7): undefined reference to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32'
/usr/share/crystal/src/colorize.cr:(.text+0x18e0a): undefined reference to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32'
/usr/share/crystal/src/colorize.cr:(.text+0x18e2d): undefined reference to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32'
_main.o:/usr/share/crystal/src/colorize.cr:(.text+0x18e50): more undefined references to `*Hash(String, Int32)@Hash(K, V)#[]=<String, Int32>:Int32' follow
_main.o: In function `~Digest::MD5::PADDING:init':
/usr/share/crystal/src/colorize.cr:(.text+0x1933a): undefined reference to `*StaticArray(UInt8, 64)@StaticArray(T, N)::new<UInt8>:StaticArray(UInt8, 64)'
/usr/share/crystal/src/colorize.cr:(.text+0x19e67): undefined reference to `*StaticArray(UInt8, 64)@StaticArray(T, N)#[]=<Int32, UInt8>:UInt8'
_main.o: In function `~Socket::UNIXAddress::MAX_PATH_SIZE:init':
/usr/share/crystal/src/colorize.cr:(.text+0x1a2e4): undefined reference to `*struct.LibC::SockaddrUn::new:struct.LibC::SockaddrUn'
/usr/share/crystal/src/colorize.cr:(.text+0x1abae): undefined reference to `*StaticArray(UInt8, 108)@StaticArray(T, N)#size:Int32'
_main.o: In function `~OpenSSL::BIO::CRYSTAL_BIO:init':
/usr/share/crystal/src/colorize.cr:(.text+0x1ad43): undefined reference to `*Pointer(LibCrypto::BioMethod)@Pointer(T)::malloc<Int32>:Pointer(LibCrypto::BioMethod)'
/usr/share/crystal/src/colorize.cr:(.text+0x1ad72): undefined reference to `*String#to_unsafe:Pointer(UInt8)'
_main.o: In function `->':
/usr/share/crystal/src/openssl/bio.cr:23: undefined reference to `*OpenSSL::BIO::get_data<Pointer(LibCrypto::Bio)>:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:23: undefined reference to `*Box(IO+)@Box(T)::unbox<Pointer(Void)>:IO+'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Slice(T)::new<Pointer(UInt8), Int32>:Slice(UInt8)'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Cli::Ios::Pipe#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::Server::Response#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::ChunkedContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::UnknownLengthContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Gzip::Writer#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Gzip::Reader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Flate::Writer#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Flate::Reader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*OpenSSL::DigestIO#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*Socket+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*File::PReader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*String::Builder#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::Stapled#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*HTTP::FixedLengthContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::Sized+@IO::Sized#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::MultiWriter#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::Memory#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::Hexdump#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::Delimited#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::FileDescriptor+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:24: undefined reference to `*IO::ARGF#write<Slice(UInt8)>:NoReturn'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Cli::Ios::Pipe::Closed@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/flate/writer.cr:23: undefined reference to `*GC::malloc<UInt32>:Pointer(Void)'
/usr/share/crystal/src/flate/writer.cr:24: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Flate::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*OpenSSL::SSL::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*Socket+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*Socket+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/openssl/bio.cr:30: undefined reference to `*OpenSSL::BIO::get_data<Pointer(LibCrypto::Bio)>:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:30: undefined reference to `*Box(IO+)@Box(T)::unbox<Pointer(Void)>:IO+'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Slice(T)::new<Pointer(UInt8), Int32>:Slice(UInt8)'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Cli::Ios::Pipe#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:32: undefined reference to `*UInt64::new<Int32>:UInt64'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::Server::Response#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::ChunkedContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::UnknownLengthContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Gzip::Writer#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Gzip::Reader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Flate::Writer#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Flate::Reader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*OpenSSL::DigestIO#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*Socket+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*File::PReader@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*String::Builder#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::Stapled#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*HTTP::FixedLengthContent#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::Sized+@IO::Sized#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::MultiWriter#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::Memory#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::Hexdump#write<Slice(UInt8)>:(IO+ | Nil)'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::Delimited#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::FileDescriptor+@IO::Buffered#write<Slice(UInt8)>:Nil'
/usr/share/crystal/src/openssl/bio.cr:31: undefined reference to `*IO::ARGF#write<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:37: undefined reference to `*OpenSSL::BIO::get_data<Pointer(LibCrypto::Bio)>:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:37: undefined reference to `*Box(IO+)@Box(T)::unbox<Pointer(Void)>:IO+'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*HTTP::Server::Response#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Slice(T)::new<Pointer(UInt8), Int32>:Slice(UInt8)'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#flush:HTTP::Server::Response::Output'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#flush:Int32'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*Gzip::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*Gzip::Reader@IO::Buffered#flush:Gzip::Reader'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*Flate::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*Flate::Reader@IO::Buffered#flush:Flate::Reader'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*OpenSSL::DigestIO#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#flush:OpenSSL::SSL::Socket+'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*Socket+@IO::Buffered#flush:Socket+'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*File::PReader@IO::Buffered#flush:File::PReader'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*IO::Stapled#flush:IO::Stapled'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*IO::MultiWriter#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*IO::Hexdump#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:38: undefined reference to `*IO::FileDescriptor+@IO::Buffered#flush:IO::FileDescriptor+'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Cli::Ios::Pipe#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::Server::Response#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::ChunkedContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::UnknownLengthContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Gzip::Writer#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Gzip::Reader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Flate::Writer#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Flate::Reader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*OpenSSL::DigestIO#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*Socket+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*File::PReader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*String::Builder#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::Stapled#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*HTTP::FixedLengthContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::Sized+@IO::Sized#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::MultiWriter#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::Memory#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::Hexdump#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::Delimited#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::FileDescriptor+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:39: undefined reference to `*IO::ARGF#read<Slice(UInt8)>:Int32'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*Socket+@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*Socket+@IO::Evented#resume_read<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Enumerable::EmptyError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*UNIXServer@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*UNIXServer@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Gzip::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Time::Location::InvalidTZDataError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/flate/reader.cr:25: undefined reference to `*GC::malloc<UInt32>:Pointer(Void)'
/usr/share/crystal/src/flate/reader.cr:26: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/openssl/bio.cr:44: undefined reference to `*OpenSSL::BIO::get_data<Pointer(LibCrypto::Bio)>:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:44: undefined reference to `*Box(IO+)@Box(T)::unbox<Pointer(Void)>:IO+'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*HTTP::Server::Response#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Slice(T)::new<Pointer(UInt8), Int32>:Slice(UInt8)'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#flush:HTTP::Server::Response::Output'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#flush:Int32'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*Gzip::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*Gzip::Reader@IO::Buffered#flush:Gzip::Reader'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*Flate::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*Flate::Reader@IO::Buffered#flush:Flate::Reader'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*OpenSSL::DigestIO#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#flush:OpenSSL::SSL::Socket+'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*Socket+@IO::Buffered#flush:Socket+'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*File::PReader@IO::Buffered#flush:File::PReader'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*IO::Stapled#flush:IO::Stapled'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*IO::MultiWriter#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*IO::Hexdump#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:45: undefined reference to `*IO::FileDescriptor+@IO::Buffered#flush:IO::FileDescriptor+'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Cli::Ios::Pipe#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:47: undefined reference to `*UInt64::new<Int32>:UInt64'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::Server::Response#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::ChunkedContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::UnknownLengthContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Gzip::Writer#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Gzip::Reader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Flate::Writer#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Flate::Reader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*OpenSSL::DigestIO#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*Socket+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*File::PReader@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*String::Builder#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::Stapled#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*HTTP::FixedLengthContent#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::Sized+@IO::Sized#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::MultiWriter#read<Slice(UInt8)>:NoReturn'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::Memory#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::Hexdump#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::Delimited#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::FileDescriptor+@IO::Buffered#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:46: undefined reference to `*IO::ARGF#read<Slice(UInt8)>:Int32'
/usr/share/crystal/src/openssl/bio.cr:52: undefined reference to `*OpenSSL::BIO::get_data<Pointer(LibCrypto::Bio)>:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:52: undefined reference to `*Box(IO+)@Box(T)::unbox<Pointer(Void)>:IO+'
/usr/share/crystal/src/openssl/bio.cr:55: undefined reference to `*Int32@Object#===<Int32>:Bool'
/usr/share/crystal/src/openssl/bio.cr:58: undefined reference to `*Int32@Object#===<Int32>:Bool'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*HTTP::Server::Response#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*HTTP::Server::Response::Output@IO::Buffered#flush:HTTP::Server::Response::Output'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*HTTP::WebSocket::Protocol::StreamIO#flush:Int32'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*Gzip::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*Gzip::Reader@IO::Buffered#flush:Gzip::Reader'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*Flate::Writer#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*Flate::Reader@IO::Buffered#flush:Flate::Reader'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*OpenSSL::DigestIO#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*OpenSSL::SSL::Socket+@IO::Buffered#flush:OpenSSL::SSL::Socket+'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*Socket+@IO::Buffered#flush:Socket+'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*File::PReader@IO::Buffered#flush:File::PReader'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*IO::Stapled#flush:IO::Stapled'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*IO::MultiWriter#flush:Nil'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*IO::Hexdump#flush:(IO+ | Int32 | Nil)'
/usr/share/crystal/src/openssl/bio.cr:56: undefined reference to `*IO::FileDescriptor+@IO::Buffered#flush:IO::FileDescriptor+'
/usr/share/crystal/src/openssl/bio.cr:64: undefined reference to `*Int64::new<Int32>:Int64'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*String::Builder@IO#<<<Int32>:String::Builder'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/openssl/bio.cr:61: undefined reference to `*IO::FileDescriptor@IO#puts<String>:Nil'
/usr/share/crystal/src/openssl/bio.cr:58: undefined reference to `*Int32@Object#===<Int32>:Bool'
/usr/share/crystal/src/openssl/bio.cr:58: undefined reference to `*Int32@Object#===<Int32>:Bool'
/usr/share/crystal/src/openssl/bio.cr:81: undefined reference to `*Pointer(Void)@Pointer(T)::null:Pointer(Void)'
/usr/share/crystal/src/openssl/bio.cr:81: undefined reference to `*OpenSSL::BIO::set_data<Pointer(LibCrypto::Bio), Pointer(Void)>:Pointer(Void)'
_main.o: In function `~OpenSSL::SSL::Context::CIPHERS:init':
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d65f): undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d6a7): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d6cb): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d6ef): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d713): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d737): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
_main.o:/usr/share/crystal/src/openssl/bio.cr:(.text+0x1d75b): more undefined references to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String' follow
_main.o: In function `~OpenSSL::SSL::Context::CIPHERS:init':
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1dc10): undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
/usr/share/crystal/src/openssl/bio.cr:(.text+0x1dc26): undefined reference to `*Array(String)@Indexable(T)#join<Char>:String'
_main.o: In function `~MIME::types:init':
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1dd17): undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
_main.o: In function `~MIME::types_lower:init':
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1dd37): undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
_main.o: In function `~MIME::extensions:init':
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1dd57): undefined reference to `*Hash(String, Set(String))@Hash(K, V)::new:Hash(String, Set(String))'
_main.o: In function `~MIME::DEFAULT_TYPES:init':
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1dd7a): undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1dd9a): undefined reference to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String'
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1ddba): undefined reference to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String'
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1ddda): undefined reference to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String'
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1ddfa): undefined reference to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String'
/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1de1a): undefined reference to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String'
_main.o:/usr/share/crystal/src/crystal/system/unix/mime.cr:(.text+0x1de3a): more undefined references to `*Hash(String, String)@Hash(K, V)#[]=<String, String>:String' follow
_main.o: In function `~HTTP::Cookie::Parser::Regex::CookieName:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e0f2): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::CookieOctet:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e152): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::CookieValue:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e185): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e197): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1ae): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1c0): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1d7): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1e9): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1f1): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e1fb): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::CookiePair:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e245): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e257): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e26e): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e280): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e297): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e2a9): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e2b1): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e2bb): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::DomainLabel:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e362): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::DomainIp:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e3c2): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::Time:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e422): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::Month:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e482): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o:/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e4e2): more undefined references to `*Regex::new<String, Regex::Options>:Regex' follow
_main.o: In function `~HTTP::Cookie::Parser::Regex::DomainValue:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e5d5): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e5e7): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e5fe): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e610): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e622): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e639): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e64b): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e660): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e672): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e67a): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e684): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::Zone:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e732): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::RFC1036Date:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e765): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e77c): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e78b): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e79a): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e7a9): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e7c0): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e7cf): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e7de): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e7ed): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e802): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e811): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e819): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e823): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::RFC1123Date:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e8da): undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e8f1): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e900): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e90f): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e91e): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e935): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e944): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e953): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e962): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e979): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e988): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e99f): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e9a7): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1e9b1): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::IISDate:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea3a): undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea51): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea60): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea6f): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea7e): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ea95): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eaa4): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eab3): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eac2): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ead7): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eae6): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eaee): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eaf8): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::ANSICDate:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb1a): undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb31): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb40): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb57): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb66): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb75): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb84): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eb93): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eba2): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebb7): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebc6): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebd5): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebe4): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebec): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ebf6): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::SaneCookieDate:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec1a): undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec2c): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec43): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec55): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec6c): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec7e): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ec95): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eca7): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ecbe): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ecd0): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ecd8): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ece2): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::ExtensionAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1edf2): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::HttpOnlyAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ee55): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::SecureAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eeb5): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::PathAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eee2): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1eef4): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef09): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef1b): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef23): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef30): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::DomainAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef72): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef84): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1ef99): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1efab): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1efb3): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1efc0): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::MaxAgeAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f035): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::ExpiresAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f062): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f074): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f089): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f09b): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f0a3): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f0b0): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::Regex::CookieAV:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f0fa): undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f10c): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f123): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f135): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f14c): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f15e): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f175): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f187): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f19e): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f1b0): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f1c7): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f1d9): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f1f0): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f202): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f217): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f229): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f231): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f23b): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::CookieString:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f3a2): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f3b4): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f3c9): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f3d1): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f3db): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTTP::Cookie::Parser::SetCookieString:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f425): undefined reference to `*String::Builder::new:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f437): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f44e): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f460): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f472): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f484): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f49b): undefined reference to `*String::Builder@IO#<<<Regex>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f4ad): undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f4b5): undefined reference to `*String::Builder#to_s:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f4bf): undefined reference to `*Regex::new<String, Regex::Options>:Regex'
_main.o: In function `~HTML::SUBSTITUTIONS:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f51a): undefined reference to `*Hash(Char, String)@Hash(K, V)::new:Hash(Char, String)'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f538): undefined reference to `*Hash(Char, String)@Hash(K, V)#[]=<Char, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f556): undefined reference to `*Hash(Char, String)@Hash(K, V)#[]=<Char, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f574): undefined reference to `*Hash(Char, String)@Hash(K, V)#[]=<Char, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f592): undefined reference to `*Hash(Char, String)@Hash(K, V)#[]=<Char, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f5b0): undefined reference to `*Hash(Char, String)@Hash(K, V)#[]=<Char, String>:String'
_main.o: In function `~PQ::ConnInfo::SOCKET_SEARCH:init':
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f5e6): undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f61c): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f63a): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f658): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/usr/share/crystal/src/gzip/writer.cr:(.text+0x1f66c): undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~PG::Decoders::JAN_1_2K:init':
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:1: undefined reference to `*Time::new:location<Int32, Int32, Int32, Time::Location>:Time'
_main.o: In function `~PG::Decoders::decoders:init':
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:(.text+0x1f6ee): undefined reference to `*PG::Decoders::ByteaDecoder::new:PG::Decoders::ByteaDecoder'
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:(.text+0x1f6f7): undefined reference to `*Hash(Int32, PG::Decoders::Decoder)@Hash(K, V)::new<PG::Decoders::ByteaDecoder>:Hash(Int32, PG::Decoders::Decoder)'
_main.o: In function `~Avram::Migrator::Runner::migrations:init':
/home/vagrant/first_project/lib/pg/src/pg/decoder.cr:(.text+0x1f767): undefined reference to `*Array(Avram::Migrator::Migration::V1+.class)@Array(T)::new:Array(Avram::Migrator::Migration::V1+.class)'
_main.o: In function `->':
/usr/share/crystal/src/array.cr:1714: undefined reference to `*String#<=><String>:Int32'
_main.o: In function `~Avram::Repo::transactions:init':
/usr/share/crystal/src/array.cr:(.text+0x1f837): undefined reference to `*Hash(UInt64, DB::Transaction+)@Hash(K, V)::new:Hash(UInt64, DB::Transaction+)'
_main.o: In function `~Optarg::Parser::optarg_parser__callbacks_for_validate__before:init':
/usr/share/crystal/src/array.cr:(.text+0x1f857): undefined reference to `*Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))@Array(T)::new:Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))'
_main.o: In function `~Optarg::Parser::optarg_parser__callback_names_for_validate__before:init':
/usr/share/crystal/src/array.cr:(.text+0x1f877): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Optarg::Parser::optarg_parser__callbacks_for_validate__around:init':
/usr/share/crystal/src/array.cr:(.text+0x1f897): undefined reference to `*Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))@Array(T)::new:Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))'
_main.o: In function `~Optarg::Parser::optarg_parser__callback_names_for_validate__around:init':
/usr/share/crystal/src/array.cr:(.text+0x1f8b7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Optarg::Parser::optarg_parser__callbacks_for_validate__after:init':
/usr/share/crystal/src/array.cr:(.text+0x1f8d7): undefined reference to `*Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))@Array(T)::new:Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))'
_main.o: In function `~Optarg::Parser::optarg_parser__callback_names_for_validate__after:init':
/usr/share/crystal/src/array.cr:(.text+0x1f8f7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Optarg::Parser::optarg_parser__callbacks_for_validate__on:init':
/usr/share/crystal/src/array.cr:(.text+0x1f917): undefined reference to `*Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))@Array(T)::new:Array(Proc(Optarg::Parser+, Optarg::Model+, Nil))'
_main.o: In function `~Optarg::Parser::optarg_parser__callback_names_for_validate__on:init':
/usr/share/crystal/src/array.cr:(.text+0x1f937): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `->':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:67: undefined reference to `*Optarg::Parser+@Optarg::Parser#definitions:Optarg::DefinitionSet'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::BoolOption@Optarg::Definitions::BoolOption::ValueModule#validate<Optarg::Parser+>:Nil'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::NotOption@Optarg::Definitions::NotOption::ValueModule#validate<Optarg::Parser+>:Nil'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::StringArgument+@Optarg::Definitions::StringArgument::ValueModule#validate<Optarg::Parser+>:Nil'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::StringArrayArgument@Optarg::Definitions::StringArrayArgument::ValueModule#validate<Optarg::Parser+>:Nil'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::StringArrayOption@Optarg::Definitions::StringArrayOption::ValueModule#validate<Optarg::Parser+>:Nil'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:68: undefined reference to `*Optarg::Definitions::StringOption@Optarg::Definitions::StringOption::ValueModule#validate<Optarg::Parser+>:Nil'
_main.o: In function `~Cry::Command::Options::__klass:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x1fbf2): undefined reference to `*Cli::OptionModel::__klass:Optarg::ModelClass'
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x1fc06): undefined reference to `*Optarg::ModelClass::new:supermodel:name:abstract<Optarg::ModelClass, String, Bool>:Optarg::ModelClass'
_main.o: In function `~Cli::OptionModel::__klass:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x1fc61): undefined reference to `*Optarg::ModelClass::new:supermodel:name:abstract<Nil, String, Bool>:Optarg::ModelClass'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::BoolOption::ScalarValueModule::Validations::Inclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::BoolOption::ScalarValueModule::Validations::Existence::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::NotOption::ScalarValueModule::Validations::Inclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::NotOption::ScalarValueModule::Validations::Existence::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArgument::ScalarValueModule::Validations::Inclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArgument::ScalarValueModule::Validations::Existence::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArrayArgument::ArrayValueModule::Validations::ElementInclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArrayArgument::ArrayValueModule::Validations::MinimumLengthOfArray::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArrayOption::ArrayValueModule::Validations::ElementInclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringArrayOption::ArrayValueModule::Validations::MinimumLengthOfArray::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringOption::ScalarValueModule::Validations::Inclusion::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::Definitions::StringOption::ScalarValueModule::Validations::Existence::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~Cli::CommandClass::runners:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x209d7): undefined reference to `*Hash(String, Proc(Cli::CommandBase+, Array(String)+, Nil))@Hash(K, V)::new:Hash(String, Proc(Cli::CommandBase+, Array(String)+, Nil))'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callbacks_for_validate__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x209f7): undefined reference to `*Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))@Array(T)::new:Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callback_names_for_validate__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20a17): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callbacks_for_validate__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20a37): undefined reference to `*Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))@Array(T)::new:Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callback_names_for_validate__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20a57): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callbacks_for_validate__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20a77): undefined reference to `*Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))@Array(T)::new:Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callback_names_for_validate__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20a97): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callbacks_for_validate__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20ab7): undefined reference to `*Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))@Array(T)::new:Array(Proc(Cli::OptionModel::Parser+, Cli::OptionModel+, Nil))'
_main.o: In function `~Cli::OptionModel::Parser::cli_option_model_parser__callback_names_for_validate__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20ad7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_initialize__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20af7): undefined reference to `*Array(Proc(Cry::Command, Nil))@Array(T)::new:Array(Proc(Cry::Command, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_initialize__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20b17): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_initialize__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20b37): undefined reference to `*Array(Proc(Cry::Command, Nil))@Array(T)::new:Array(Proc(Cry::Command, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_initialize__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20b57): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_initialize__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20b77): undefined reference to `*Array(Proc(Cry::Command, Nil))@Array(T)::new:Array(Proc(Cry::Command, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_initialize__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20b97): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_initialize__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20bb7): undefined reference to `*Array(Proc(Cry::Command, Nil))@Array(T)::new:Array(Proc(Cry::Command, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_initialize__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20bd7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_exit__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20bf7): undefined reference to `*Array(Proc(Cry::Command, Cli::Exit, Nil))@Array(T)::new:Array(Proc(Cry::Command, Cli::Exit, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_exit__before:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20c17): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_exit__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20c37): undefined reference to `*Array(Proc(Cry::Command, Cli::Exit, Nil))@Array(T)::new:Array(Proc(Cry::Command, Cli::Exit, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_exit__around:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20c57): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_exit__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20c77): undefined reference to `*Array(Proc(Cry::Command, Cli::Exit, Nil))@Array(T)::new:Array(Proc(Cry::Command, Cli::Exit, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_exit__after:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20c97): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::cry_command__callbacks_for_exit__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20cb7): undefined reference to `*Array(Proc(Cry::Command, Cli::Exit, Nil))@Array(T)::new:Array(Proc(Cry::Command, Cli::Exit, Nil))'
_main.o: In function `~Cry::Command::cry_command__callback_names_for_exit__on:init':
/home/vagrant/first_project/lib/optarg/src/lib/parser.cr:(.text+0x20cd7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::__klass:init':
/usr/share/crystal/src/hash.cr:(.text+0x20d39): undefined reference to `*String#split<String>:Array(String)'
/usr/share/crystal/src/hash.cr:(.text+0x20d41): undefined reference to `*Array(String)@Indexable(T)#last:String'
/usr/share/crystal/src/hash.cr:(.text+0x20d49): undefined reference to `*StringInflection::kebab<String>:String'
/usr/share/crystal/src/hash.cr:(.text+0x20d53): undefined reference to `*Cry::Command::Options::__klass:Optarg::ModelClass'
/usr/share/crystal/src/hash.cr:(.text+0x20d74): undefined reference to `*Cli::CommandClass::new:supercommand:inherited_class:class_name:name:is_supercommand:abstract:options<Nil, Nil, String, String, Bool, Bool, Optarg::ModelClass>:Cli::CommandClass'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callbacks_for_validate__before:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20ee7): undefined reference to `*Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))@Array(T)::new:Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callback_names_for_validate__before:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20f07): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callbacks_for_validate__around:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20f27): undefined reference to `*Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))@Array(T)::new:Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callback_names_for_validate__around:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20f47): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callbacks_for_validate__after:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20f67): undefined reference to `*Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))@Array(T)::new:Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callback_names_for_validate__after:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20f87): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callbacks_for_validate__on:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20fa7): undefined reference to `*Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))@Array(T)::new:Array(Proc(Cry::Command::Options::Parser, Cry::Command::Options, Nil))'
_main.o: In function `~Cry::Command::Options::Parser::cry_command_options_parser__callback_names_for_validate__on:init':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:(.text+0x20fc7): undefined reference to `*Hash(Pointer(Void), String)@Hash(K, V)::new:Hash(Pointer(Void), String)'
_main.o: In function `->':
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cry::Command::__klass:Cli::CommandClass+'
/home/vagrant/first_project/lib/cry/src/cry/command.cr:5: undefined reference to `*Cli::CommandClass+@Cli::CommandClass#cry_command__run<Cli::CommandBase+, Array(String)+>:(Bool | Cli::Exit | Nil)'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::UnsupportedConcatenation@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::UnknownOption@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Optarg::MissingValue@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*File::BadPatternError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `system':
/usr/share/crystal/src/process.cr:546: undefined reference to `*Process::run:shell:input:output:error<String, Nil, Bool, Process::Redirect, Process::Redirect, Process::Redirect>:Process::Status'
/usr/share/crystal/src/process.cr:548: undefined reference to `*Process::Status#success?:Bool'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*IO::FileDescriptor+@IO::Evented#resume_read<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Exception+@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function ``':
/usr/share/crystal/src/process.cr:561: undefined reference to `*Process::new:shell:input:output:error<String, Bool, Process::Redirect, Process::Redirect, Process::Redirect>:Process'
/usr/share/crystal/src/process.cr:562: undefined reference to `*Process#output:IO::FileDescriptor+'
/usr/share/crystal/src/process.cr:562: undefined reference to `*IO::FileDescriptor+@IO#gets_to_end:String'
/usr/share/crystal/src/process.cr:563: undefined reference to `*Process#wait:Process::Status'
_main.o: In function `gets':
/usr/share/crystal/src/kernel.cr:104: undefined reference to `*IO::FileDescriptor@IO#gets:(String | Nil)'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*Cli::Ios::Pipe#finalize:Nil'
_main.o: In function `->':
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:192: undefined reference to `*Cli::Helps::Supercommand@Cli::Helps::Base::normalize_definition_name<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:193: undefined reference to `*Cli::Helps::Supercommand@Cli::Helps::Base::normalize_definition_name<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#downcase:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#downcase:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#<=><String>:Int32'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*Cli::Helps::Supercommand@Cli::Helps::Base::reverse_case<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*Cli::Helps::Supercommand@Cli::Helps::Base::reverse_case<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*String#<=><String>:Int32'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:192: undefined reference to `*Cli::Helps::Command@Cli::Helps::Base::normalize_definition_name<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:193: undefined reference to `*Cli::Helps::Command@Cli::Helps::Base::normalize_definition_name<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#downcase:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#downcase:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:194: undefined reference to `*String#<=><String>:Int32'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*Cli::Helps::Command@Cli::Helps::Base::reverse_case<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*Cli::Helps::Command@Cli::Helps::Base::reverse_case<String>:String'
/home/vagrant/first_project/lib/cli/src/lib/helps/base.cr:195: undefined reference to `*String#<=><String>:Int32'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Cli::Exit@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~Lucky::CookieJar::LUCKY_ENCRYPTION_PREFIX:init':
/usr/share/crystal/src/raise.cr:(.text+0x223bc): undefined reference to `*Base64@Base64::encode<String>:String'
/usr/share/crystal/src/raise.cr:(.text+0x223d3): undefined reference to `*String#+<String>:String'
_main.o: In function `~Lucky::BaseTags::EMPTY_HTML_ATTRS:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22437): undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
_main.o: In function `~Lucky::CustomTags::EMPTY_HTML_ATTRS:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22457): undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
_main.o: In function `~Lucky::TextHelpers::_cycles:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22477): undefined reference to `*Hash(String, Lucky::TextHelpers::Cycle)@Hash(K, V)::new:Hash(String, Lucky::TextHelpers::Cycle)'
_main.o: In function `~Lucky::PrettyLogFormatter::MESSAGE_FORMATTERS:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x224a6): undefined reference to `*Array(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Array(T)::new<Int32>:Array(Lucky::PrettyLogFormatter::MessageFormatter+.class)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x224d7): undefined reference to `*Pointer(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Pointer(T)#[]=<Int32, Lucky::PrettyLogFormatter::RequestStartedFormatter.class>:Lucky::PrettyLogFormatter::RequestStartedFormatter.class'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x224ef): undefined reference to `*Pointer(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Pointer(T)#[]=<Int32, Lucky::PrettyLogFormatter::RequestEndedFormatter.class>:Lucky::PrettyLogFormatter::RequestEndedFormatter.class'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22507): undefined reference to `*Pointer(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Pointer(T)#[]=<Int32, Lucky::PrettyLogFormatter::PlainTextFormatter.class>:Lucky::PrettyLogFormatter::PlainTextFormatter.class'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2251f): undefined reference to `*Pointer(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Pointer(T)#[]=<Int32, Lucky::PrettyLogFormatter::AnyOtherDataFormatter.class>:Lucky::PrettyLogFormatter::AnyOtherDataFormatter.class'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22532): undefined reference to `*Array(Lucky::PrettyLogFormatter::MessageFormatter+.class)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Lucky::ProtectFromForgery::ALLOWED_METHODS:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22566): undefined reference to `*Array(String)@Array(T)::new<Int32>:Array(String)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2259c): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x225ba): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x225d8): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x225f6): undefined reference to `*Pointer(String)@Pointer(T)#[]=<Int32, String>:String'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2260a): undefined reference to `*Array(String)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Lucky::Router::INSTANCE:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22632): undefined reference to `*Lucky::Router::new:Lucky::Router'
_main.o: In function `~Carbon::DevAdapter::delivered_emails:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22657): undefined reference to `*Array(Carbon::Email+)@Array(T)::new:Array(Carbon::Email+)'
_main.o: In function `~Crypto::Bcrypt::COST_RANGE:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22681): undefined reference to `*Range(B, E)::new<Int32, Int32, Bool>:Range(Int32, Int32)'
_main.o: In function `~Crypto::Bcrypt::PASSWORD_RANGE:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x226d1): undefined reference to `*Range(B, E)::new<Int32, Int32, Bool>:Range(Int32, Int32)'
_main.o: In function `~Crypto::Bcrypt::CIPHER_TEXT:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22725): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22734): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22742): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22750): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2275f): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22770): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2277e): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2278d): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2279e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227ac): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227bb): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227da): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227e9): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x227fa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22808): undefined reference to `*StaticArray(UInt32, 6)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22817): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22828): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
_main.o: In function `~Crypto::Bcrypt::Base64::TABLE:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2289f): undefined reference to `*Array(Int8)@Array(T)::new<Int32>:Array(Int8)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x228e5): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x228f7): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22918): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2292d): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2294e): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22963): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22984): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22999): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x229ba): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x229cf): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x229f0): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a05): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a26): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a3b): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a5c): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a71): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22a92): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22aa7): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22ac8): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22add): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22afe): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22b13): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22b34): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22b49): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22b6a): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22b7f): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22ba0): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22bb5): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22bd6): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22beb): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c0c): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c21): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c42): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c57): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c78): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22c8d): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22cae): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22cc3): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22ce4): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22cf9): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d1a): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d2f): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d50): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d65): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d86): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22d9b): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22dbc): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22dd1): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22df2): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e07): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e28): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e3d): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e5e): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e73): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22e94): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22ea9): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22eca): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22edf): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f00): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f15): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f36): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f4b): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f6c): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22f81): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22fa2): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22fb7): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22fd8): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x22fed): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2300e): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23023): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23044): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23059): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2307a): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2308f): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x230b0): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x230c5): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x230e6): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x230fb): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2311c): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23131): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23152): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23167): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23188): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2319d): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x231be): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x231d3): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x231f4): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23209): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2322a): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2323f): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23260): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23275): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23293): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x232a8): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x232c9): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x232de): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x232ff): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23314): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23335): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2334a): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2336b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23380): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x233a1): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x233b6): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x233d7): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x233ec): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2340d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23422): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23443): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23458): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23479): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2348e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x234af): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x234c4): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x234e5): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x234fa): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2351b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23530): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23551): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23566): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23587): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2359c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x235bd): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x235d2): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x235f3): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23608): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23629): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2363e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2365f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23674): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23695): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x236aa): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x236cb): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x236e0): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23701): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23716): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23737): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2374c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2376d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23782): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x237a3): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x237b8): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x237d9): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x237ee): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2380f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23824): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23845): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2385a): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2387b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23890): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x238b1): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x238c6): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x238e7): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x238fc): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2391d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23932): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23953): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23968): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23989): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2399e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x239bf): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x239d4): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x239f5): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a0a): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a2b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a40): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a61): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a76): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23a97): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23aac): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23acd): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ae2): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b03): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b18): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b39): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b4e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b6f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23b84): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ba5): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23bba): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23bdb): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23bf0): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c11): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c26): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c47): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c5c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c7d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23c92): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23cb3): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23cc8): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ce9): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23cfe): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23d1f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23d34): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23d55): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23d6a): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23d8b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23da0): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23dc1): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23dd6): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23df7): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e0c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e2d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e42): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e63): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e78): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23e99): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23eae): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ecf): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ee4): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f05): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f1a): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f3b): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f50): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f71): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23f86): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23fa7): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23fbc): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23fdd): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x23ff2): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24013): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24028): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24049): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2405e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2407f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24094): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x240b5): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x240ca): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x240eb): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24100): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24121): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24136): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24157): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2416c): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2418d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x241a2): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x241c3): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x241d8): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x241f9): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2420e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2422f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24244): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2425f): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24271): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2428c): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2429e): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x242b9): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x242cb): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x242e6): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x242f8): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24313): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24325): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24340): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24352): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2436d): undefined reference to `*Int8::new<Int32>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2437f): undefined reference to `*Pointer(Int8)@Pointer(T)#[]=<Int32, Int8>:Int8'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24395): undefined reference to `*Array(Int8)@Array(T)#size=<Int32>:Int32'
_main.o: In function `~Crypto::Blowfish::P:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x243e5): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x243f7): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24408): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2441c): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24430): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24444): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24458): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2446a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2447e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24492): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x244a4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x244b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x244cc): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x244e0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x244f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24508): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2451a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2452e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24542): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24554): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24568): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2457c): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24590): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x245a4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x245b8): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x245ca): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x245de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x245f2): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24604): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24618): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2462c): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24640): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24654): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24668): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2467a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2468e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2469f): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x246b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x246c1): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x246d2): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x246e3): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x246f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24705): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24714): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24725): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24736): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24747): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24758): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24769): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2477a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2478b): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2479c): undefined reference to `*StaticArray(UInt32, 18)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x247ad): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x247be): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
_main.o: In function `~Crypto::Blowfish::S:init':
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x248f5): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24909): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2491a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2492e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24942): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24956): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2496a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2497c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24990): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x249a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x249b8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x249cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x249e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x249f4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a2e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a6a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a7e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24a92): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24aa6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24aba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ace): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ae0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24af4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b56): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24b92): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ba6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24bba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24bcc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24be0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24bf4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c06): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c1a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c2e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c42): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c56): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c6a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c7e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24c92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ca6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24cb8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ccc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ce0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24cf2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d06): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d1a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d2c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d40): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d54): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d68): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24d90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24da2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24db6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24dca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24dde): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24df2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e06): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e1a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e2e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e42): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e54): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e68): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e7c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24e90): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ea4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24eb8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24eca): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ede): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ef2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f06): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f1a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f2e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f42): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f56): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f6a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f7e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24f92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24fa6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24fb8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24fcc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24fe0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x24ff2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25006): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2501a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2502e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25042): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25056): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2506a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2507e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25092): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x250a6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x250ba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x250ce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x250e0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x250f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25108): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2511a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2512e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25142): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25156): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2516a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2517e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25192): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x251a6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x251ba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x251cc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x251e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x251f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25206): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2521a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2522e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25240): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25254): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25268): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2527a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2528e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x252a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x252b6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x252ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x252de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x252f0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25304): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25318): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2532c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25340): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25354): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25366): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2537a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2538e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x253a2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x253b6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x253ca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x253dc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x253f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25404): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25416): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2542a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2543e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25450): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25464): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25478): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2548c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x254a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x254b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x254c8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x254dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x254f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25504): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25518): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2552c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2553e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25552): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25566): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25578): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2558c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x255a0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x255b2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x255c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x255da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x255ec): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25600): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25614): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25626): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2563a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2564e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25662): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25676): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2568a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2569c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x256b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x256c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x256d6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x256ea): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x256fe): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25712): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25726): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2573a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2574c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25760): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25774): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25786): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2579a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x257ae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x257c2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x257d6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x257ea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x257fe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25812): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25826): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2583a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2584e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25862): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25876): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2588a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2589e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x258b0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x258c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x258d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x258ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25900): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25914): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25926): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2593a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2594e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25962): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25976): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2598a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2599c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x259b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x259c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x259d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x259ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a12): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a26): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a3a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a4e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a88): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25a9c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ab0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ac4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ad8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25aec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25afe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b12): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b26): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b3a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b4e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b62): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b74): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b88): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25b9c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25bb0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25bc4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25bd8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25bec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c00): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c14): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c28): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c3c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c50): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c62): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c76): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c8a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25c9c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25cb0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25cc4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25cd8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25cec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d12): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d26): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d3a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d4e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d88): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25d9c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25db0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25dc2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25dd6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25dea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25dfe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e12): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e26): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e3a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e4e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e62): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e74): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e88): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25e9c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25eae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ec2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ed6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ee8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25efc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f10): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f24): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f38): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f4c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f60): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f74): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f88): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25f9a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25fae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25fc2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25fd4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25fe8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x25ffc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2600e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26022): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26036): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26048): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2605c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26070): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26082): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26096): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x260aa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x260bc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x260d0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x260e4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x260f6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2610a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2611e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26132): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26146): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2615a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2616e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26182): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26196): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x261a8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x261bc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x261d0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x261e2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x261f6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2620a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2621e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26232): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26246): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26258): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2626c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26280): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26294): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x262a8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x262bc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x262d0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x262e4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x262f8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2630c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26320): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26334): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26348): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2635c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26370): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26382): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26396): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x263aa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x263be): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x263d2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x263e6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x263f8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2640c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26420): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26432): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26446): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2645a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2646c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26480): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26494): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x264a6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x264ba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x264ce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x264e0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x264f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26508): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2651a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2652e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26542): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26554): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26568): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2657c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2658e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x265a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x265b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x265ca): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x265de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x265f2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26606): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2661a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2662e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26642): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26656): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2666a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2667e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26692): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x266a6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x266ba): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x266ce): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x266e2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x266f4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26708): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2671c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2672e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26742): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26756): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2676a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2677e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26792): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x267a4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x267b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x267cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x267e0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x267f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26808): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2681c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26830): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26844): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26856): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2686a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2687e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26890): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x268a4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x268b8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x268cc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x268e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x268f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26906): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2691a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2692e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26940): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26954): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26968): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2697c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26990): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x269a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x269b8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x269cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x269e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x269f4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a2e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a6a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a7e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26a92): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26aa4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ab8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26acc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ae0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26af4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b1a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b2e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b42): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b56): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26b90): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ba4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26bb8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26bca): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26bde): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26bf2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c06): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c1a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c2e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c42): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c56): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c6a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c7c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26c90): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ca4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26cb8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ccc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ce0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26cf4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d2e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d6a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d7e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26d92): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26da6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26dba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26dce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26de0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26df4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e58): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e6c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e80): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26e94): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ea8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ebc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ece): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ee2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ef6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f0a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f1e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f32): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f44): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f58): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f6c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f7e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26f92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26fa6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26fba): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26fce): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26fe2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x26ff6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2700a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2701e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27032): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27046): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2705a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2706c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27080): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27094): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x270a8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x270bc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x270d0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x270e4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x270f8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2710c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2711e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27132): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27146): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2715a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2716e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27182): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27196): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x271aa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x271be): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x271d0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x271e4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x271f8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2720c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27220): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27234): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27246): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2725a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2726e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27282): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27296): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x272aa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x272be): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x272d2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x272e6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x272fa): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2730e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27322): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27334): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27348): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2735c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27370): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27384): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27398): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x273ac): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x273c0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x273d4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x273e8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x273fc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27410): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27424): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27438): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2744c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27460): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27474): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27488): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2749c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x274b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x274c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x274d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x274ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27500): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27514): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27528): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2753c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2754e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27562): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27576): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27588): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2759c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x275b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x275c4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x275d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x275ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27600): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27614): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27628): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2763a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2764e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27662): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27676): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2768a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2769e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x276b2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x276c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x276da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x276ee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27702): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27716): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2772a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2773e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27752): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27766): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2777a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2778e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x277a0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x277b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x277c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x277dc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x277f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27804): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27818): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2782c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27840): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27854): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27868): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2787c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2788e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x278a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x278b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x278ca): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x278de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x278f2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27904): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27918): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2792c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27940): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27954): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27968): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2797c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27990): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x279a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x279b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x279ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x279de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x279f2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a06): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a1a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a2c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a40): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a54): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a68): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27a90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27aa4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ab8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27acc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ae0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27af4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b1a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b2e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b42): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b56): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27b92): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ba6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27bba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27bcc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27be0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27bf4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c06): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c1a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c2e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c40): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c54): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c68): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c7a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27c8e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ca2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27cb4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27cc8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27cdc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27cf0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d04): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d18): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d2a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d3e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d52): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d64): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d78): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d8c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27d9e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27db2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27dc6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27dda): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27dee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e02): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e14): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e28): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e3c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e4e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e8a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27e9e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27eb2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ec4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ed8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27eec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27efe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f12): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f26): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f38): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f4c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f60): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f74): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f88): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27f9c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27fae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27fc2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27fd6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27fe8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x27ffc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28010): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28024): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28038): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2804c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28060): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28074): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28088): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2809c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x280b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x280c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x280d6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x280ea): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x280fe): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28112): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28126): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2813a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2814c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28160): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28174): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28186): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2819a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x281ae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x281c2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x281d6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x281ea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x281fc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28210): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28224): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28238): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2824c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28260): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28274): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28288): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2829c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x282b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x282c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x282d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x282ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28300): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28314): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28326): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2833a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2834e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28362): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28376): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2838a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2839c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x283b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x283c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x283d6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x283ea): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x283fe): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28410): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28424): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28438): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2844c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28460): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28474): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28488): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2849c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x284b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x284c4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x284d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x284ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28500): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28514): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28528): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2853a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2854e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28562): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28576): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2858a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2859e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x285b2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x285c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x285da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x285ee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28602): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28616): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28628): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2863c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28650): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28662): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28676): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2868a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2869e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x286b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x286c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x286d8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x286ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28700): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28712): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28726): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2873a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2874e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28762): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28776): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2878a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2879e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x287b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x287c4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x287d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x287ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x287fe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28812): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28826): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28838): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2884c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28860): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28874): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28888): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2889c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x288b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x288c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x288d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x288ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28900): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28914): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28926): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2893a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2894e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28962): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28976): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2898a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2899c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x289b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x289c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x289d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x289ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a12): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a26): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a3a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a4c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a60): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a74): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a86): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28a9a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28aae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ac0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ad4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ae8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28afa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b0e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b22): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b34): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b48): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b5c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b6e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b82): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28b96): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ba8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28bbc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28bd0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28be4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28bf8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c0c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c20): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c34): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c48): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c5a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c6e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c82): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28c94): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ca8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28cbc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28cd0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ce4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28cf8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d0a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d1e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d32): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d46): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d5a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d6e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d82): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28d96): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28daa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28dbe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28dd2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28de6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28df8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e0c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e20): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e34): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e48): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e5c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e6e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e82): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28e96): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ea8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ebc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ed0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ee4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ef8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f0c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f20): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f34): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f48): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f5a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f6e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f82): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28f96): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28faa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28fbe): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28fd0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28fe4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x28ff8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2900a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2901e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29032): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29044): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29058): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2906c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29080): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29094): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x290a8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x290bc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x290d0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x290e4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x290f8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2910c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29120): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29132): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29146): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2915a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2916e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29182): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29196): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x291aa): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x291be): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x291d2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x291e6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x291fa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2920e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29220): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29234): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29248): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2925a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2926e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29282): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29294): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x292a8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x292bc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x292ce): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x292e2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x292f6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29308): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2931c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29330): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29342): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29356): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2936a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2937e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29392): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x293a6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x293b8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x293cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x293e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x293f2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29406): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2941a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2942c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29440): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29454): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29468): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2947c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29490): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x294a4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x294b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x294cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x294e0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x294f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29508): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2951c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29530): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29544): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29558): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2956c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29580): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29592): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x295a6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x295ba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x295cc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x295e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x295f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29606): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2961a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2962e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29642): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29656): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2966a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2967c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29690): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x296a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x296b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x296ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x296de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x296f2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29706): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2971a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2972e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29742): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29756): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2976a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2977e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29792): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x297a6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x297ba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x297ce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x297e0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x297f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29808): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2981c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29830): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29844): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29858): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2986c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29880): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29892): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x298a6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x298ba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x298ce): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x298e2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x298f6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29908): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2991c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29930): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29942): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29956): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2996a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2997c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29990): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x299a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x299b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x299ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x299de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x299f0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a04): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a18): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a2a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a3e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a52): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a64): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a78): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29a8c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29aa0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29ab4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29ac8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29ada): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29aee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b02): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b14): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b28): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b3c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b50): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b64): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b78): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b8a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29b9e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29bb2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29bc4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29bd8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29bec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c00): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c14): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c28): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c3c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c50): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c64): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c78): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29c8c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29ca0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29cb2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29cc6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29cda): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29cee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d02): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d16): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d2a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d3e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d52): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d66): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d7a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29d8e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29da0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29db4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29dc8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29dda): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29dee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e02): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e14): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e28): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e3c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e4e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e8a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29e9e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29eb2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29ec6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29eda): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29eee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f00): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f14): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f28): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f3a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f4e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f62): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f76): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f8a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29f9e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29fb2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29fc6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29fda): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x29fee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a002): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a016): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a02a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a03e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a052): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a064): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a078): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a08c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a0a0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a0b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a0c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a0da): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a0ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a102): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a114): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a128): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a13c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a14e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a162): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a176): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a188): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a19c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a1b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a1c4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a1d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a1ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a200): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a214): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a228): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a23c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a250): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a264): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a278): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a28c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a2a0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a2b4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a2c8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a2dc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a2f0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a304): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a318): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a32a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a33e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a352): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a366): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a37a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a38e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a3a2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a3b6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a3ca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a3dc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a3f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a404): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a416): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a42a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a43e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a452): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a466): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a47a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a48e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a4a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a4b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a4c8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a4dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a4f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a502): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a516): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a52a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a53c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a550): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a564): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a576): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a58a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a59e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a5b2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a5c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a5da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a5ec): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a600): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a614): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a626): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a63a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a64e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a662): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a676): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a68a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a69c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a6b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a6c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a6d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a6ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a700): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a714): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a728): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a73c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a74e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a762): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a776): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a78a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a79e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a7b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a7c6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a7da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a7ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a802): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a816): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a82a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a83c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a850): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a864): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a878): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a88c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a8a0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a8b4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a8c8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a8dc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a8ee): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a902): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a916): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a928): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a93c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a950): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a964): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a978): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a98c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a99e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a9b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a9c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a9d8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2a9ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa12): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa26): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa3a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa4c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa60): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa74): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa88): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aa9c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aab0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aac4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aad8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aaec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab00): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab14): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab28): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab3c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab50): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab64): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab76): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab8a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ab9e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2abb2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2abc6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2abda): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2abee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac02): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac16): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac28): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac3c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac50): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac62): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac76): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac8a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ac9c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2acb0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2acc4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2acd8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2acec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad14): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad28): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad3c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad4e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad88): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ad9c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2adb0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2adc2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2add6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2adea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2adfe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae12): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae26): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae38): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae4c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae60): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae74): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae88): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ae9c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aeae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aec2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aed6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aeea): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2aefe): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af12): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af24): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af38): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af4c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af5e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af72): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af86): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2af98): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2afac): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2afc0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2afd4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2afe8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2affc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b010): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b024): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b038): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b04a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b05e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b072): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b086): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b09a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b0ae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b0c0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b0d4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b0e8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b0fa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b10e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b122): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b134): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b148): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b15c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b170): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b184): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b198): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b1ac): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b1c0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b1d4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b1e8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b1fc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b210): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b224): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b238): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b24c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b260): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b274): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b288): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b29a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b2ae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b2c2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b2d4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b2e8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b2fc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b310): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b324): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b338): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b34c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b360): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b374): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b388): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b39c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b3b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b3c2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b3d6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b3ea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b3fe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b412): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b426): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b438): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b44c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b460): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b474): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b488): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b49c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b4b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b4c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b4d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b4ea): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b4fe): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b512): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b524): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b538): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b54c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b55e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b572): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b586): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b598): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b5ac): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b5c0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b5d2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b5e6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b5fa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b60e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b622): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b636): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b648): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b65c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b670): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b682): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b696): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b6aa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b6bc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b6d0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b6e4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b6f6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b70a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b71e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b730): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b744): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b758): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b76a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b77e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b792): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b7a4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b7b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b7cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b7e0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b7f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b808): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b81c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b830): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b844): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b856): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b86a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b87e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b890): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b8a4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b8b8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b8cc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b8e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b8f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b906): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b91a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b92e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b942): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b956): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b96a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b97e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b992): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b9a6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b9b8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b9cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b9e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2b9f4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba2e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba6a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba7e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ba92): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2baa6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2baba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bace): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bae0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2baf4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb58): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb6c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb80): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bb94): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bba8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bbbc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bbd0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bbe4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bbf8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc0a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc1e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc32): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc46): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc5a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc6e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc80): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bc94): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bca8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bcba): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bcce): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bce2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bcf6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd0a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd1e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd32): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd46): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd5a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd6c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd80): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bd94): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bda6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bdba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bdce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bde2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bdf6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be0a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be1c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be58): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be6c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be80): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2be94): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bea8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bebc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bed0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bee4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bef8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf0c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf20): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf34): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf48): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf5c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf70): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf84): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bf98): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bfac): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bfc0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bfd4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bfe8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2bffa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c00e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c022): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c034): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c048): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c05c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c070): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c084): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c098): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c0ac): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c0c0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c0d4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c0e8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c0fc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c110): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c122): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c136): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c14a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c15c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c170): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c184): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c196): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c1aa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c1be): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c1d0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c1e4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c1f8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c20c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c220): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c234): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c246): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c25a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c26e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c282): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c296): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c2aa): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c2bc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c2d0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c2e4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c2f8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c30c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c320): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c332): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c346): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c35a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c36c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c380): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c394): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c3a8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c3bc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c3d0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c3e2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c3f6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c40a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c41c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c430): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c444): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c456): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c46a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c47e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c492): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c4a6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c4ba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c4cc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c4e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c4f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c508): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c51c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c530): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c544): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c558): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c56c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c57e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c592): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c5a6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c5b8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c5cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c5e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c5f2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c606): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c61a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c62e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c642): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c656): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c668): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c67c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c690): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c6a4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c6b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c6cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c6de): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c6f2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c706): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c718): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c72c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c740): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c752): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c766): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c77a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c78e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c7a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c7b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c7ca): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c7de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c7f2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c804): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c818): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c82c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c840): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c854): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c868): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c87c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c890): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c8a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c8b8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c8cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c8e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c8f2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c906): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c91a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c92c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c940): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c954): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c968): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c97c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c990): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c9a4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c9b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c9cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c9de): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2c9f2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca06): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca18): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca2c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca40): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca52): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca66): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca7a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ca8c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2caa0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cab4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cac8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cadc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2caf0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb02): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb16): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb2a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb3e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb52): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb66): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb78): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cb8c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cba0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cbb4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cbc8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cbdc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cbf0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc04): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc18): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc2c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc40): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc54): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc66): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc7a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cc8e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cca2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ccb6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ccca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ccdc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ccf0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd04): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd16): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd2a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd3e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd52): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd66): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd7a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cd8e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cda2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cdb6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cdc8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cddc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cdf0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce04): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce18): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce2c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce40): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce54): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce68): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce7c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ce90): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cea4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ceb8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cecc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cee0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cef2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf06): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf1a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf2c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf40): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf54): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf68): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cf90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cfa4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cfb8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cfcc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cfde): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2cff2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d006): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d01a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d02e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d042): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d054): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d068): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d07c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d090): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d0a4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d0b8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d0cc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d0e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d0f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d106): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d11a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d12e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d142): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d156): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d16a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d17c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d190): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d1a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d1b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d1ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d1de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d1f0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d204): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d218): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d22a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d23e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d252): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d264): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d278): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d28c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d2a0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d2b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d2c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d2dc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d2f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d304): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d316): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d32a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d33e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d350): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d364): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d378): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d38a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d39e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d3b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d3c6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d3da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d3ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d400): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d414): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d428): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d43a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d44e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d462): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d474): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d488): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d49c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d4b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d4c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d4d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d4ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d500): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d514): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d526): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d53a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d54e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d560): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d574): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d588): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d59a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d5ae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d5c2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d5d6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d5ea): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d5fe): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d612): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d626): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d63a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d64e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d662): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d676): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d68a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d69e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d6b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d6c4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d6d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d6ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d700): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d714): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d728): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d73c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d750): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d764): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d776): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d78a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d79e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d7b2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d7c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d7da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d7ec): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d800): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d814): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d828): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d83c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d850): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d864): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d878): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d88c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d8a0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d8b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d8c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d8da): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d8ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d902): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d916): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d92a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d93e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d950): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d964): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d978): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d98c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d9a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d9b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d9c8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d9dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2d9f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da04): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da18): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da2c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da40): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da54): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da68): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da7c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2da90): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2daa4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dab8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dacc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dae0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2daf2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db06): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db1a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db2c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db40): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db54): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db68): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2db90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dba4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dbb8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dbcc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dbe0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dbf4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc56): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dc90): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dca4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dcb8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dccc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dce0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dcf4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd08): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd1c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd30): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd44): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd58): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd6c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd80): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dd94): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dda8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ddba): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ddce): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dde2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ddf4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de2e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de68): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2de90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dea4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2deb8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2decc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dee0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2def4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df56): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2df92): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dfa6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dfba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dfcc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dfe0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2dff4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e006): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e01a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e02e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e040): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e054): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e068): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e07c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e090): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e0a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e0b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e0ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e0de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e0f0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e104): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e118): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e12a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e13e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e152): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e164): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e178): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e18c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e19e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e1b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e1c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e1da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e1ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e202): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e214): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e228): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e23c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e24e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e262): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e276): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e28a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e29e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e2b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e2c6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e2da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e2ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e300): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e314): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e328): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e33c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e350): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e364): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e378): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e38c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e3a0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e3b2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e3c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e3da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e3ee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e402): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e416): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e42a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e43e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e452): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e464): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e478): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e48c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e49e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e4b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e4c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e4da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e4ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e502): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e516): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e52a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e53e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e550): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e564): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e578): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e58c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e5a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e5b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e5c8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e5dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e5f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e604): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e618): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e62c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e640): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e654): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e668): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e67a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e68e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e6a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e6b4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e6c8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e6dc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e6f0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e704): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e718): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e72a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e73e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e752): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e766): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e77a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e78e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e7a0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e7b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e7c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e7dc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e7f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e804): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e818): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e82c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e840): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e854): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e868): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e87c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e88e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e8a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e8b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e8ca): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e8de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e8f2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e906): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e91a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e92e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e940): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e954): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e968): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e97a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e98e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e9a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e9b6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e9ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e9de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2e9f2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea06): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea1a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea2e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea42): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea56): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea68): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea7c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ea90): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eaa2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eab6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eaca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eade): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eaf2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb06): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb1a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb2e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb42): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb56): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eb92): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eba6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ebba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ebcc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ebe0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ebf4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec06): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec1a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec2e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec42): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec56): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec6a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec7e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ec92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eca6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ecb8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eccc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ece0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ecf4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed30): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed44): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed58): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed6a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed7e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ed92): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eda4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2edb8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2edcc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2edde): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2edf2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee06): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee18): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee2c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee40): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee52): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee66): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee7a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ee8e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eea2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eeb6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eec8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eedc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2eef0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef04): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef18): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef2c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef3e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef52): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef66): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef7a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ef8e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2efa2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2efb4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2efc8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2efdc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2efee): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f002): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f016): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f02a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f03e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f052): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f066): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f07a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f08e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f0a0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f0b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f0c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f0dc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f0f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f104): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f116): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f12a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f13e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f152): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f166): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f17a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f18c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f1a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f1b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f1c8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f1dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f1f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f204): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f218): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f22c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f23e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f252): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f266): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f278): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f28c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f2a0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f2b2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f2c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f2da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f2ec): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f300): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f314): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f326): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f33a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f34e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f362): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f376): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f38a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f39e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f3b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f3c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f3da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f3ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f402): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f416): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f42a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f43e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f452): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f466): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f47a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f48c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f4a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f4b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f4c6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f4da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f4ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f500): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f514): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f528): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f53a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f54e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f562): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f576): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f58a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f59e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f5b0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f5c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f5d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f5ea): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f5fe): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f612): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f626): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f63a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f64e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f662): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f676): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f68a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f69c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f6b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f6c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f6d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f6ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f700): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f712): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f726): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f73a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f74c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f760): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f774): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f788): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f79c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f7b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f7c4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f7d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f7ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f7fe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f812): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f826): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f838): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f84c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f860): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f872): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f886): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f89a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f8ac): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f8c0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f8d4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f8e8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f8fc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f910): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f924): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f938): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f94c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f960): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f974): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f988): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f99a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f9ae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f9c2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f9d4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f9e8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2f9fc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa0e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa22): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa36): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa4a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa5e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa72): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa86): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fa9a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2faae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fac0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fad4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fae8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fafa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb0e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb22): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb34): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb48): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb5c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb70): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb84): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fb98): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fbac): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fbc0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fbd4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fbe8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fbfc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc10): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc24): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc38): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc4c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc60): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc74): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc88): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fc9c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fcb0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fcc4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fcd8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fcec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd12): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd26): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd3a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd4e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd88): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fd9c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fdb0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fdc2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fdd6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fdea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fdfe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe12): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe26): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe3a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe4e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe62): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe74): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe88): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fe9c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2feae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fec2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fed6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fee8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fefc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff10): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff24): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff38): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff4c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff5e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff72): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff86): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ff98): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ffac): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ffc0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ffd4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2ffe8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x2fffc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30010): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30024): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30038): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3004c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30060): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30074): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30088): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3009c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x300b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x300c2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x300d6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x300ea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x300fc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30110): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30124): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30138): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3014c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30160): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30174): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30188): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3019c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x301ae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x301c2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x301d6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x301ea): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x301fe): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30212): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30226): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3023a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3024e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30262): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30276): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3028a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3029e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x302b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x302c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x302da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x302ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30302): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30316): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3032a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3033e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30350): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30364): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30378): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3038c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x303a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x303b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x303c6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x303da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x303ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30402): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30416): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3042a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3043e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30452): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30466): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3047a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3048e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x304a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x304b4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x304c8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x304dc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x304ee): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30502): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30516): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3052a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3053e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30552): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30566): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3057a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3058e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x305a2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x305b6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x305ca): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x305dc): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x305f0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30604): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30618): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3062c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30640): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30654): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30668): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3067c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3068e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x306a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x306b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x306c8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x306dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x306f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30704): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30718): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3072c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3073e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30752): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30766): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3077a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3078e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x307a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x307b4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x307c8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x307dc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x307ee): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30802): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30816): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3082a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3083e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30852): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30864): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30878): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3088c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3089e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x308b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x308c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x308da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x308ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30902): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30916): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3092a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3093e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30950): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30964): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30978): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3098c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x309a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x309b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x309c8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x309dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x309f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a02): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a16): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a2a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a3e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a52): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a66): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a78): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30a8c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30aa0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ab2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ac6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ada): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30aee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b02): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b16): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b2a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b3e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b52): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b66): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b7a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30b8e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ba0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30bb4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30bc8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30bdc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30bf0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c04): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c16): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c2a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c3e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c50): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c64): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c78): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30c8c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ca0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30cb4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30cc6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30cda): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30cee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d02): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d16): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d2a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d3e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d52): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d66): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d78): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30d8c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30da0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30db2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30dc6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30dda): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30dee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e02): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e16): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e28): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e3c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e50): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e62): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e76): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e8a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30e9e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30eb2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ec6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30ed8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30eec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f00): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f14): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f28): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f3c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f4e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f62): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f76): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f8a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30f9e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30fb2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30fc6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30fda): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x30fee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31002): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31016): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3102a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3103c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31050): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31064): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31076): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3108a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3109e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x310b0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x310c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x310d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x310ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31100): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31114): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31128): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3113c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31150): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31164): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31178): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3118c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3119e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x311b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x311c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x311d8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x311ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31200): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31214): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31228): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3123c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31250): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31264): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31278): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3128a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3129e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x312b2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x312c4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x312d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x312ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31300): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31314): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31328): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3133c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31350): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31364): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31376): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3138a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3139e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x313b0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x313c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x313d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x313ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31400): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31414): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31426): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3143a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3144e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31460): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31474): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31488): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3149a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x314ae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x314c2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x314d4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x314e8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x314fc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3150e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31522): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31536): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3154a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3155e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31572): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31584): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31598): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x315ac): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x315c0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x315d4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x315e8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x315fa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3160e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31622): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31634): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31648): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3165c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31670): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31684): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31698): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x316aa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x316be): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x316d2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x316e6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x316fa): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3170e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31722): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31736): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3174a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3175e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31772): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31786): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3179a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x317ae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x317c2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x317d4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x317e8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x317fc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31810): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31824): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31838): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3184c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31860): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31874): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31886): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3189a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x318ae): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x318c2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x318d6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x318ea): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x318fe): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31912): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31926): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3193a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3194e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31962): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31974): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31988): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3199c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x319ae): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x319c2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x319d6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x319e8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x319fc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a10): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a22): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a36): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a4a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a5e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a72): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a86): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31a9a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31aae): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ac2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ad4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ae8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31afc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b10): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b24): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b38): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b4a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b5e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b72): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b84): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31b98): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31bac): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31bbe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31bd2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31be6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31bf8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c0c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c20): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c32): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c46): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c5a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c6e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c82): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31c96): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31caa): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31cbe): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31cd2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ce4): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31cf8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d0c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d20): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d34): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d48): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d5a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d6e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d82): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31d94): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31da8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31dbc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31dd0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31de4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31df8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e0c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e20): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e34): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e48): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e5c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e70): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e84): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31e98): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31eac): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ec0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ed4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ee8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31efa): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f0e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f22): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f36): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f4a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f5e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f72): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f86): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31f9a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31fae): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31fc2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31fd6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31fe8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x31ffc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32010): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32024): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32038): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3204c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32060): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32074): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32088): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3209c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x320b0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x320c4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x320d8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x320ec): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32100): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32112): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32126): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3213a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3214e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32162): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32176): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32188): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3219c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x321b0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x321c4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x321d8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x321ec): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x321fe): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32212): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32226): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32238): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3224c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32260): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32274): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32288): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3229c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x322b0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x322c4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x322d8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x322ec): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32300): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32314): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32328): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3233c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32350): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32362): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32376): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3238a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3239e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x323b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x323c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x323da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x323ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32402): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32414): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32428): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3243c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32450): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32464): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32478): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3248c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x324a0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x324b4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x324c6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x324da): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x324ee): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32500): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32514): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32528): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3253a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3254e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32562): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32576): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3258a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3259e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x325b2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x325c6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x325da): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x325ee): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32602): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32616): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3262a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3263e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32652): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32664): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32678): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3268c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3269e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x326b2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x326c6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x326da): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x326ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32702): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32716): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3272a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3273e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32752): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32766): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3277a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3278e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x327a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x327b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x327ca): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x327de): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x327f2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32804): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32818): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3282c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32840): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32854): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32868): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3287a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3288e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x328a2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x328b6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x328ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x328de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x328f2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32906): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3291a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3292c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32940): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32954): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32968): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3297c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32990): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x329a4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x329b8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x329cc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x329e0): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x329f4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a08): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a1c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a58): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a6c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a80): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32a94): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32aa8): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32abc): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ace): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ae2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32af6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b0a): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b1e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b32): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b44): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b58): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b6c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b7e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32b92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ba6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32bba): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32bce): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32be2): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32bf6): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c0a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c1e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c32): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c46): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c5a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c6c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c80): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32c94): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ca6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32cba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32cce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ce2): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32cf6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d0a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d1c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d30): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d44): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d56): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d6a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d7e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32d92): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32da6): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32dba): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32dce): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32de2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32df6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e08): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e1c): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e30): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e44): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e58): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e6c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e7e): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32e92): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ea6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32eb8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ecc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ee0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ef4): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f08): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f1c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f30): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f44): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f58): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f6c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f80): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32f94): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32fa6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32fba): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32fce): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32fe0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x32ff4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33008): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3301a): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3302e): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33042): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33054): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33068): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3307c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33090): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x330a4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x330b8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x330cc): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x330e0): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x330f4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33106): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3311a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3312e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33140): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33154): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33168): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3317c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33190): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x331a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x331b8): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x331cc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x331e0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x331f2): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33206): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3321a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3322c): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33240): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33254): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33266): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3327a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3328e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x332a0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x332b4): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x332c8): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x332da): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x332ee): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33302): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33316): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3332a): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3333e): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33352): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33366): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3337a): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3338e): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x333a2): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x333b6): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x333c8): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x333dc): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x333f0): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33404): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33418): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3342c): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33440): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33454): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33468): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x3347c): undefined reference to `*UInt32::new!<Int64>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33490): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x334a4): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x334b6): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x334ca): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x334de): undefined reference to `*StaticArray(UInt32, 1024)@StaticArray(T, N)#to_unsafe:Pointer(UInt32)'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x334f0): undefined reference to `*UInt32::new!<Int32>:UInt32'
/home/vagrant/first_project/lib/lucky/src/lucky/cookies/cookie_jar.cr:(.text+0x33504): undefined reference to `*Pointer(UInt32)@Pointer(T)#[]=<Int32, UInt32>:UInt32'
_main.o: In function `~User::BaseForm::fillable_param_keys:init':
/home/vagrant/first_project/src/models/user.cr:(.text+0x39f87): undefined reference to `*Array(String)@Array(T)::new:Array(String)'
_main.o: In function `~SignUpForm::fillable_param_keys:init':
/home/vagrant/first_project/src/forms/sign_up_form.cr:(.text+0x39fe7): undefined reference to `*Array(String)@Array(T)::new:Array(String)'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*YAML::ParseException@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*YAML::PullParser#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Base64::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Time::Format::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/home/vagrant/first_project/config/cookies.cr:10: undefined reference to `*Lucky::ForceSSLHandler::settings:Lucky::ForceSSLHandler::Settings.class'
/home/vagrant/first_project/config/cookies.cr:10: undefined reference to `*Lucky::ForceSSLHandler::Settings::enabled:Bool'
/home/vagrant/first_project/config/cookies.cr:10: undefined reference to `*HTTP::Cookie#secure<Bool>:HTTP::Cookie'
_main.o: In function `~Avram::Repo::Settings::logger:init':
/home/vagrant/first_project/lib/avram/src/avram/repo.cr:(.text+0x3a5d2): undefined reference to `*Dexter::Logger::new<Nil>:Dexter::Logger'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*URI::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/home/vagrant/first_project/lib/db/src/db/database.cr:51: undefined reference to `*PG::Driver#build_connection<DB::Database>:PG::Connection'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*UNIXSocket+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*UNIXSocket+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*UNIXSocket+@Socket#finalize:Nil'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*UNIXSocket+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*UNIXSocket+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Socket::Addrinfo::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*TCPSocket+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*TCPSocket+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*TCPSocket+@Socket#finalize:Nil'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*TCPSocket+@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*TCPSocket+@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*PQ::ConnectionError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*OpenSSL::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*OpenSSL::SSL::Context::Client@OpenSSL::SSL::Context#finalize:Nil'
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*OpenSSL::SSL::Socket::Client@OpenSSL::SSL::Socket#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*PQ::PQError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::ConnectionRefused@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `sleep':
/usr/share/crystal/src/concurrent.cr:12: undefined reference to `*ArgumentError::new<String>:ArgumentError'
/usr/share/crystal/src/concurrent.cr:15: undefined reference to `*Float64@Float#seconds:Time::Span'
/usr/share/crystal/src/concurrent.cr:15: undefined reference to `*Crystal::Scheduler::sleep<Time::Span>:Nil'
_main.o: In function `->':
/home/vagrant/first_project/lib/db/src/db/pool.cr:197: undefined reference to `*Channel::Unbuffered(Nil)@Channel::Unbuffered(T)#send<Nil>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::PoolTimeout@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::PoolRetryAttemptsExceeded@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::ConnectionLost@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*PG::RuntimeError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*JSON::ParseException@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Habitat::MissingSettingError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~Authentic::Settings::default_password_reset_time_limit:init':
/usr/share/crystal/src/raise.cr:(.text+0x3bdea): undefined reference to `*Int32@Int#minutes:Time::Span'
_main.o: In function `~BaseEmail::Settings::deliver_later_strategy:init':
/usr/share/crystal/src/raise.cr:(.text+0x3be52): undefined reference to `*Carbon::SpawnStrategy@Reference::new:Carbon::SpawnStrategy'
_main.o: In function `->':
/home/vagrant/first_project/src/start_server.cr:11: undefined reference to `*AppServer@Lucky::BaseAppServer#close:Nil'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:31: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:32: undefined reference to `*TCPServer@IO::Evented#resume_write:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:33: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:34: undefined reference to `*TCPServer@IO::Evented#resume_write<Bool>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*TCPServer@Socket#finalize:Nil'
_main.o: In function `->':
/usr/share/crystal/src/http/server.cr:432: undefined reference to `*Channel::Unbuffered(Nil)@Channel::Unbuffered(T)#send<Nil>:Nil'
/usr/share/crystal/src/http/server.cr:419: undefined reference to `*OpenSSL::SSL::Server#accept?:(OpenSSL::SSL::Socket::Server | Nil)'
/usr/share/crystal/src/http/server.cr:419: undefined reference to `*TCPServer#accept?:(TCPSocket | Nil)'
/usr/share/crystal/src/http/server.cr:419: undefined reference to `*UNIXServer#accept?:(UNIXSocket | Nil)'
/usr/share/crystal/src/http/server.cr:421: undefined reference to `*HTTP::Server#handle_exception<Exception+>:IO::FileDescriptor'
/usr/share/crystal/src/http/server.cr:432: undefined reference to `*Channel::Unbuffered(Nil)@Channel::Unbuffered(T)#send<Nil>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*TCPServer@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*TCPServer@IO::Evented#resume_read<Bool>:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:45: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:46: undefined reference to `*UNIXServer@IO::Evented#resume_read:Nil'
/usr/share/crystal/src/crystal/event_loop.cr:47: undefined reference to `*LibEvent2::EventFlags@Enum#includes?<LibEvent2::EventFlags>:Bool'
/usr/share/crystal/src/crystal/event_loop.cr:48: undefined reference to `*UNIXServer@IO::Evented#resume_read<Bool>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*OpenSSL::SSL::Socket::Server@OpenSSL::SSL::Socket#finalize:Nil'
_main.o: In function `->':
/usr/share/crystal/src/http/server.cr:428: undefined reference to `*HTTP::Server#handle_client<IO+>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/flate/reader.cr:25: undefined reference to `*GC::malloc<UInt32>:Pointer(Void)'
/usr/share/crystal/src/flate/reader.cr:26: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/mime/media_type.cr:205: undefined reference to `*Hash(String, String)@Hash(K, V)::new:Hash(String, String)'
/usr/share/crystal/src/mime/media_type.cr:205: undefined reference to `*Hash(String, Hash(String, String))+@Hash(K, V)#[]=<String, Hash(String, String)>:Hash(String, String)'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*MIME::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/flate/writer.cr:23: undefined reference to `*GC::malloc<UInt32>:Pointer(Void)'
/usr/share/crystal/src/flate/writer.cr:24: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*HTTP::FormData::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*MIME::Multipart::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*JSON::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*OpenSSL::Cipher::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/usr/share/crystal/src/gc/boehm.cr:130: undefined reference to `*OpenSSL::Cipher#finalize:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Avram::ConnectionError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*DB::MappingException@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Avram::RecordNotFoundError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::Exceptions::InvalidFlashJSON@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::Exceptions::MissingNestedParam@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `->':
/home/vagrant/first_project/src/pages/sign_ups/new_page.cr:11: undefined reference to `*SignUps::NewPage#sign_up_fields<SignUpForm>:Nil'
/home/vagrant/first_project/src/pages/sign_ups/new_page.cr:12: undefined reference to `*SignUps::NewPage@Lucky::InputHelpers#submit:flow_id<String, String>:IO::Memory'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Crypto::Bcrypt::Error@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `sprintf':
/usr/share/crystal/src/kernel.cr:26: undefined reference to `*String::Builder::new<Int32>:String::Builder'
/usr/share/crystal/src/kernel.cr:358: undefined reference to `*String::Formatter(Tuple(Int32, String, String))@String::Formatter(A)::new<String, Tuple(Int32, String, String), String::Builder>:String::Formatter(Tuple(Int32, String, String))'
/usr/share/crystal/src/kernel.cr:358: undefined reference to `*String::Formatter(Tuple(Int32, String, String))@String::Formatter(A)#format:Nil'
/usr/share/crystal/src/kernel.cr:28: undefined reference to `*String::Builder#to_s:String'
_main.o: In function `->':
/home/vagrant/first_project/src/pages/sign_ins/new_page.cr:11: undefined reference to `*SignIns::NewPage#sign_in_fields<SignInForm>:Nil'
/home/vagrant/first_project/src/pages/sign_ins/new_page.cr:12: undefined reference to `*SignIns::NewPage@Lucky::InputHelpers#submit:flow_id<String, String>:IO::Memory'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::Exceptions::MissingParam@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::Exceptions::InvalidSignature@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `~PasswordResetForm::fillable_param_keys:init':
/usr/share/crystal/src/raise.cr:(.text+0x3e357): undefined reference to `*Array(String)@Array(T)::new:Array(String)'
_main.o: In function `->':
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:11: undefined reference to `*PasswordResetRequestForm#email:Avram::FillableField(String | Nil)'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:11: undefined reference to `*Shared::Field(T)::new<Avram::FillableField(String | Nil)>:Shared::Field(String | Nil)'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:8: undefined reference to `*PasswordResetRequests::NewPage@Lucky::MountComponent#print_component_comment<Shared::Field(String | Nil)>:(IO::Memory | Nil)'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:9: undefined reference to `*Shared::Field(String | Nil)@Lucky::BaseComponent#view<IO::Memory>:Shared::Field(String | Nil)'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:29: undefined reference to `*Shared::Field(String | Nil)@Lucky::LabelHelpers#label_for<Avram::FillableField(String | Nil)>:IO+'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:18: undefined reference to `*Lucky::WithDefaults::OptionMerger(T, V)::new:page_context:named_args<Shared::Field(String | Nil), NamedTuple(field: Avram::FillableField(String | Nil))>:Lucky::WithDefaults::OptionMerger(Shared::Field(String | Nil), NamedTuple(field: Avram::FillableField(String | Nil)))'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:11: undefined reference to `*Lucky::WithDefaults::OptionMerger(Shared::Field(String | Nil), NamedTuple(field: Avram::FillableField(String | Nil)))@Lucky::WithDefaults::OptionMerger(T, V)#email_input:IO+'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:40: undefined reference to `*Shared::FieldErrors(T)::new<Avram::FillableField(String | Nil)>:Shared::FieldErrors(String | Nil)'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:40: undefined reference to `*Shared::Field(String | Nil)@Lucky::MountComponent#mount<Shared::FieldErrors(String | Nil)>:Nil'
/home/vagrant/first_project/src/pages/password_reset_requests/new_page.cr:12: undefined reference to `*PasswordResetRequests::NewPage@Lucky::InputHelpers#submit:flow_id<String, String>:IO::Memory'
_main.o: In function `->':
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:128: undefined reference to `*String::Builder::new:String::Builder'
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:128: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:128: undefined reference to `*String::Builder@IO#<<<String>:String::Builder'
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:128: undefined reference to `*String::Builder#to_s:String'
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:128: undefined reference to `*HTTP::Headers#[]=<String, String>:Array(String)'
/home/vagrant/first_project/lib/carbon/src/carbon/adapters/send_grid_adapter.cr:129: undefined reference to `*HTTP::Headers#[]=<String, String>:Array(String)'
_main.o: In function `->':
/usr/share/crystal/src/flate/reader.cr:25: undefined reference to `*GC::malloc<UInt32>:Pointer(Void)'
/usr/share/crystal/src/flate/reader.cr:26: undefined reference to `*GC::free<Pointer(Void)>:Nil'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::RouteNotFoundError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Lucky::Exceptions::CookieOverflow@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
_main.o: In function `spawn:name':
/usr/share/crystal/src/concurrent.cr:62: undefined reference to `*Fiber::new<Nil, &Proc(Nil)>:Fiber'
/usr/share/crystal/src/concurrent.cr:63: undefined reference to `*Crystal::Scheduler::enqueue<Fiber>:Nil'
_main.o: In function `->':
/usr/share/crystal/src/callstack.cr:125: undefined reference to `*Pointer(Void)@Comparable(T)#==<Pointer(Void)>:Bool'
/usr/share/crystal/src/callstack.cr:126: undefined reference to `*CallStack::RepeatedFrame#incr:Int32'
/usr/share/crystal/src/callstack.cr:128: undefined reference to `*CallStack::print_frame<CallStack::RepeatedFrame>:Int32'
/usr/share/crystal/src/callstack.cr:129: undefined reference to `*CallStack::RepeatedFrame::new<Pointer(Void)>:CallStack::RepeatedFrame'
_main.o: In function `raise':
/usr/share/crystal/src/raise.cr:195: undefined reference to `*CallStack::new:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*OverflowError@Exception#callstack=<CallStack>:CallStack'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*Pointer(LibUnwind::Exception)@Pointer(T)::malloc:Pointer(LibUnwind::Exception)'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/share/crystal/src/raise.cr:195: undefined reference to `*UInt64@Number::zero:UInt64'
/usr/bin/ld: /home/vagrant/first_project/start_server: No symbol version section for versioned symbol `*OpenSSL::SSL::Socket::Server@OpenSSL::SSL::Socket#finalize:Nil'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/vagrant/first_project/start_server' -rdynamic -lyaml -lz `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'` `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libcrypto || printf %s '-lcrypto'` -lpcre -lm /usr/bin/../lib/crystal/lib/libgc.a -lpthread /usr/share/crystal/src/ext/libcrystal.a -levent -lrt -ldl -L/usr/bin/../lib/crystal/lib -L/usr/lib -L/usr/local/lib`
[vagrant@vagrant first_project]$
@gerrywastaken
Copy link

I had the same issue. Did you ever figure out the cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment