Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775941 - net-misc/casync-2_p20190407 fails tests
Summary: net-misc/casync-2_p20190407 fails tests
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-14 09:10 UTC by Agostino Sarubbo
Modified: 2021-08-08 18:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,117.38 KB, text/plain)
2021-03-14 09:10 UTC, Agostino Sarubbo
Details
1-testlog.txt.xz (1-testlog.txt.xz,17.80 KB, application/x-xz)
2021-03-14 09:10 UTC, Agostino Sarubbo
Details
2-testlog.txt (2-testlog.txt,13.44 KB, text/plain)
2021-03-14 09:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-03-14 09:10:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/casync-2_p20190407 fails tests.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-14 09:10:56 UTC
Created attachment 691311 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-14 09:10:58 UTC
Created attachment 691314 [details]
1-testlog.txt.xz

1-testlog.txt (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Agostino Sarubbo gentoo-dev 2021-03-14 09:10:59 UTC
Created attachment 691317 [details]
2-testlog.txt

2-testlog.txt
Comment 4 Zoltan Puskas 2021-03-29 08:37:35 UTC
I'm not able to reproduce this failure on my computer.

After reading through the logs and the code I see that all the tests that fail for you are on trying to run

-----8<-----

+ .../notify-wait .../test/http-server.py .../temp/test-casync.NNNN $PORT
Failed to execute child process: No such file or directory
Process exited prematurely with status 1.

-----8<-----

at `test-script.sh:177`.

The error message comes from `test/notify-wait.c`, so compiling and running that binary has succeeded. It's Python `http-server.py` script that is failing to run (which would be receiving the test notification) in your test environment.

I've tried both on Python 3.8.8 and 3.9.2 and it worked. I've also applied all your FEATURES in `/etc/portage/make.conf`, but everything still worked.

You'd have to provide more information on your Tinderbox environment, otherwise I cannot debug this further on my box. Could you please try running the failed command manually that would produce HTTP_PID and reporting back with the results.