https://git.altlinux.org/tasks/358411/logs/events.2.1.log

subtask  name                           aarch64  i586  ppc64le  x86_64
   #300  Ikemen_GO-Elecbyte-Screenpack     1:03    39     1:15      38
   #400  Ikemen-GO                       failed  3:35     8:31    2:44

2024-Sep-26 09:03:33 :: test-only task #358411 for sisyphus resumed by arbars:
#100 removed
#200 removed
#300 build 0.1-alt1 from 
/people/arbars/packages/Ikemen_GO-Elecbyte-Screenpack.git fetched at 
2024-Sep-26 09:03:16
#400 build 0.99.0-alt1 from /people/arbars/packages/Ikemen-GO.git fetched at 
2024-Sep-26 09:03:24
2024-Sep-26 09:03:34 :: created build repo
2024-Sep-26 09:03:36 :: [i586] #300 Ikemen_GO-Elecbyte-Screenpack.git 0.1-alt1: 
build start
2024-Sep-26 09:03:36 :: [aarch64] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build start
2024-Sep-26 09:03:36 :: [x86_64] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build start
2024-Sep-26 09:03:36 :: [ppc64le] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build start
2024-Sep-26 09:04:14 :: [x86_64] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build OK
2024-Sep-26 09:04:14 :: [x86_64] #400 Ikemen-GO.git 0.99.0-alt1: build start
2024-Sep-26 09:04:15 :: [i586] #300 Ikemen_GO-Elecbyte-Screenpack.git 0.1-alt1: 
build OK
2024-Sep-26 09:04:16 :: [i586] #400 Ikemen-GO.git 0.99.0-alt1: build start
2024-Sep-26 09:04:39 :: [aarch64] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build OK
2024-Sep-26 09:04:40 :: [aarch64] #400 Ikemen-GO.git 0.99.0-alt1: build start
2024-Sep-26 09:04:51 :: [ppc64le] #300 Ikemen_GO-Elecbyte-Screenpack.git 
0.1-alt1: build OK
2024-Sep-26 09:04:51 :: [ppc64le] #400 Ikemen-GO.git 0.99.0-alt1: build start
2024-Sep-26 09:06:58 :: [x86_64] #400 Ikemen-GO.git 0.99.0-alt1: build OK
2024-Sep-26 09:07:51 :: [i586] #400 Ikemen-GO.git 0.99.0-alt1: build OK
[aarch64] gcc errors for preamble:
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:25:17: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    25 | void blendColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glBlendColor(r, g, b, a); }
[aarch64]       |                 float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:25:28: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    25 | void blendColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glBlendColor(r, g, b, a); }
[aarch64]       |                            float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:25:39: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    25 | void blendColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glBlendColor(r, g, b, a); }
[aarch64]       |                                       float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:25:50: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    25 | void blendColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glBlendColor(r, g, b, a); }
[aarch64]       |                                                  float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:26:17: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    26 | void clearColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glClearColor(r, g, b, a); }
[aarch64]       |                 float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:26:28: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    26 | void clearColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glClearColor(r, g, b, a); }
[aarch64]       |                            float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:26:39: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    26 | void clearColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glClearColor(r, g, b, a); }
[aarch64]       |                                       float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:26:50: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    26 | void clearColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a) { 
glClearColor(r, g, b, a); }
[aarch64]       |                                                  float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:27:18: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    27 | void clearDepthf(GLfloat d)                                 { 
glClearDepthf(d); }
[aarch64]       |                  float
[aarch64] vendor/github.com/fyne-io/gl-js/types_opengles.go:28:18: error: 
unknown type name 'GLfloat'; did you mean 'float'?
[aarch64]    28 | void depthRangef(GLfloat n, GLfloat f)                      { 
glDepthRangef(n, f); }
2024-Sep-26 09:09:35 :: [aarch64] Ikemen-GO.git 0.99.0-alt1: remote: build 
failed
2024-Sep-26 09:09:35 :: [aarch64] #400 Ikemen-GO.git 0.99.0-alt1: build FAILED
2024-Sep-26 09:09:35 :: [aarch64] requesting cancellation of task processing
2024-Sep-26 09:13:22 :: [ppc64le] #400 Ikemen-GO.git 0.99.0-alt1: build OK
2024-Sep-26 09:09:35 :: [aarch64] build FAILED
2024-Sep-26 09:13:22 :: task #358411 for sisyphus FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger

Reply via email to