Hello, thank you for your response. Now I am trying to install the software in another server. In this server I get a problem too. When I run this command I get:
/usr/local/bundle/gems/ffi-1.12.2/lib/ffi/library.rb:112: [BUG] Illegal instruction at 0x00007f4a184bf904
ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux-musl]
-- Control frame information -----------------------------------------------
c:0065 p:---- s:0363 e:000362 CFUNC :open
c:0064 p:0022 s:0357 e:000356 BLOCK /usr/local/bundle/gems/ffi-1.12.2/lib/ffi/library.rb:112 [FINISH]
c:0063 p:---- s:0348 e:000347 CFUNC :each
c:0062 p:0113 s:0344 e:000343 BLOCK /usr/local/bundle/gems/ffi-1.12.2/lib/ffi/library.rb:109 [FINISH]
c:0061 p:---- s:0337 e:000336 CFUNC :map
c:0060 p:0069 s:0333 e:000332 METHOD /usr/local/bundle/gems/ffi-1.12.2/lib/ffi/library.rb:99
c:0059 p:0079 s:0326 e:000325 CLASS /usr/local/bundle/gems/sassc-2.2.1/lib/sassc/native.rb:11
c:0058 p:0007 s:0322 e:000321 CLASS /usr/local/bundle/gems/sassc-2.2.1/lib/sassc/native.rb:6
c:0057 p:0014 s:0319 e:000318 TOP /usr/local/bundle/gems/sassc-2.2.1/lib/sassc/native.rb:5 [FINISH]
c:0056 p:---- s:0316 e:000315 CFUNC :require
c:0055 p:0013 s:0311 e:000310 BLOCK /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23
c:0054 p:0074 s:0308 e:000307 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92
c:0053 p:0023 s:0296 e:000295 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22
c:0052 p:0052 s:0290 e:000289 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31
c:0051 p:0008 s:0283 e:000282 BLOCK /usr/local/bundle/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0050 p:0068 s:0280 e:000279 METHOD /usr/local/bundle/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257
c:0049 p:0011 s:0273 e:000272 METHOD /usr/local/bundle/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0048 p:0037 s:0267 e:000266 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:49
c:0047 p:0021 s:0261 e:000260 TOP /usr/local/bundle/gems/sassc-2.2.1/lib/sassc.rb:31 [FINISH]
c:0046 p:---- s:0258 e:000257 CFUNC :require
c:0045 p:0013 s:0253 e:000252 BLOCK /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23
c:0044 p:0074 s:0250 e:000249 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92
c:0043 p:0023 s:0238 e:000237 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22
c:0042 p:0052 s:0232 e:000231 METHOD /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31
c:0041 p:0033 s:0225 e:000224 BLOCK /usr/local/bundle/gems/bundler-2.2.7/lib/bundler/runtime.rb:66 [FINISH]
If I run the command:
docker-compose down && docker-compose up
I get the following message in loop. In the log files I have the same information.
fabmanager_1 | 2021-02-24 08:38:49,729 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1 | 2021-02-24 08:38:49,730 INFO exited: app (terminated by SIGABRT (core dumped); not expected)
fabmanager_1 | 2021-02-24 08:38:50,351 INFO spawned: 'app' with pid 11
fabmanager_1 | 2021-02-24 08:38:50,511 INFO exited: worker (terminated by SIGABRT (core dumped); not expected)
fabmanager_1 | 2021-02-24 08:38:51,512 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1 | 2021-02-24 08:38:51,513 INFO spawned: 'worker' with pid 12
fabmanager_1 | 2021-02-24 08:38:52,404 INFO exited: app (terminated by SIGABRT (core dumped); not expected)
Could you help me? Thank you in advanced!