Open markany-linux opened 3 years ago
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins313155277341741106.sh
+ cd user
+ make
make: *** No targets specified and no makefile found. Stop.
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes
Build 'openCode' is failing!
Last 50 lines of build output:
[...truncated 1.60 KB...]
CC [M] /var/lib/jenkins/workspace/openCode/kernel/mod_main.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/access_list.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/netlink_handler.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/netlink_init.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/sysfs_handler.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/sysfs_init.o
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.o
Building modules, stage 2.
MODPOST 1 modules
CC /var/lib/jenkins/workspace/openCode/kernel/maOpen.mod.o
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -MMD -MP -c file_check.c -o build/file_check.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c proc_handler.c -o build/proc_handler.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c string_parser.c -o build/string_parser.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c system_info.c -o build/system_info.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c utility_init.c -o build/utility_init.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c crc.c -o build/crc.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c malog_handler.c -o build/malog_handler.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c single_instance.c -o build/single_instance.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c time_handler.c -o build/time_handler.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -MMD -MP -c config_handler.c -o build/config_handler.o -std=gnu90 -Wall -Wextra -Werror -I../.. -I./include -fPIC
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -MMD -MP -c code_main.c -o build/code_main.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -MMD -MP -c code_button_handler.c -o build/code_button_handler.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -MMD -MP -c code_gui_init.c -o build/code_gui_init.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -MMD -MP -c code_helper.c -o build/code_helper.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -MMD -MP -c code_init.c -o build/code_init.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -MMD -MP -c code_search_dialog.c -o build/code_search_dialog.o -Wall -I../.. -I../lib_utility/include -I../headers -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins7068365497014991797.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins4768210348258898641.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins1689600874297566404.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins2115107368300651534.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins3080812669501241465.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins5024579381049463612.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins250069533772566331.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins6429795327912286063.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins8485231118256814887.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins494533763385161238.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins314833360103333816.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins1896077540643769847.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins2293551616683958737.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins6069472409026512364.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins3898161700820681648.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins3560769715654073586.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins4713100505984405504.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins2784213971730087478.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins2446212996838722680.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins5113428084304338295.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins7189754726300055183.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins7079253325521064980.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins33479483857142332.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1127.13.1.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1127.13.1.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
[...truncated 313 B...]
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins6199624122216622777.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1160.15.2.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1160.15.2.el7.x86_64'
CC [M] /var/lib/jenkins/workspace/openCode/kernel/mod_main.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/access_list.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/netlink_handler.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/netlink_init.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/sysfs_handler.o
CC [M] /var/lib/jenkins/workspace/openCode/kernel/sysfs_init.o
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.o
Building modules, stage 2.
MODPOST 1 modules
CC /var/lib/jenkins/workspace/openCode/kernel/maOpen.mod.o
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1160.15.2.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/openCode
using credential markany-linux
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/markany-linux/openCode.git # timeout=10
Fetching upstream changes from https://github.com/markany-linux/openCode.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/markany-linux/openCode.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae48f9be07afe46bb024d364ee4f85ba0a7b8ff (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
Commit message: "1. README.md [ * ] 변경된 내용에 맞도록 내용 수정"
> git rev-list --no-walk fae48f9be07afe46bb024d364ee4f85ba0a7b8ff # timeout=10
[openCode] $ /bin/sh -xe /tmp/jenkins1553278004768999177.sh
+ make
make -C ./kernel
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C /lib/modules/3.10.0-1160.15.2.el7.x86_64/build M=/var/lib/jenkins/workspace/openCode/kernel modules
make[2]: Entering directory `/usr/src/kernels/3.10.0-1160.15.2.el7.x86_64'
Building modules, stage 2.
MODPOST 1 modules
LD [M] /var/lib/jenkins/workspace/openCode/kernel/maOpen.ko
make[2]: Leaving directory `/usr/src/kernels/3.10.0-1160.15.2.el7.x86_64'
mv maOpen.ko ../bin/
Build Success : [32mmaOpen.ko[0m
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/kernel'
make -C ./user/c_src
make[1]: Entering directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make -C ../lib_utility
make[2]: Entering directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/libopencode.so build/file_check.o build/proc_handler.o build/string_parser.o build/system_info.o build/utility_init.o build/crc.o build/malog_handler.o build/single_instance.o build/time_handler.o build/config_handler.o -shared -ldl
Build Success : [32mlibopencode.so[0m
make[2]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/lib_utility'
gcc -o ../../bin/maCopen build/code_main.o build/code_button_handler.o build/code_gui_init.o build/code_helper.o build/code_init.o build/code_search_dialog.o -no-pie -L../../bin -Wl,--rpath=. -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lopencode -ldl
gcc: error: unrecognized command line option ‘-no-pie’
make[1]: *** [maCopen] Error 1
make[1]: Leaving directory `/var/lib/jenkins/workspace/openCode/user/c_src'
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Build failed. Publishing Doxygen skipped.
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes No changes
Build 'openCode' is failing!
Last 50 lines of build output:
Changes since last successful build:
[65006981+markany-linux] 86cb2d6471ecabcae7012a2cff27023ad01bacdb - * user/c_src/
[65006981+markany-linux] e2b6b82a4aa44025206dcb0eed2ba447ce5e2907 - * user/c_src/
[65006981+markany-linux] 0f2e27fd7d8e1d2e72041760c0c0bc6bcddee6e3 - * user/c_src/
[65006981+markany-linux] c663836250276ee251fd85b5f6183aa19a92d217 - * user/c_src/
[65006981+markany-linux] 2eac97617c96c4277a39089342dadea4608c77cb - * user/c_src/
[65006981+markany-linux] 45166995ad84fc49457f5d738e00339d2da46cf1 - * user/c_src/
[65006981+markany-linux] 621797ffd96d7614a76ea7619aaa760ff1040a46 - * user/headers/
[65006981+markany-linux] 400de68de82917d043f7934d36b885fad5933196 - * user/c_src/
[65006981+markany-linux] c980d91915c51fdeebc938512df8322c5755cea4 - 1. common.h
[65006981+markany-linux] 86ee62b02cadee20e59dd4e23f155e7853dcfaaa - * user/headers/
[65006981+markany-linux] bf7348ab7b2d711bab4a8228983175e323d1b918 - * user/c_src/
[65006981+markany-linux] 62c2e698d0d536eabcadb127ee9301bcfae9af7f - * user/c_src/
[65006981+markany-linux] 71020ba1ab8b8a79d02f70d1f49e1616bacb14ae - * user/headers
[65006981+markany-linux] 5c7ae94b123b549dcf6135ea9a599737a213997a - * work in "user/c_src"
[65006981+markany-linux] 2e5cb8d405f75d48031cdcfb5663f9bb494eb9dc - 1. .gitignore
[65006981+markany-linux] c6c1e2af3cafb459ac8300597a028ce69eae5f2a - * work in "user/c_src"
[65006981+markany-linux] 3233c0a773dabb7ab49b0507545e0183b16d9735 - * Makefile
[65006981+markany-linux] bc226e9557174a6d9387f7b1c9af5d0b0e67e952 - * user/c_src/
[65006981+markany-linux] c3aad8d74183dadfbf55cd89dff0365c15c6bfac - * Makefile
[65006981+markany-linux] d6e018a9e7cc61060b91849f1cf86b019e0d52cd - * user/c_src/
[wikim] fae48f9be07afe46bb024d364ee4f85ba0a7b8ff - 1. README.md
View full output