add comments; clean up a bit; remove debugging
view log » | |
build | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
[#314220] 2020/10/04 20:27:47 Booting image alpine/edge (default) on port 22547 [#314220] 2020/10/04 20:27:48 Waiting for guest to settle [#314220] 2020/10/04 20:27:55 Sending tasks [#314220] 2020/10/04 20:27:55 Sending build environment [#314220] 2020/10/04 20:27:55 Installing packages Warning: Permanently added '[localhost]:22547' (ECDSA) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz v20200917-1765-g9a974ec3a0 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-1777-g74cce4e875 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-1777-g74cce4e875 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17447 distinct packages available Warning: Permanently added '[localhost]:22547' (ECDSA) to the list of known hosts. (1/47) Installing libpciaccess (0.16-r0) (2/47) Installing libdrm (2.4.102-r0) (3/47) Installing libpng (1.6.37-r1) (4/47) Installing freetype (2.10.2-r0) (5/47) Installing tslib (1.22-r0) (6/47) Installing directfb (1.7.7-r3) (7/47) Installing directfb-dev (1.7.7-r3) (8/47) Installing linux-headers (5.7.8-r0) (9/47) Installing libdrm-dev (2.4.102-r0) (10/47) Installing libxau (1.0.9-r0) (11/47) Installing xorgproto (2020.1-r0) (12/47) Installing libxau-dev (1.0.9-r0) (13/47) Installing libbsd (0.10.0-r0) (14/47) Installing libxdmcp (1.1.3-r0) (15/47) Installing libxcb (1.14-r1) (16/47) Installing libx11 (1.6.12-r0) (17/47) Installing libxext (1.3.4-r0) (18/47) Installing xcb-proto (1.14-r0) (19/47) Installing libxdmcp-dev (1.1.3-r0) (20/47) Installing libxcb-dev (1.14-r1) (21/47) Installing xtrans (1.4.0-r1) (22/47) Installing libx11-dev (1.6.12-r0) (23/47) Installing libxext-dev (1.3.4-r0) (24/47) Installing libxdamage (1.1.5-r1) (25/47) Installing libxfixes (5.0.3-r2) (26/47) Installing libxfixes-dev (5.0.3-r2) (27/47) Installing libxdamage-dev (1.1.5-r1) (28/47) Installing libxshmfence (1.3-r0) (29/47) Installing libxshmfence-dev (1.3-r0) (30/47) Installing mesa (20.1.9-r0) (31/47) Installing wayland-libs-server (1.18.0-r4) (32/47) Installing mesa-gbm (20.1.9-r0) (33/47) Installing mesa-glapi (20.1.9-r0) (34/47) Installing wayland-libs-client (1.18.0-r4) (35/47) Installing mesa-egl (20.1.9-r0) (36/47) Installing libxxf86vm (1.1.4-r2) (37/47) Installing mesa-gl (20.1.9-r0) (38/47) Installing mesa-gles (20.1.9-r0) (39/47) Installing libxml2 (2.9.10-r5) (40/47) Installing llvm10-libs (10.0.1-r0) (41/47) Installing zstd-libs (1.4.5-r0) (42/47) Installing mesa-osmesa (20.1.9-r0) (43/47) Installing mesa-xatracker (20.1.9-r0) (44/47) Installing libxxf86vm-dev (1.1.4-r2) (45/47) Installing mesa-dev (20.1.9-r0) (46/47) Installing sdl2 (2.0.12-r5) (47/47) Installing sdl2-dev (2.0.12-r5) Executing busybox-1.32.0-r3.trigger OK: 1235 MiB in 249 packages [#314220] 2020/10/04 20:28:00 Cloning repositories Cloning into 'Moon3D'... + cd Moon3D + git checkout -q ff583b689903e98a9d6c03f5e52bed09a44f93ac + cd Moon3D + git submodule update --init [#314220] 2020/10/04 20:28:00 Running task build [#314220] 2020/10/04 20:28:01 Build failed. [#314220] 2020/10/04 20:28:01 The build environment will be kept alive for 10 minutes. [#314220] 2020/10/04 20:28:01 To log in with SSH and examine it, use the following command: [#314220] 2020/10/04 20:28:01 [#314220] 2020/10/04 20:28:01 ssh -t builds@yui.runners.sr.ht connect 314220 [#314220] 2020/10/04 20:28:01 [#314220] 2020/10/04 20:28:01 After logging in, the deadline is increased to your remaining build time. [#314220] 2020/10/04 20:38:01 Deadline elapsed. Terminating build environment. [#314220] 2020/10/04 20:38:01 Error: Running task on guest: exit status 2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
+ cd Moon3D + make test mkdir -p build/./test/ gcc -I/usr/local/include/SDL2 -O0 -g -Wall -Wextra -Wno-unused-function -c test/transform.test.c -o build/./test/transform.test.c.o In file included from test/tests.h:3, from test/transform.test.c:2: test/transform.test.c: In function 'TestComposeTransform': test/transform.test.c:57:15: error: incompatible type for argument 1 of 'Homogenize' 57 | AssertVector(a, b); | ^ | | | Vector {aka struct Vertex} test/assertions.h:35:26: note: in definition of macro 'AssertVector' 35 | (VectorEqual(Homogenize(A), Homogenize(B)) || \ | ^ In file included from test/assertions.h:4, from test/tests.h:3, from test/transform.test.c:2: test/../src/vector.h:13:25: note: expected 'Vector *' {aka 'struct Vertex *'} but argument is of type 'Vector' {aka 'struct Vertex'} 13 | void Homogenize(Vector *v); | ~~~~~~~~^ In file included from test/tests.h:3, from test/transform.test.c:2: test/transform.test.c:57:18: error: incompatible type for argument 1 of 'Homogenize' 57 | AssertVector(a, b); | ^ | | | Vector {aka struct Vertex} test/assertions.h:35:41: note: in definition of macro 'AssertVector' 35 | (VectorEqual(Homogenize(A), Homogenize(B)) || \ | ^ In file included from test/assertions.h:4, from test/tests.h:3, from test/transform.test.c:2: test/../src/vector.h:13:25: note: expected 'Vector *' {aka 'struct Vertex *'} but argument is of type 'Vector' {aka 'struct Vertex'} 13 | void Homogenize(Vector *v); | ~~~~~~~~^ test/transform.test.c: In function 'TestApplyTransform': test/transform.test.c:70:25: error: incompatible type for argument 1 of 'Homogenize' 70 | Vertex r0 = Homogenize(ApplyTransform(t, v0)); | ^~~~~~~~~~~~~~~~~~~~~ | | | Vector {aka struct Vertex} In file included from test/assertions.h:4, from test/tests.h:3, from test/transform.test.c:2: test/../src/vector.h:13:25: note: expected 'Vector *' {aka 'struct Vertex *'} but argument is of type 'Vector' {aka 'struct Vertex'} 13 | void Homogenize(Vector *v); | ~~~~~~~~^ test/transform.test.c:71:25: error: incompatible type for argument 1 of 'Homogenize' 71 | Vertex r1 = Homogenize(ApplyTransform(t, v1)); | ^~~~~~~~~~~~~~~~~~~~~ | | | Vector {aka struct Vertex} In file included from test/assertions.h:4, from test/tests.h:3, from test/transform.test.c:2: test/../src/vector.h:13:25: note: expected 'Vector *' {aka 'struct Vertex *'} but argument is of type 'Vector' {aka 'struct Vertex'} 13 | void Homogenize(Vector *v); | ~~~~~~~~^ make: *** [Makefile:24: build/./test/transform.test.c.o] Error 1 |