[#341219] [test-only] FAILED (try 3) ostree.git=2024.3-alt3

Girar awaiter (fl0pp5) girar-builder at altlinux.org
Wed Feb 21 23:03:02 MSK 2024


https://git.altlinux.org/tasks/341219/logs/events.3.1.log

subtask  name    aarch64    armh    i586  ppc64le  x86_64
   #300  ostree   failed  failed  failed   failed  failed

2024-Feb-21 20:01:17 :: test-only task #341219 for sisyphus resumed by fl0pp5:
#100 removed
#200 removed
#300 build 2024.3-alt3 from /people/fl0pp5/packages/ostree.git fetched at 2024-Feb-21 20:01:12
2024-Feb-21 20:01:18 :: [armh] #300 ostree.git 2024.3-alt3: build start
2024-Feb-21 20:01:18 :: [aarch64] #300 ostree.git 2024.3-alt3: build start
2024-Feb-21 20:01:18 :: [ppc64le] #300 ostree.git 2024.3-alt3: build start
2024-Feb-21 20:01:18 :: [i586] #300 ostree.git 2024.3-alt3: build start
2024-Feb-21 20:01:18 :: [x86_64] #300 ostree.git 2024.3-alt3: build start
[x86_64]                  from src/libostree/ostree-impl-system-generator.c:29:
[x86_64] src/libostree/ostree-impl-system-generator.c:189:96: error: initialization of 'const char *' from 'char' makes pointer from integer without a cast [-Werror=int-conversion]
[x86_64]   189 |   const char *stateroot_target_dir_path = glnx_strjoina ("/sysroot/ostree/deploy/", stateroot, target_path);
[x86_64] --
[x86_64]    50 |                 const char *_appendees_[] = { a, __VA_ARGS__ };         \
[x86_64] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 6 has type 'int' [-Werror=format=]
[x86_64]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[x86_64] --
[x86_64]       |                                                          %d
[x86_64] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 7 has type 'int' [-Werror=format=]
[x86_64]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[x86_64] --
[x86_64] src/libostree/ostree-impl-system-generator.c: In function 'fstab_generator':
[x86_64] src/libostree/ostree-impl-system-generator.c:258:3: error: expected ';' before 'if'
[x86_64]   258 |   if (!_fstab_generator (ostree_cmdline, normal_dir, early_dir, late_dir, "bin", error))
[x86_64] src/libostree/ostree-impl-system-generator.c:376:1: error: control reaches end of non-void function [-Werror=return-type]
[x86_64]   376 | }
[x86_64] cc1: some warnings being treated as errors
[x86_64] make[2]: *** [Makefile:5676: src/libostree/libostree_1_la-ostree-impl-system-generator.lo] Error 1
2024-Feb-21 20:01:56 :: [x86_64] ostree.git 2024.3-alt3: remote: build failed
2024-Feb-21 20:01:56 :: [x86_64] #300 ostree.git 2024.3-alt3: build FAILED
2024-Feb-21 20:01:56 :: [x86_64] requesting cancellation of task processing
[i586]                  from src/libostree/ostree-impl-system-generator.c:29:
[i586] src/libostree/ostree-impl-system-generator.c:189:96: error: initialization of 'const char *' from 'char' makes pointer from integer without a cast [-Werror=int-conversion]
[i586]   189 |   const char *stateroot_target_dir_path = glnx_strjoina ("/sysroot/ostree/deploy/", stateroot, target_path);
[i586] --
[i586]    50 |                 const char *_appendees_[] = { a, __VA_ARGS__ };         \
[i586] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 6 has type 'int' [-Werror=format=]
[i586]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[i586] --
[i586]       |                                                          %d
[i586] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 7 has type 'int' [-Werror=format=]
[i586]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[i586] --
[i586] src/libostree/ostree-impl-system-generator.c: In function 'fstab_generator':
[i586] src/libostree/ostree-impl-system-generator.c:258:3: error: expected ';' before 'if'
[i586]   258 |   if (!_fstab_generator (ostree_cmdline, normal_dir, early_dir, late_dir, "bin", error))
[i586] src/libostree/ostree-impl-system-generator.c:376:1: error: control reaches end of non-void function [-Werror=return-type]
[i586]   376 | }
[i586] cc1: some warnings being treated as errors
[i586] make[2]: *** [Makefile:5676: src/libostree/libostree_1_la-ostree-impl-system-generator.lo] Error 1
2024-Feb-21 20:01:58 :: [i586] ostree.git 2024.3-alt3: remote: build failed
2024-Feb-21 20:01:58 :: [i586] #300 ostree.git 2024.3-alt3: build FAILED
[aarch64] src/libostree/ostree-impl-system-generator.c: In function '_fstab_generator':
[aarch64] src/libostree/ostree-impl-system-generator.c:139:22: error: initialization of 'char' from 'gchar *' {aka 'char *'} makes integer from pointer without a cast [-Werror=int-conversion]
[aarch64]   139 |   char target_path = g_strconcat("/", target, NULL);
[aarch64] src/libostree/ostree-impl-system-generator.c:169:30: error: passing argument 2 of 'strcmp' makes pointer from integer without a cast [-Werror=int-conversion]
[aarch64]   169 |           if (strcmp (where, target_path) != 0)
[aarch64] --
[aarch64]                  from src/libostree/ostree-impl-system-generator.c:29:
[aarch64] src/libostree/ostree-impl-system-generator.c:189:96: error: initialization of 'const char *' from 'char' makes pointer from integer without a cast [-Werror=int-conversion]
[aarch64]   189 |   const char *stateroot_target_dir_path = glnx_strjoina ("/sysroot/ostree/deploy/", stateroot, target_path);
[aarch64] --
[aarch64]    50 |                 const char *_appendees_[] = { a, __VA_ARGS__ };         \
[aarch64] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 6 has type 'int' [-Werror=format=]
[aarch64]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[aarch64] --
[aarch64]       |                                                          %d
[aarch64] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 7 has type 'int' [-Werror=format=]
[aarch64]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[aarch64] --
[aarch64] src/libostree/ostree-impl-system-generator.c: In function 'fstab_generator':
[aarch64] src/libostree/ostree-impl-system-generator.c:258:3: error: expected ';' before 'if'
[aarch64]   258 |   if (!_fstab_generator (ostree_cmdline, normal_dir, early_dir, late_dir, "bin", error))
[aarch64] src/libostree/ostree-impl-system-generator.c:376:1: error: control reaches end of non-void function [-Werror=return-type]
[aarch64]   376 | }
[aarch64] cc1: some warnings being treated as errors
[aarch64] make[2]: *** [Makefile:5676: src/libostree/libostree_1_la-ostree-impl-system-generator.lo] Error 1
2024-Feb-21 20:02:27 :: [aarch64] ostree.git 2024.3-alt3: remote: build failed
2024-Feb-21 20:02:27 :: [aarch64] #300 ostree.git 2024.3-alt3: build FAILED
[ppc64le] In file included from src/libostree/ostree-fetcher-curl.c:23:
[ppc64le] /usr/include/curl/curl.h:1745:3: note: declared here
[ppc64le]  1745 |   CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
[ppc64le] src/libostree/ostree-fetcher-curl.c:944:3: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
[ppc64le]   944 |   rc = curl_easy_setopt (req->easy, CURLOPT_PROGRESSFUNCTION, prog_cb);
[ppc64le] /usr/include/curl/curl.h:1291:3: note: declared here
[ppc64le]  1291 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
[ppc64le] make[2]: Leaving directory '/usr/src/RPM/BUILD/ostree-2024.3'
[ppc64le] make[1]: *** [Makefile:8277: all-recursive] Error 1
[ppc64le] make: *** [Makefile:3361: all] Error 2
2024-Feb-21 20:02:38 :: [ppc64le] ostree.git 2024.3-alt3: remote: build failed
2024-Feb-21 20:02:38 :: [ppc64le] #300 ostree.git 2024.3-alt3: build FAILED
[armh]                  from src/libostree/ostree-impl-system-generator.c:29:
[armh] src/libostree/ostree-impl-system-generator.c:189:96: error: initialization of 'const char *' from 'char' makes pointer from integer without a cast [-Werror=int-conversion]
[armh]   189 |   const char *stateroot_target_dir_path = glnx_strjoina ("/sysroot/ostree/deploy/", stateroot, target_path);
[armh] --
[armh]    50 |                 const char *_appendees_[] = { a, __VA_ARGS__ };         \
[armh] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 6 has type 'int' [-Werror=format=]
[armh]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[armh] --
[armh]       |                                                          %d
[armh] src/libostree/ostree-impl-system-generator.c:204:32: error: format '%s' expects argument of type 'char *', but argument 7 has type 'int' [-Werror=format=]
[armh]   204 |                                "##\n# Automatically generated by ostree-system-generator\n##\n\n"
[armh] --
[armh] src/libostree/ostree-impl-system-generator.c: In function 'fstab_generator':
[armh] src/libostree/ostree-impl-system-generator.c:258:3: error: expected ';' before 'if'
[armh]   258 |   if (!_fstab_generator (ostree_cmdline, normal_dir, early_dir, late_dir, "bin", error))
[armh] src/libostree/ostree-impl-system-generator.c:376:1: error: control reaches end of non-void function [-Werror=return-type]
[armh]   376 | }
[armh] cc1: some warnings being treated as errors
[armh] make[2]: *** [Makefile:5676: src/libostree/libostree_1_la-ostree-impl-system-generator.lo] Error 1
2024-Feb-21 20:03:02 :: [armh] ostree.git 2024.3-alt3: remote: build failed
2024-Feb-21 20:03:02 :: [armh] #300 ostree.git 2024.3-alt3: build FAILED
2024-Feb-21 20:01:56 :: [x86_64] build FAILED
2024-Feb-21 20:01:58 :: [i586] build FAILED
2024-Feb-21 20:02:27 :: [aarch64] build FAILED
2024-Feb-21 20:02:38 :: [ppc64le] build FAILED
2024-Feb-21 20:03:02 :: [armh] build FAILED
2024-Feb-21 20:03:02 :: task #341219 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list