ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#321712] [test-only] FAILED cgreen.git=1.6.2-alt1
@ 2023-05-24  1:22 Girar awaiter (august)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (august) @ 2023-05-24  1:22 UTC (permalink / raw)
  To: Vladimir Rubanov; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/321712/logs/events.1.1.log

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

2023-May-24 01:21:58 :: test-only task #321712 for sisyphus started by august:
#100 build 1.6.2-alt1 from /people/august/packages/cgreen.git fetched at 2023-May-24 01:21:56
2023-May-24 01:22:00 :: [aarch64] #100 cgreen.git 1.6.2-alt1: build start
2023-May-24 01:22:00 :: [armh] #100 cgreen.git 1.6.2-alt1: build start
2023-May-24 01:22:00 :: [i586] #100 cgreen.git 1.6.2-alt1: build start
2023-May-24 01:22:00 :: [x86_64] #100 cgreen.git 1.6.2-alt1: build start
2023-May-24 01:22:00 :: [ppc64le] #100 cgreen.git 1.6.2-alt1: build start
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:719:48: note: expected 'intptr_t' {aka 'long int'} but argument is of type 'CgreenValue'
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:721:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[x86_64]   721 |             constraint->expected_value.value.double_value,
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:724:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[x86_64]   724 |             constraint->parameter_name);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'test_do_not_want_double':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: error: incompatible type for argument 2 of 'constraint->compare'
[x86_64]   737 |             (*constraint->compare)(constraint, actual),
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: note: expected 'intptr_t' {aka 'long int'} but argument is of type 'CgreenValue'
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:739:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[x86_64]   739 |             constraint->expected_value.value.double_value,
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:742:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[x86_64]   742 |             constraint->parameter_name);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_string_constraint':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:750:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[x86_64]   750 |     destroy_cgreen_value(constraint->expected_value);
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_by_value_constraint':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:757:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[x86_64]   757 |     destroy_cgreen_value(constraint->expected_value);
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'values_are_strings_in':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:780:20: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value'
[x86_64]   780 |         (constraint->expected_value.value.string_value != NULL);
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'no_expected_value_in':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:784:29: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value_message'
[x86_64]   784 |     return strlen(constraint->expected_value_message) == 0;
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_content_comparing':
[x86_64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[x86_64]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
2023-May-24 01:22:24 :: [x86_64] cgreen.git 1.6.2-alt1: remote: build failed
2023-May-24 01:22:24 :: [x86_64] #100 cgreen.git 1.6.2-alt1: build FAILED
2023-May-24 01:22:24 :: [x86_64] requesting cancellation of task processing
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'test_want_double':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:719:48: error: incompatible type for argument 2 of 'constraint->compare'
[i586]   719 |             (*constraint->compare)(constraint, actual),
[i586] --
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:719:48: note: expected 'intptr_t' {aka 'int'} but argument is of type 'CgreenValue'
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:721:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[i586]   721 |             constraint->expected_value.value.double_value,
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:724:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[i586]   724 |             constraint->parameter_name);
[i586] --
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'test_do_not_want_double':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: error: incompatible type for argument 2 of 'constraint->compare'
[i586]   737 |             (*constraint->compare)(constraint, actual),
[i586] --
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: note: expected 'intptr_t' {aka 'int'} but argument is of type 'CgreenValue'
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:739:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[i586]   739 |             constraint->expected_value.value.double_value,
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:742:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[i586]   742 |             constraint->parameter_name);
[i586] --
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_string_constraint':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:750:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[i586]   750 |     destroy_cgreen_value(constraint->expected_value);
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_by_value_constraint':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:757:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[i586]   757 |     destroy_cgreen_value(constraint->expected_value);
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'values_are_strings_in':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:780:20: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value'
[i586]   780 |         (constraint->expected_value.value.string_value != NULL);
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'no_expected_value_in':
[i586] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:784:29: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value_message'
[i586]   784 |     return strlen(constraint->expected_value_message) == 0;
2023-May-24 01:22:25 :: [i586] cgreen.git 1.6.2-alt1: remote: build failed
2023-May-24 01:22:25 :: [i586] #100 cgreen.git 1.6.2-alt1: build FAILED
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:724:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[aarch64]   724 |             constraint->parameter_name);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'test_do_not_want_double':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: error: incompatible type for argument 2 of 'constraint->compare'
[aarch64]   737 |             (*constraint->compare)(constraint, actual),
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: note: expected 'intptr_t' {aka 'long int'} but argument is of type 'CgreenValue'
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:739:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[aarch64]   739 |             constraint->expected_value.value.double_value,
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:742:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[aarch64]   742 |             constraint->parameter_name);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_string_constraint':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:750:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[aarch64]   750 |     destroy_cgreen_value(constraint->expected_value);
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_by_value_constraint':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:757:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[aarch64]   757 |     destroy_cgreen_value(constraint->expected_value);
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'values_are_strings_in':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:780:20: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value'
[aarch64]   780 |         (constraint->expected_value.value.string_value != NULL);
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'no_expected_value_in':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:784:29: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value_message'
[aarch64]   784 |     return strlen(constraint->expected_value_message) == 0;
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_content_comparing':
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[aarch64]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
[aarch64] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:32: error: 'CGREEN_CONTENT_COMPARER_CONSTRAINT' undeclared (first use in this function)
[aarch64]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
2023-May-24 01:22:38 :: [aarch64] cgreen.git 1.6.2-alt1: remote: build failed
2023-May-24 01:22:38 :: [aarch64] #100 cgreen.git 1.6.2-alt1: build FAILED
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:719:48: note: expected 'intptr_t' {aka 'long int'} but argument is of type 'CgreenValue'
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:721:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[ppc64le]   721 |             constraint->expected_value.value.double_value,
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:724:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[ppc64le]   724 |             constraint->parameter_name);
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'test_do_not_want_double':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: error: incompatible type for argument 2 of 'constraint->compare'
[ppc64le]   737 |             (*constraint->compare)(constraint, actual),
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:737:48: note: expected 'intptr_t' {aka 'long int'} but argument is of type 'CgreenValue'
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:739:23: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[ppc64le]   739 |             constraint->expected_value.value.double_value,
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:742:25: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'parameter_name'; did you mean 'parameter'?
[ppc64le]   742 |             constraint->parameter_name);
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_string_constraint':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:750:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[ppc64le]   750 |     destroy_cgreen_value(constraint->expected_value);
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'destroy_by_value_constraint':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:757:36: error: 'Constraint' {aka 'struct _Constraint'} has no member named 'expected_value'
[ppc64le]   757 |     destroy_cgreen_value(constraint->expected_value);
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'values_are_strings_in':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:780:20: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value'
[ppc64le]   780 |         (constraint->expected_value.value.string_value != NULL);
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'no_expected_value_in':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:784:29: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value_message'
[ppc64le]   784 |     return strlen(constraint->expected_value_message) == 0;
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_content_comparing':
[ppc64le] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[ppc64le]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
2023-May-24 01:22:45 :: [ppc64le] cgreen.git 1.6.2-alt1: remote: build failed
2023-May-24 01:22:45 :: [ppc64le] #100 cgreen.git 1.6.2-alt1: build FAILED
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:784:29: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'expected_value_message'
[armh]   784 |     return strlen(constraint->expected_value_message) == 0;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_content_comparing':
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[armh]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:788:32: error: 'CGREEN_CONTENT_COMPARER_CONSTRAINT' undeclared (first use in this function)
[armh]   788 |     return constraint->type == CGREEN_CONTENT_COMPARER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_content_setting':
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:792:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[armh]   792 |     return constraint->type == CGREEN_CONTENT_SETTER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:792:32: error: 'CGREEN_CONTENT_SETTER_CONSTRAINT' undeclared (first use in this function)
[armh]   792 |     return constraint->type == CGREEN_CONTENT_SETTER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_string_comparing':
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:800:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[armh]   800 |     return constraint->type == CGREEN_STRING_COMPARER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:800:32: error: 'CGREEN_STRING_COMPARER_CONSTRAINT' undeclared (first use in this function); did you mean 'CGREEN_STRING_COMPARISON_H'?
[armh]   800 |     return constraint->type == CGREEN_STRING_COMPARER_CONSTRAINT;
[armh] --
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_double_comparing':
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:804:22: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[armh]   804 |     return constraint->type == CGREEN_DOUBLE_COMPARER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:804:32: error: 'CGREEN_DOUBLE_COMPARER_CONSTRAINT' undeclared (first use in this function)
[armh]   804 |     return constraint->type == CGREEN_DOUBLE_COMPARER_CONSTRAINT;
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c: In function 'is_comparing':
[armh] /usr/src/RPM/BUILD/cgreen-1.6.2/src/constraint.c:811:19: error: 'Constraint' {aka 'const struct _Constraint'} has no member named 'type'
[armh]   811 |         constraint->type == CGREEN_VALUE_COMPARER_CONSTRAINT ||
2023-May-24 01:22:57 :: [armh] cgreen.git 1.6.2-alt1: remote: build failed
2023-May-24 01:22:57 :: [armh] #100 cgreen.git 1.6.2-alt1: build FAILED
2023-May-24 01:22:24 :: [x86_64] build FAILED
2023-May-24 01:22:25 :: [i586] build FAILED
2023-May-24 01:22:38 :: [aarch64] build FAILED
2023-May-24 01:22:45 :: [ppc64le] build FAILED
2023-May-24 01:22:57 :: [armh] build FAILED
2023-May-24 01:22:58 :: task #321712 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-24  1:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24  1:22 [#321712] [test-only] FAILED cgreen.git=1.6.2-alt1 Girar awaiter (august)

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