ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (lav)" <girar-builder@altlinux.org>
To: Vitaly Lipatov <lav@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#258541] [test-only] FAILED netdata.git=1.25.0-alt1
Date: Tue, 22 Sep 2020 20:03:08 +0000
Message-ID: <20200922200308.GA1808717@gyle.mskdc.altlinux.org> (raw)

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

subtask  name     aarch64    armh    i586  ppc64le  x86_64
   #100  netdata   failed  failed  failed   failed  failed

2020-Sep-22 20:01:57 :: test-only task #258541 for sisyphus started by lav:
#100 build 1.25.0-alt1 from /people/lav/packages/netdata.git fetched at 2020-Sep-22 20:01:56
2020-Sep-22 20:01:58 :: [ppc64le] #100 netdata.git 1.25.0-alt1: build start
2020-Sep-22 20:01:58 :: [armh] #100 netdata.git 1.25.0-alt1: build start
2020-Sep-22 20:01:58 :: [i586] #100 netdata.git 1.25.0-alt1: build start
2020-Sep-22 20:01:58 :: [x86_64] #100 netdata.git 1.25.0-alt1: build start
2020-Sep-22 20:01:58 :: [aarch64] #100 netdata.git 1.25.0-alt1: build start
[x86_64] web/server/web_client.c: In function 'http_header_parse':
[x86_64] web/server/web_client.c:819:14: error: 'struct web_client' has no member named 'ssl'
[x86_64]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[x86_64] web/server/web_client.c:819:29: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[x86_64]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[x86_64] --
[x86_64] web/server/web_client.c: In function 'web_client_switch_host':
[x86_64] web/server/web_client.c:1355:27: error: 'struct web_client' has no member named 'ssl'
[x86_64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[x86_64] web/server/web_client.c:1355:43: error: 'struct web_client' has no member named 'ssl'
[x86_64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[x86_64] web/server/web_client.c:1355:60: error: 'struct web_client' has no member named 'ssl'
[x86_64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[x86_64] web/server/web_client.c:1355:74: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[x86_64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
2020-Sep-22 20:02:34 :: [x86_64] netdata.git 1.25.0-alt1: remote: build failed
2020-Sep-22 20:02:34 :: [x86_64] #100 netdata.git 1.25.0-alt1: build FAILED
2020-Sep-22 20:02:34 :: [x86_64] requesting cancellation of task processing
[i586] make[2]: Leaving directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[i586] make[2]: Entering directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[i586] i586-alt-linux-gcc -DHAVE_CONFIG_H -I.   -DTARGET_OS=1 	-DVARLIB_DIR="\"/var/lib/netdata\"" 	-DCACHE_DIR="\"/var/cache/netdata\"" 	-DCONFIG_DIR="\"/etc/netdata\"" 	-DLIBCONFIG_DIR="\"/usr/lib/netdata/conf.d\"" 	-DLOG_DIR="\"/var/log/netdata\"" 	-DPLUGINS_DIR="\"/usr/lib/netdata/plugins.d\"" 	-DRUN_DIR="\"/var/run/netdata\"" 	-DWEB_DIR="\"/usr/share/netdata/web\""     -I/usr/include/uuid        -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pthread -msse2 -mfpmath=sse -flto    -I/usr/include/uuid                          -c -o collectors/proc.plugin/proc_net_rpc_nfsd.o collectors/proc.plugin/proc_net_rpc_nfsd.c
[i586] make[2]: Leaving directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[i586] make[1]: *** [Makefile:5497: all-recursive] Error 1
[i586] make: *** [Makefile:2981: all] Error 2
[i586] error: Bad exit status from /usr/src/tmp/rpm-tmp.84305 (%build)
[i586] RPM build errors:
[i586]     Macro %H not found
[i586]     Macro %__python3 not found
2020-Sep-22 20:02:37 :: [i586] netdata.git 1.25.0-alt1: remote: build failed
2020-Sep-22 20:02:37 :: [i586] #100 netdata.git 1.25.0-alt1: build FAILED
[aarch64] web/server/web_client.c: In function 'http_header_parse':
[aarch64] web/server/web_client.c:819:14: error: 'struct web_client' has no member named 'ssl'
[aarch64]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[aarch64] web/server/web_client.c:819:29: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[aarch64]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[aarch64] --
[aarch64] web/server/web_client.c: In function 'web_client_switch_host':
[aarch64] web/server/web_client.c:1355:27: error: 'struct web_client' has no member named 'ssl'
[aarch64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[aarch64] web/server/web_client.c:1355:43: error: 'struct web_client' has no member named 'ssl'
[aarch64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[aarch64] web/server/web_client.c:1355:60: error: 'struct web_client' has no member named 'ssl'
[aarch64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[aarch64] web/server/web_client.c:1355:74: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[aarch64]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
2020-Sep-22 20:02:39 :: [aarch64] netdata.git 1.25.0-alt1: remote: build failed
2020-Sep-22 20:02:39 :: [aarch64] #100 netdata.git 1.25.0-alt1: build FAILED
[ppc64le] web/server/web_client.c: In function 'http_header_parse':
[ppc64le] web/server/web_client.c:819:14: error: 'struct web_client' has no member named 'ssl'
[ppc64le]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[ppc64le] web/server/web_client.c:819:29: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[ppc64le]   819 |             w->ssl.flags |= NETDATA_SSL_PROXY_HTTPS;
[ppc64le] --
[ppc64le] web/server/web_client.c: In function 'web_client_switch_host':
[ppc64le] web/server/web_client.c:1355:27: error: 'struct web_client' has no member named 'ssl'
[ppc64le]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[ppc64le] web/server/web_client.c:1355:43: error: 'struct web_client' has no member named 'ssl'
[ppc64le]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[ppc64le] web/server/web_client.c:1355:60: error: 'struct web_client' has no member named 'ssl'
[ppc64le]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
[ppc64le] web/server/web_client.c:1355:74: error: 'NETDATA_SSL_PROXY_HTTPS' undeclared (first use in this function)
[ppc64le]  1355 |             protocol = ((w->ssl.conn && !w->ssl.flags) || w->ssl.flags & NETDATA_SSL_PROXY_HTTPS) ? "https" : "http";
2020-Sep-22 20:02:50 :: [ppc64le] netdata.git 1.25.0-alt1: remote: build failed
2020-Sep-22 20:02:50 :: [ppc64le] #100 netdata.git 1.25.0-alt1: build FAILED
[armh] make[2]: Leaving directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[armh] make[2]: Entering directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[armh] armh-alt-linux-gnueabi-gcc    -I/usr/include/uuid        -pipe -frecord-gcc-switches -Wall -g -O2 -fomit-frame-pointer -march=armv7-a -mthumb -pthread -flto    -I/usr/include/uuid                            -o apps.plugin collectors/apps.plugin/apps_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o  -lm  -lz  -luuid  -luv         
[armh] make[2]: Leaving directory '/usr/src/RPM/BUILD/netdata-1.25.0'
[armh] make[1]: *** [Makefile:5497: all-recursive] Error 1
[armh] make: *** [Makefile:2981: all] Error 2
[armh] error: Bad exit status from /usr/src/tmp/rpm-tmp.25109 (%build)
[armh] RPM build errors:
[armh]     Macro %H not found
[armh]     Macro %__python3 not found
2020-Sep-22 20:03:08 :: [armh] netdata.git 1.25.0-alt1: remote: build failed
2020-Sep-22 20:03:08 :: [armh] #100 netdata.git 1.25.0-alt1: build FAILED
2020-Sep-22 20:02:34 :: [x86_64] build FAILED
2020-Sep-22 20:02:37 :: [i586] build FAILED
2020-Sep-22 20:02:39 :: [aarch64] build FAILED
2020-Sep-22 20:02:51 :: [ppc64le] build FAILED
2020-Sep-22 20:03:08 :: [armh] build FAILED
2020-Sep-22 20:03:08 :: task #258541 for sisyphus FAILED


                 reply	other threads:[~2020-09-22 20:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200922200308.GA1808717@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=lav@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git