Skip to content

Console Output

c:\dev\jenkins\ws\OpenModelica_PR-11632>set OMDEV=C:\OMDev 

c:\dev\jenkins\ws\OpenModelica_PR-11632>echo on 

c:\dev\jenkins\ws\OpenModelica_PR-11632>(
echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-11632'`"  
 echo echo MSYS_WORKSPACE: ${MSYS_WORKSPACE}  
 echo cd ${MSYS_WORKSPACE}  
 echo export MAKETHREADS=-j16  
 echo set -e  
 echo time make -f Makefile.omdev.mingw ${MAKETHREADS} omsens 
) 1>buildOMSensWindows.sh 

c:\dev\jenkins\ws\OpenModelica_PR-11632>set MSYSTEM=MINGW64 

c:\dev\jenkins\ws\OpenModelica_PR-11632>set MSYS2_PATH_TYPE=inherit 

c:\dev\jenkins\ws\OpenModelica_PR-11632>C:\OMDev\tools\msys\usr\bin\sh --login -i -c "cd `cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-11632'` && chmod +x buildOMSensWindows.sh && ./buildOMSensWindows.sh && rm -f ./buildOMSensWindows.sh" 
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
MSYS_WORKSPACE: /c/dev/jenkins/ws/OpenModelica_PR-11632
make -f Makefile.omdev.mingw -C OMSens OMBUILDDIR=/c/dev/jenkins/ws/OpenModelica_PR-11632/build
make[1]: Entering directory '/c/dev/jenkins/ws/OpenModelica_PR-11632/OMSens'
(cd fortran_interface && /c/OMDev/tools/msys/mingw64/bin/gfortran.exe -fPIC -c Rutf.for Rut.for Curvif.for)
Rut.for:760:72:

  760 |               if(mod(i,20).eq.0)pause
      |                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:764:72:

  764 |       pause
      |                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:788:72:

  788 |       pause
      |                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:1004:72:

 1004 |       if(ix.eq.iy)if(ix-1)10,20,40
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
Rut.for:1073:72:

 1073 | 10    assign 30 to next
      |                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1077:17:

 1077 | 20    go to next, (30,40,70,80)
      |                 1
Warning: Deleted feature: Assigned GOTO statement at (1)
Rut.for:1079:72:

 1079 |       assign 40 to next
      |                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1084:72:

 1084 |       assign 70 to next
      |                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1087:72:

 1087 |       assign 80 to next
      |                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
(cd fortran_interface && f2py -c -I. Curvif.o Rutf.o Rut.o -m curvif_simplified curvif_simplified.pyf Curvif_simplified.f90 --compiler=mingw32 --fcompiler=gfortran)
Unknown vendor: "gfortran"
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "curvif_simplified" sources
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8
f2py options: []
f2py: curvif_simplified.pyf
Reading fortran codes...
	Reading file 'curvif_simplified.pyf' (format:free)
Post-processing...
	Block: __user__routines
			Block: obj_func
	Block: curvif_simplified
			Block: curvif_simplified
In: curvif_simplified.pyf:curvif_simplified:unknown_interface:curvif_simplified
get_useparameters: no module __user__routines info used by curvif_simplified
Post-processing (stage 2)...
Building modules...
	Constructing call-back function "cb_obj_func_in___user__routines"
	  def obj_func(x,[n]): return f
	Building module "curvif_simplified"...
		Constructing wrapper function "curvif_simplified"...
		  x_opt,f_opt = curvif_simplified(x0,obj_func,lower_bounds,upper_bounds,epsilon,[n,obj_func_extra_args])
	Wrote C/API module "curvif_simplified" to file "C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/curvif_simplifiedmodule.c"
  adding 'C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.c' to sources.
  adding 'C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8' to include_dirs.
copying C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.c -> C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8
copying C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/f2py/src/fortranobject.h -> C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8
build_src: building npy-pkg config files
running build_ext
customize Mingw32CCompiler
customize Mingw32CCompiler using build_ext
customize Gnu95FCompiler
Found executable C:/OMDev/tools/msys/mingw64/bin/gfortran.exe
customize Gnu95FCompiler using build_ext
building 'curvif_simplified' extension
compiling C sources
C compiler: x86_64-w64-mingw32-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG

creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh
creating C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh/src.mingw-3.8
compile options: '-I. -IC:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8 -IC:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include -IC:/OMDev/tools/msys/mingw64/include/python3.8 -c'
x86_64-w64-mingw32-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG -I. -IC:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8 -IC:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include -IC:/OMDev/tools/msys/mingw64/include/python3.8 -c C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/curvif_simplifiedmodule.c -o C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh/src.mingw-3.8/curvif_simplifiedmodule.o
x86_64-w64-mingw32-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601 -DNDEBUG -I. -IC:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8 -IC:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include -IC:/OMDev/tools/msys/mingw64/include/python3.8 -c C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.c -o C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.o
In file included from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                 from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.h:13,
                 from C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/curvif_simplifiedmodule.c:16:
C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:14:9: note: '#pragma message: C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION'
   14 | #pragma message(_WARN___LOC__"Using deprecated NumPy API, disable it with " \
      |         ^~~~~~~
In file included from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                 from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.h:13,
                 from C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.c:2:
C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:14:9: note: '#pragma message: C:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION'
   14 | #pragma message(_WARN___LOC__"Using deprecated NumPy API, disable it with " \
      |         ^~~~~~~
compiling Fortran sources
Fortran f77 compiler: C:/OMDev/tools/msys/mingw64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -O3 -funroll-loops
Fortran f90 compiler: C:/OMDev/tools/msys/mingw64/bin/gfortran.exe -Wall -g -fno-second-underscore -O3 -funroll-loops
Fortran fix compiler: C:/OMDev/tools/msys/mingw64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -O3 -funroll-loops
compile options: '-I. -IC:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/src.mingw-3.8 -IC:/OMDev/tools/msys/mingw64/lib/python3.8/site-packages/numpy/core/include -IC:/OMDev/tools/msys/mingw64/include/python3.8 -c'
gfortran.exe:f90: Curvif_simplified.f90
C:/OMDev/tools/msys/mingw64/bin/gfortran.exe -Wall -g -Wall -g -shared C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh/src.mingw-3.8/curvif_simplifiedmodule.o C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/users/adrpo33/appdata/local/compiling/tmplgbu3hqh/src.mingw-3.8/fortranobject.o C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh/Curvif_simplified.o Curvif.o Rutf.o Rut.o -LC:/OMDev/tools/msys/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0 -LC:/OMDev/tools/msys/mingw64/lib/python3.8/config-3.8 -LC:/OMDev/tools/msys/mingw64/lib -lpython3.8 -lm -lversion -lshlwapi -lgfortran -o ./curvif_simplified-cpython-38.dll
Removing build directory C:/Users/adrpo33/AppData/Local/Compiling/tmplgbu3hqh
cp -puf /c/OMDev/tools/msys/mingw64/bin/libgcc_s_*.dll fortran_interface
cp -puf /c/OMDev/tools/msys/mingw64/bin/libgfortran*.dll fortran_interface
cp -puf /c/OMDev/tools/msys/mingw64/bin/libquadmath*.dll fortran_interface
cp -puf /c/OMDev/tools/msys/mingw64/bin/libwinpthread*.dll fortran_interface
mkdir -p /c/dev/jenkins/ws/OpenModelica_PR-11632/build/share/OMSens
cp -rfp . /c/dev/jenkins/ws/OpenModelica_PR-11632/build/share/OMSens
make[1]: Leaving directory '/c/dev/jenkins/ws/OpenModelica_PR-11632/OMSens'

real	0m10.394s
user	0m0.259s
sys	0m1.973s