Skip to content

Console Output

c:\dev\jenkins\ws\OpenModelica_PR-11581>If Defined LOCALAPPDATA (echo LOCALAPPDATA:  )  Else (Set "LOCALAPPDATA=C:\Users\OpenModelica\AppData\Local" ) 

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

c:\dev\jenkins\ws\OpenModelica_PR-11581>(
echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-11581'`"  
 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-11581>set MSYSTEM=UCRT64 

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

c:\dev\jenkins\ws\OpenModelica_PR-11581>C:\OMDevUCRT\tools\msys\usr\bin\sh --login -i -c "cd `cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-11581'` && 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-11581
make -f Makefile.omdev.mingw -C OMSens OMBUILDDIR=/c/dev/jenkins/ws/OpenModelica_PR-11581/build
make[1]: Entering directory '/c/dev/jenkins/ws/OpenModelica_PR-11581/OMSens'
(cd fortran_interface && /ucrt64/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 -DNPY_OS_MINGW)
C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/f2py2e.py:719: VisibleDeprecationWarning: distutils has been deprecated since NumPy 1.26.xUse the Meson backend instead, or generate wrapperswithout -c and use a custom build script
  builder = build_backend(
Ignoring "'MSVCCompiler' object has no attribute '_MSVCCompiler__root'" (I think it is msvccompiler.py bug)
Unknown vendor: "gfortran"
running build
running config_cc
INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
INFO: build_src
INFO: building extension "curvif_simplified" sources
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11
INFO: f2py options: []
INFO: f2py: curvif_simplified.pyf
append_needs: unknown need 'int'
append_needs: unknown need 'double'
append_needs: unknown need 'double'
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
Applying post-processing hooks...
  character_backward_compatibility_hook
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"...
    Generating possibly empty wrappers"
    Maybe empty "curvif_simplified-f2pywrappers.f"
        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:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c"
INFO:   adding 'C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/fortranobject.c' to sources.
INFO:   adding 'C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11' to include_dirs.
copying C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/src/fortranobject.c -> C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11
copying C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/src/fortranobject.h -> C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11
INFO:   adding 'C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.f' to sources.
INFO: build_src: building npy-pkg config files
running build_ext
INFO: customize Mingw32CCompiler
INFO: customize Mingw32CCompiler using build_ext
INFO: customize Gnu95FCompiler
INFO: Found executable C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe
INFO: customize Gnu95FCompiler using build_ext
INFO: building 'curvif_simplified' extension
INFO: compiling C sources
INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3

creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9
creating C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11
INFO: compile options: '-DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c'
INFO: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c -o C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.o
INFO: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/fortranobject.c -o C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/fortranobject.o
In file included from C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c:19:
C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include/numpy/npy_os.h:26: warning: "NPY_OS_MINGW" redefined
   26 |     #define NPY_OS_MINGW
      | 
<command-line>: note: this is the location of the previous definition
C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c: In function 'cb_obj_func_in___user__routines':
C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c:447:12: warning: unused variable 'f' [-Wunused-variable]
  447 |     double f=(*f_cb_capi);
      |            ^
INFO: compiling Fortran sources
INFO: Fortran f77 compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -O3 -funroll-loops
Fortran f90 compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -fno-second-underscore -O3 -funroll-loops
Fortran fix compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -O3 -funroll-loops
INFO: compile options: '-DNPY_OS_MINGW -I. -IC:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c'
INFO: gfortran.exe:f90: Curvif_simplified.f90
INFO: gfortran.exe:f77: C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.f
INFO: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -Wall -g -shared C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.o C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/omdevucrt/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/fortranobject.o C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/Curvif_simplified.o C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9/OMDevUCRT/tools/msys/tmp/tmp338kemj9/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.o Curvif.o Rutf.o Rut.o -LC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0 -LC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/config-3.11 -LC:/OMDevUCRT/tools/msys/ucrt64/lib -lpython3.11 -lversion -lshlwapi -lpathcch -lbcrypt -lgfortran -o ./curvif_simplified.cp311-mingw_x86_64_ucrt.pyd
Removing build directory C:/OMDevUCRT/tools/msys/tmp/tmp338kemj9
cp -puf /ucrt64/bin/libgcc_s_*.dll fortran_interface
cp -puf /ucrt64/bin/libgfortran*.dll fortran_interface
cp -puf /ucrt64/bin/libquadmath*.dll fortran_interface
cp -puf /ucrt64/bin/libwinpthread*.dll fortran_interface
mkdir -p /c/dev/jenkins/ws/OpenModelica_PR-11581/build/share/OMSens
cp -rfp . /c/dev/jenkins/ws/OpenModelica_PR-11581/build/share/OMSens
make[1]: Leaving directory '/c/dev/jenkins/ws/OpenModelica_PR-11581/OMSens'

real	0m3.450s
user	0m0.015s
sys	0m0.201s