You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
It was a bit weird, that the third build succeeded, whereas the first two tries failed.
The command used was always: sudo tools/build.sh perl-5.24.1-1 --purge 2>&1 | tee ../perl-5.24.1-1.build.log.build_user
Log#2 and log#3 are saved in /scratch/tmp/perl-pkg-scripts-build-logs , with diff -W180 -y *build_user* | less one might snoop around in the output.
The reason will be displayed to describe this comment to others. Learn more.
Wenn es mal so, mal so ist, dann liegt es oft an dem parallel build. In diesem Fall aber nicht. Der erste Fehler ist wohl der Selbsttest von IO::Event
Running make for M/MU/MUIR/modules/IO-Event-0.813.tar.gz
[...]
Running make test
[..]
# Looks like you planned 115 tests but ran 111.
#
print 64748: Connection reset by peer
Compilation failed in require at t/forked2.t line 5.
t/forked2.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/115 subtests
Also 4 tests von forked2.t , leider ist unklar, welche.
Ich hab das mal so probiert:
Scheint aber jedes mal zu gehen.
Hmm, die testen irgendwelche event loops mit timern und so, sogar client-server Kommunikation... Die suchen freie Netzwerkports...
Eventuell was Load abhängiges... oder eine race condition bezüglich der Netzwerkports
War das system, auf dem du gebaut hast, noch mit anderen Aktivitäten beschäftigt?
The reason will be displayed to describe this comment to others. Learn more.
Naja, ich war auf heulsuse, und es war eher ruhig - nun hab ich natürlich nicht die ganze zeit draufgestarrt, aber im xload war nix zu sehen (so als indiz).
c73fa45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a bit weird, that the third build succeeded, whereas the first two tries failed.
The command used was always:
sudo tools/build.sh perl-5.24.1-1 --purge 2>&1 | tee ../perl-5.24.1-1.build.log.build_user
Log#2 and log#3 are saved in
/scratch/tmp/perl-pkg-scripts-build-logs
, withdiff -W180 -y *build_user* | less
one might snoop around in the output.c73fa45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wenn es mal so, mal so ist, dann liegt es oft an dem parallel build. In diesem Fall aber nicht. Der erste Fehler ist wohl der Selbsttest von IO::Event
Running make for M/MU/MUIR/modules/IO-Event-0.813.tar.gz
[...]
Running make test
[..]
# Looks like you planned 115 tests but ran 111.
#
print 64748: Connection reset by peer
Compilation failed in require at t/forked2.t line 5.
t/forked2.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/115 subtests
Also 4 tests von forked2.t , leider ist unklar, welche.
Ich hab das mal so probiert:
make
make test
oder
Scheint aber jedes mal zu gehen.
Hmm, die testen irgendwelche event loops mit timern und so, sogar client-server Kommunikation... Die suchen freie Netzwerkports...
Eventuell was Load abhängiges... oder eine race condition bezüglich der Netzwerkports
War das system, auf dem du gebaut hast, noch mit anderen Aktivitäten beschäftigt?
D.
c73fa45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naja, ich war auf heulsuse, und es war eher ruhig - nun hab ich natürlich nicht die ganze zeit draufgestarrt, aber im xload war nix zu sehen (so als indiz).