[#264293] [test-only] FAILED crtools-ovz.git=3.15.0.15-alt1

Girar awaiter (andy) girar-builder at altlinux.org
Sun Jan 3 00:04:34 MSK 2021


http://git.altlinux.org/tasks/264293/logs/events.1.1.log

subtask  name         aarch64    armh    i586  ppc64le  x86_64
   #100  crtools-ovz   failed  failed  failed   failed    2:38

2021-Jan-02 21:00:43 :: test-only task #264293 for sisyphus started by andy:
#100 build 3.15.0.15-alt1 from /people/andy/packages/crtools-ovz.git fetched at 2021-Jan-02 21:00:41
2021-Jan-02 21:00:43 :: [aarch64] #100 crtools-ovz.git 3.15.0.15-alt1: build start
2021-Jan-02 21:00:43 :: [ppc64le] #100 crtools-ovz.git 3.15.0.15-alt1: build start
2021-Jan-02 21:00:43 :: [i586] #100 crtools-ovz.git 3.15.0.15-alt1: build start
2021-Jan-02 21:00:43 :: [x86_64] #100 crtools-ovz.git 3.15.0.15-alt1: build start
2021-Jan-02 21:00:43 :: [armh] #100 crtools-ovz.git 3.15.0.15-alt1: build start
[aarch64] /usr/bin/ld.default: criu/built-in.o: in function `main':
[aarch64] /usr/src/RPM/BUILD/criu-3.15.0.15/criu/crtools.c:135: undefined reference to `vz_cpu_parse_cpuid_override'
[aarch64] collect2: error: ld returned 1 exit status
[aarch64] make[1]: *** [criu/Makefile:88: criu/criu] Error 1
2021-Jan-02 21:03:09 :: [aarch64] crtools-ovz.git 3.15.0.15-alt1: remote: build failed
2021-Jan-02 21:03:09 :: [aarch64] #100 crtools-ovz.git 3.15.0.15-alt1: build FAILED
2021-Jan-02 21:03:09 :: [aarch64] requesting cancellation of task processing
2021-Jan-02 21:03:21 :: [x86_64] #100 crtools-ovz.git 3.15.0.15-alt1: build OK
[i586] compel/plugins/std/log.c: In function 'print_hex_l':
[i586] compel/plugins/std/log.c:270:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   270 |  hexdigit(num >> 32, &buf[9], &z);
[i586] compel/plugins/std/log.c:271:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   271 |  hexdigit(num >> 36, &buf[8], &z);
[i586] compel/plugins/std/log.c:272:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   272 |  hexdigit(num >> 40, &buf[7], &z);
[i586] compel/plugins/std/log.c:273:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   273 |  hexdigit(num >> 44, &buf[6], &z);
[i586] compel/plugins/std/log.c:274:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   274 |  hexdigit(num >> 48, &buf[5], &z);
[i586] compel/plugins/std/log.c:275:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   275 |  hexdigit(num >> 52, &buf[4], &z);
[i586] compel/plugins/std/log.c:276:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   276 |  hexdigit(num >> 56, &buf[3], &z);
[i586] compel/plugins/std/log.c:277:15: error: right shift count >= width of type [-Werror=shift-count-overflow]
[i586]   277 |  hexdigit(num >> 60, &buf[2], &z);
[i586] cc1: all warnings being treated as errors
[i586] make[1]: *** [/usr/src/RPM/BUILD/criu-3.15.0.15/scripts/nmk/scripts/build.mk:214: compel/plugins/std/log.o] Error 1
2021-Jan-02 21:03:25 :: [i586] crtools-ovz.git 3.15.0.15-alt1: remote: build failed
2021-Jan-02 21:03:25 :: [i586] #100 crtools-ovz.git 3.15.0.15-alt1: build FAILED
[ppc64le] /usr/bin/ld.default: criu/built-in.o: in function `main':
[ppc64le] /usr/src/RPM/BUILD/criu-3.15.0.15/criu/crtools.c:135: undefined reference to `vz_cpu_parse_cpuid_override'
[ppc64le] collect2: error: ld returned 1 exit status
[ppc64le] make[1]: *** [criu/Makefile:88: criu/criu] Error 1
2021-Jan-02 21:03:50 :: [ppc64le] crtools-ovz.git 3.15.0.15-alt1: remote: build failed
2021-Jan-02 21:03:50 :: [ppc64le] #100 crtools-ovz.git 3.15.0.15-alt1: build FAILED
[armh] criu/plugin.c: In function 'cr_plugin_init':
[armh] criu/plugin.c:246:36: error: '%s' directive output may be truncated writing between 3 and 2147483645 bytes into a region of size 4095 [-Werror=format-truncation=]
[armh]   246 |   snprintf(path, sizeof(path), "%s/%s", opts.libdir, de->d_name);
[armh] --
[armh]    71 |        __bos (__s), __fmt, __va_arg_pack ());
[armh] cc1: all warnings being treated as errors
[armh] make[2]: *** [/usr/src/RPM/BUILD/criu-3.15.0.15/scripts/nmk/scripts/build.mk:118: criu/plugin.o] Error 1
[armh] --
[armh] criu/sk-queue.c: In function 'dump_packet_cmsg':
[armh] criu/include/log.h:57:10: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]    57 |          "Error (%s:%d): " LOG_PREFIX fmt,  \
[armh] --
[armh]   407 |   pr_err("cmsg: len %ld type %d level %d\n",
[armh] cc1: all warnings being treated as errors
[armh] make[2]: *** [/usr/src/RPM/BUILD/criu-3.15.0.15/scripts/nmk/scripts/build.mk:118: criu/sk-queue.o] Error 1
[armh] --
[armh] criu/cr-dump.c: In function 'dump_thread_ve_start_time':
[armh] criu/cr-dump.c:1079:10: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Werror=format=]
[armh]  1079 |  pr_info("Dumped start_time for task %d is %lu\n",
[armh] --
[armh]       |                                            %llu
[armh] cc1: all warnings being treated as errors
[armh] make[2]: *** [/usr/src/RPM/BUILD/criu-3.15.0.15/scripts/nmk/scripts/build.mk:118: criu/cr-dump.o] Error 1
[armh] --
[armh] criu/cr-restore.c: In function 'restore_zombie_start_time':
[armh] criu/cr-restore.c:1346:10: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Werror=format=]
[armh]  1346 |  pr_info("Restored zombie start_time for task %d is %lu\n",
[armh] --
[armh]       |                                                     %llu
[armh] cc1: all warnings being treated as errors
[armh] make[2]: *** [/usr/src/RPM/BUILD/criu-3.15.0.15/scripts/nmk/scripts/build.mk:118: criu/cr-restore.o] Error 1
2021-Jan-02 21:04:34 :: [armh] crtools-ovz.git 3.15.0.15-alt1: remote: build failed
2021-Jan-02 21:04:34 :: [armh] #100 crtools-ovz.git 3.15.0.15-alt1: build FAILED
2021-Jan-02 21:03:09 :: [aarch64] build FAILED
2021-Jan-02 21:03:25 :: [i586] build FAILED
2021-Jan-02 21:03:50 :: [ppc64le] build FAILED
2021-Jan-02 21:04:34 :: [armh] build FAILED
2021-Jan-02 21:04:34 :: task #264293 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list