Pseudo-terminal will not be allocated because stdin is not a terminal. job started: Wed Aug 26 03:00:05 CEST 2026 uname: Linux jwlogin06.juwels 5.14.0-687.41.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 20 15:28:10 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux Cloning into 'jurassic'... Updating files: 64% (191/297) Updating files: 65% (194/297) Updating files: 66% (197/297) Updating files: 67% (199/297) Updating files: 68% (202/297) Updating files: 69% (205/297) Updating files: 70% (208/297) Updating files: 71% (211/297) Updating files: 72% (214/297) Updating files: 73% (217/297) Updating files: 74% (220/297) Updating files: 75% (223/297) Updating files: 76% (226/297) Updating files: 77% (229/297) Updating files: 78% (232/297) Updating files: 79% (235/297) Updating files: 80% (238/297) Updating files: 81% (241/297) Updating files: 82% (244/297) Updating files: 83% (247/297) Updating files: 84% (250/297) Updating files: 85% (253/297) Updating files: 86% (256/297) Updating files: 87% (259/297) Updating files: 88% (262/297) Updating files: 89% (265/297) Updating files: 90% (268/297) Updating files: 91% (271/297) Updating files: 92% (274/297) Updating files: 93% (277/297) Updating files: 94% (280/297) Updating files: 95% (283/297) Updating files: 96% (286/297) Updating files: 97% (289/297) Updating files: 98% (292/297) Updating files: 99% (295/297) Updating files: 100% (297/297) Updating files: 100% (297/297), done. rice.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 106 | static int (*winner_function)(); | ^~~~~~ rice.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 107 | static int (*winner_ref_function)(); | ^~~~~~ rice.c: In function 'warning': rice.c:252:21: warning: unused parameter 'fmt' [-Wunused-parameter] 252 | warning(const char *fmt, ...) | ~~~~~~~~~~~~^~~ rice.c: In function 'error': rice.c:267:19: warning: unused parameter 'fmt' [-Wunused-parameter] 267 | error(const char *fmt, ...) | ~~~~~~~~~~~~^~~ rice.c: At top level: rice.c:301:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 301 | getch() | ^~~~~ rice.c:333:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 333 | read_header() | ^~~~~~~~~~~ rice.c: In function 'read_header': rice.c:340:13: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 340 | value = getch(); | ^~~~~ rice.c:341:26: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 341 | value = (value << 8) | getch(); | ^ rice.c:355:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 355 | value = (value << 8) | getch(); | ^ rice.c:356:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 356 | value = (value << 8) | getch(); | ^ rice.c:360:28: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 360 | pixels_per_block = ((value >> 17) & 0x1f) * 2 + 2; | ^ rice.c:366:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 366 | value = (value << 8) | getch(); | ^ rice.c:367:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 367 | value = (value << 8) | getch(); | ^ rice.c:371:28: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 371 | pixels_per_block = ((value >> 14) & 0x1f) * 2 + 2; | ^ rice.c:380:13: warning: conversion to 'long unsigned int' from 'int' may change the