Skip to content

Instantly share code, notes, and snippets.

@vinc
Created December 26, 2017 14:29
Show Gist options
  • Select an option

  • Save vinc/7b39d54f8ca6580070e4b69f372d2aca to your computer and use it in GitHub Desktop.

Select an option

Save vinc/7b39d54f8ca6580070e4b69f372d2aca to your computer and use it in GitHub Desktop.
Bootsnap error
$ rails server
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/set.rb:625: warning: already initialized constant Set::InspectKey
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/set.rb:625: warning: previous definition of InspectKey was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:20: warning: already initialized constant Pathname::TO_PATH
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:20: warning: previous definition of TO_PATH was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:22: warning: already initialized constant Pathname::SAME_PATHS
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:22: warning: previous definition of SAME_PATHS was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:34: warning: already initialized constant Pathname::SEPARATOR_LIST
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:34: warning: previous definition of SEPARATOR_LIST was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:35: warning: already initialized constant Pathname::SEPARATOR_PAT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/pathname.rb:35: warning: previous definition of SEPARATOR_PAT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:16: warning: already initialized constant RbConfig::TOPDIR
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:16: warning: previous definition of TOPDIR was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:20: warning: already initialized constant RbConfig::CONFIG
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:20: warning: previous definition of CONFIG was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:269: warning: already initialized constant RbConfig::MAKEFILE_CONFIG
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/rbconfig.rb:269: warning: previous definition of MAKEFILE_CONFIG was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:90: warning: already initialized constant FileUtils::VERSION
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:90: warning: previous definition of VERSION was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_AIO_LISTIO_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_AIO_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_AIO_PRIO_DELTA_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_ARG_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_ATEXIT_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_BC_BASE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_BC_DIM_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_BC_SCALE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_BC_STRING_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_CHILD_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_CLK_TCK
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_COLL_WEIGHTS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_DELAYTIMER_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_EXPR_NEST_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_HOST_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_IOV_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_LINE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_LOGIN_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_NGROUPS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_GETGR_R_SIZE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_GETPW_R_SIZE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MQ_OPEN_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MQ_PRIO_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_OPEN_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_ADVISORY_INFO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_BARRIERS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_ASYNCHRONOUS_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_CLOCK_SELECTION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_CPUTIME
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_FSYNC
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_IPV6
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_JOB_CONTROL
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MAPPED_FILES
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MEMLOCK
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MEMLOCK_RANGE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MEMORY_PROTECTION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MESSAGE_PASSING
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_MONOTONIC_CLOCK
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_PRIORITIZED_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_PRIORITY_SCHEDULING
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_RAW_SOCKETS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_READER_WRITER_LOCKS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_REALTIME_SIGNALS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_REGEXP
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SAVED_IDS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SEMAPHORES
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SHARED_MEMORY_OBJECTS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SHELL
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SPAWN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SPIN_LOCKS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SPORADIC_SERVER
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SS_REPL_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SYNCHRONIZED_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_ATTR_STACKADDR
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_ATTR_STACKSIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_CPUTIME
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_PRIO_INHERIT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_PRIO_PROTECT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_PRIORITY_SCHEDULING
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_PROCESS_SHARED
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_ROBUST_PRIO_INHERIT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_ROBUST_PRIO_PROTECT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_SAFE_FUNCTIONS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_SPORADIC_SERVER
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREADS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TIMEOUTS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TIMERS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_EVENT_FILTER
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_EVENT_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_INHERIT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_LOG
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_SYS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TRACE_USER_EVENT_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TYPED_MEMORY_OBJECTS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_VERSION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V7_ILP32_OFF32
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V7_ILP32_OFFBIG
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V7_LP64_OFF64
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V7_LPBIG_OFFBIG
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V6_ILP32_OFF32
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V6_ILP32_OFFBIG
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V6_LP64_OFF64
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_V6_LPBIG_OFFBIG
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_C_BIND
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_C_DEV
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_CHAR_TERM
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_FORT_DEV
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_FORT_RUN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_LOCALEDEF
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS_ACCOUNTING
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS_CHECKPOINT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS_LOCATE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS_MESSAGE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_PBS_TRACK
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_SW_DEV
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_UPE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_2_VERSION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_PAGE_SIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_PAGESIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_DESTRUCTOR_ITERATIONS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_KEYS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_STACK_MIN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_THREAD_THREADS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_RE_DUP_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_RTSIG_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SEM_NSEMS_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SEM_VALUE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SIGQUEUE_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_STREAM_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_SYMLOOP_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TIMER_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TTY_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_TZNAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_CRYPT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_ENH_I18N
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_REALTIME
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_REALTIME_THREADS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_SHM
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_STREAMS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_UNIX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_XOPEN_VERSION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_PHYS_PAGES
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_AVPHYS_PAGES
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_NPROCESSORS_CONF
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::SC_NPROCESSORS_ONLN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_PATH
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFF32_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFF32_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFF32_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFFBIG_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_ILP32_OFFBIG_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LP64_OFF64_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LP64_OFF64_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LP64_OFF64_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_LPBIG_OFFBIG_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V7_WIDTH_RESTRICTED_ENVS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_V7_ENV
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFF32_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFF32_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFF32_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFFBIG_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_ILP32_OFFBIG_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LP64_OFF64_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LP64_OFF64_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LP64_OFF64_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_LPBIG_OFFBIG_LIBS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_POSIX_V6_WIDTH_RESTRICTED_ENVS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_V6_ENV
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_GNU_LIBC_VERSION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::CS_GNU_LIBPTHREAD_VERSION
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_FILESIZEBITS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_LINK_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_MAX_CANON
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_MAX_INPUT
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_NAME_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_PATH_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_PIPE_BUF
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_2_SYMLINKS
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_ALLOC_SIZE_MIN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_REC_INCR_XFER_SIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_REC_MAX_XFER_SIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_REC_MIN_XFER_SIZE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_REC_XFER_ALIGN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_SYMLINK_MAX
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_CHOWN_RESTRICTED
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_NO_TRUNC
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_VDISABLE
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_ASYNC_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_PRIO_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Etc::PC_SYNC_IO
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Struct::Passwd
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-linux/etc.so: warning: already initialized constant Struct::Group
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1188: warning: already initialized constant FileUtils::Entry_::S_IF_DOOR
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1188: warning: previous definition of S_IF_DOOR was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1446: warning: already initialized constant FileUtils::Entry_::DIRECTORY_TERM
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1446: warning: previous definition of DIRECTORY_TERM was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1448: warning: already initialized constant FileUtils::Entry_::SYSCASE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1448: warning: previous definition of SYSCASE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1501: warning: already initialized constant FileUtils::OPT_TABLE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1501: warning: previous definition of OPT_TABLE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1555: warning: already initialized constant FileUtils::LOW_METHODS
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1555: warning: previous definition of LOW_METHODS was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1562: warning: already initialized constant FileUtils::METHODS
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/fileutils.rb:1562: warning: previous definition of METHODS was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/digest.rb:6: warning: already initialized constant Digest::REQUIRE_MUTEX
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/digest.rb:6: warning: previous definition of REQUIRE_MUTEX was here
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:100: warning: already initialized constant JSON::NaN
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:100: warning: previous definition of NaN was here
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:102: warning: already initialized constant JSON::Infinity
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:102: warning: previous definition of Infinity was here
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:104: warning: already initialized constant JSON::MinusInfinity
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:104: warning: previous definition of MinusInfinity was here
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:129: warning: already initialized constant JSON::UnparserError
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/json/common.rb:129: warning: previous definition of UnparserError was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:29: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ALPHA
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:29: warning: previous definition of ALPHA was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:31: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ALNUM
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:31: warning: previous definition of ALNUM was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:35: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::HEX
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:35: warning: previous definition of HEX was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:37: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ESCAPED
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:37: warning: previous definition of ESCAPED was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:41: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::UNRESERVED
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:41: warning: previous definition of UNRESERVED was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:46: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::RESERVED
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:46: warning: previous definition of RESERVED was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:49: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::DOMLABEL
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:49: warning: previous definition of DOMLABEL was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:51: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::TOPLABEL
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:51: warning: previous definition of TOPLABEL was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:53: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::HOSTNAME
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc2396_parser.rb:53: warning: previous definition of HOSTNAME was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc3986_parser.rb:6: warning: already initialized constant URI::RFC3986_Parser::RFC3986_URI
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc3986_parser.rb:6: warning: previous definition of RFC3986_URI was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc3986_parser.rb:7: warning: already initialized constant URI::RFC3986_Parser::RFC3986_relative_ref
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/rfc3986_parser.rb:7: warning: previous definition of RFC3986_relative_ref was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:17: warning: already initialized constant URI::REGEXP
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:17: warning: previous definition of REGEXP was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:18: warning: already initialized constant URI::Parser
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:18: warning: previous definition of Parser was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:19: warning: already initialized constant URI::RFC3986_PARSER
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:19: warning: previous definition of RFC3986_PARSER was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:22: warning: already initialized constant URI::DEFAULT_PARSER
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:22: warning: previous definition of DEFAULT_PARSER was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::ABS_URI
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of ABS_URI was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::REL_URI
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of REL_URI was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::URI_REF
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of URI_REF was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::ABS_URI_REF
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of ABS_URI_REF was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::REL_URI_REF
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of REL_URI_REF was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::ESCAPED
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of ESCAPED was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::UNSAFE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of UNSAFE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::SCHEME
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of SCHEME was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::USERINFO
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of USERINFO was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::HOST
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of HOST was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::OPAQUE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of OPAQUE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::REGISTRY
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of REGISTRY was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::ABS_PATH
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of ABS_PATH was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::REL_PATH
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of REL_PATH was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::QUERY
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of QUERY was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: already initialized constant URI::FRAGMENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:29: warning: previous definition of FRAGMENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:343: warning: already initialized constant URI::TBLENCWWWCOMP_
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:343: warning: previous definition of TBLENCWWWCOMP_ was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:349: warning: already initialized constant URI::TBLDECWWWCOMP_
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:349: warning: previous definition of TBLDECWWWCOMP_ was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:360: warning: already initialized constant URI::HTML5ASCIIINCOMPAT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:360: warning: previous definition of HTML5ASCIIINCOMPAT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:518: warning: already initialized constant URI::WEB_ENCODINGS_
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/common.rb:518: warning: previous definition of WEB_ENCODINGS_ was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:28: warning: already initialized constant URI::Generic::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:28: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:47: warning: already initialized constant URI::Generic::COMPONENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:47: warning: previous definition of COMPONENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:62: warning: already initialized constant URI::Generic::USE_REGISTRY
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/generic.rb:62: warning: previous definition of USE_REGISTRY was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri.rb:99: warning: already initialized constant URI::VERSION_CODE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri.rb:99: warning: previous definition of VERSION_CODE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri.rb:100: warning: already initialized constant URI::VERSION
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri.rb:100: warning: previous definition of VERSION was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:25: warning: already initialized constant URI::FTP::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:25: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:30: warning: already initialized constant URI::FTP::COMPONENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:30: warning: previous definition of COMPONENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:43: warning: already initialized constant URI::FTP::TYPECODE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:43: warning: previous definition of TYPECODE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:47: warning: already initialized constant URI::FTP::TYPECODE_PREFIX
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ftp.rb:47: warning: previous definition of TYPECODE_PREFIX was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/http.rb:25: warning: already initialized constant URI::HTTP::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/http.rb:25: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/http.rb:28: warning: already initialized constant URI::HTTP::COMPONENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/http.rb:28: warning: previous definition of COMPONENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/https.rb:20: warning: already initialized constant URI::HTTPS::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/https.rb:20: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:26: warning: already initialized constant URI::LDAP::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:26: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:29: warning: already initialized constant URI::LDAP::COMPONENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:29: warning: previous definition of COMPONENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:47: warning: already initialized constant URI::LDAP::SCOPE_ONE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:47: warning: previous definition of SCOPE_ONE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:48: warning: already initialized constant URI::LDAP::SCOPE_SUB
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:48: warning: previous definition of SCOPE_SUB was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:49: warning: already initialized constant URI::LDAP::SCOPE_BASE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:49: warning: previous definition of SCOPE_BASE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:46: warning: already initialized constant URI::LDAP::SCOPE
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldap.rb:46: warning: previous definition of SCOPE was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldaps.rb:18: warning: already initialized constant URI::LDAPS::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/ldaps.rb:18: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:22: warning: already initialized constant URI::MailTo::DEFAULT_PORT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:22: warning: previous definition of DEFAULT_PORT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:25: warning: already initialized constant URI::MailTo::COMPONENT
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:25: warning: previous definition of COMPONENT was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:53: warning: already initialized constant URI::MailTo::HEADER_REGEXP
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:53: warning: previous definition of HEADER_REGEXP was here
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:56: warning: already initialized constant URI::MailTo::EMAIL_REGEXP
/home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/uri/mailto.rb:56: warning: previous definition of EMAIL_REGEXP was here
Traceback (most recent call last):
96: from bin/rails:3:in `<main>'
95: from bin/rails:3:in `load'
94: from /home/v/src/paris/paris-fr-cms/bin/spring:15:in `<top (required)>'
93: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:70:in `require'
92: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:70:in `require'
91: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>'
90: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `load'
89: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/bin/spring:49:in `<top (required)>'
88: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/client.rb:30:in `run'
87: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/client/command.rb:7:in `call'
86: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `call'
85: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/spring-2.0.2/lib/spring/client/rails.rb:28:in `load'
84: from /home/v/src/paris/paris-fr-cms/bin/rails:9:in `<top (required)>'
83: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
82: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
81: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
80: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
79: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
78: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/commands.rb:18:in `<main>'
77: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/command.rb:46:in `invoke'
76: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/command/base.rb:65:in `perform'
75: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
74: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
73: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
72: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/commands/server/server_command.rb:142:in `perform'
71: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/commands/server/server_command.rb:142:in `tap'
70: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/commands/server/server_command.rb:145:in `block in perform'
69: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
68: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
67: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
66: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
65: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
64: from /home/v/src/paris/paris-fr-cms/config/application.rb:3:in `<main>'
63: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
62: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
61: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
60: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
59: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
58: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/all.rb:15:in `<main>'
57: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/all.rb:15:in `each'
56: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-5.2.0.beta2/lib/rails/all.rb:17:in `block in <main>'
55: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
54: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
53: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
52: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
51: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
50: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activerecord-5.2.0.beta2/lib/active_record/railtie.rb:11:in `<main>'
49: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
48: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
47: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
46: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
45: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
44: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_controller/railtie.rb:4:in `<main>'
43: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
42: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
41: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
40: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
39: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
38: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_controller.rb:6:in `<main>'
37: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
36: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
35: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
34: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
33: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
32: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_controller/metal/live.rb:3:in `<main>'
31: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
30: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
29: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
28: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
27: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
26: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_dispatch/http/response.rb:8:in `<main>'
25: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_dispatch/http/response.rb:37:in `<module:ActionDispatch>'
24: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0.beta2/lib/action_dispatch/http/response.rb:89:in `<class:Response>'
23: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
22: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
21: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
20: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
19: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
18: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/rack-2.0.3/lib/rack/response.rb:1:in `<main>'
17: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
16: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
15: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
14: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
13: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
12: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/rack-2.0.3/lib/rack/request.rb:1:in `<main>'
11: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
10: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
9: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
8: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
7: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
6: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/rack-2.0.3/lib/rack/utils.rb:5:in `<main>'
5: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `require'
4: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:249:in `load_dependency'
3: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0.beta2/lib/active_support/dependencies.rb:283:in `block in require'
2: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
1: from /home/v/.dotfiles/_rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bootsnap-1.1.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'
/home/v/.rbenv/versions/2.5.0/lib/ruby/2.5.0/tempfile.rb:81:in `<main>': superclass mismatch for class Tempfile (TypeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment