iontorrent / TS

Torrent Suite
Other
39 stars 14 forks source link

Building w/ docker stuck at "Searching for an ION_UPDATE_SERVER" #67

Open deeKal opened 3 years ago

deeKal commented 3 years ago

Hello,

I am trying to build TS Analysis module using docker container, following the instructions here. The building doesn't go on much and after the first "Searching for ION_UPDATE_SERVER" gets stuck, like this: `Building TSS packages: Analysis [01:21:14] Calling: MODULES='Analysis' /src/buildTools/build.sh MODULES: Analysis CMAKE OPTS: -DION_AVX:BOOL=FALSE INPUT ARGS: DEFAULT JOB NUM: 13 ANALYSIS DIR (Dx):

Building module /src/build/Analysis

cmake -DION_AVX:BOOL=FALSE -G 'Unix Makefiles' /src/Analysis -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test HAS_ALIGN_DOUBLE -- Performing Test HAS_ALIGN_DOUBLE - Success -- Found PythonInterp: /usr/bin/python (found version "2.7.17") -- LSB release codename: bionic -- common compiler flags: -Wall -Wextra -fPIC -fsigned-char -msse3 -fdiagnostics-color=always DEBUG CXXFLAGS -Wall -Wextra -fPIC -fsigned-char -msse3 -fdiagnostics-color=always -O0 -g -DION_DEBUG -std=c++11 -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter RELEASE CXXFLAGS -Wall -Wextra -fPIC -fsigned-char -msse3 -fdiagnostics-color=always -O3 -g -std=c++11 -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -- Searching for an ION_UPDATE_SERVER... ` It had been stuck since last night (for more than 16 hours) and now I tried to rerun it and it gets stuck again.

Thank you!