Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time::HiRes failing on installing 5.26.2 #16600

Closed
p5pRT opened this issue Jun 26, 2018 · 6 comments
Closed

Time::HiRes failing on installing 5.26.2 #16600

p5pRT opened this issue Jun 26, 2018 · 6 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 26, 2018

Migrated from rt.perl.org#133310 (status was 'open')

Searchable as RT133310$

@p5pRT
Copy link
Author

p5pRT commented Jun 26, 2018

From jjn1056@gmail.com

Hi,

This is in regards to

https://rt.cpan.org/Public/Bug/Display.html?id=116127#txn-1793016

I can verify that this fail occurs on several versions of Macosx but
installing from CPAN works fine. This is to request we bak port and
release via 5.26.3 since 5.28 is still very new. Here's the details
(attached Perl -V, the rest is inline)

Thanks!

jjnapiok

./dist/Time-HiRes/t/usleep.t ...................................... ok

# Failed test 'atime set correctly'

# at t/utime.t line 73.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'mtime set correctly'

# at t/utime.t line 74.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'atime set correctly'

# at t/utime.t line 82.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'mtime set correctly'

# at t/utime.t line 83.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 1 atime set correctly'

# at t/utime.t line 93.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'File 1 mtime set correctly'

# at t/utime.t line 94.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 2 atime set correctly'

# at t/utime.t line 98.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'File 2 mtime set correctly'

# at t/utime.t line 99.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 1 atime set correctly'

# at t/utime.t line 113.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 1 mtime set correctly'

# at t/utime.t line 114.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 2 atime set correctly'

# at t/utime.t line 118.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 2 mtime set correctly'

# at t/utime.t line 119.

# '0.382514953613281'

# <

# '0.1'

# Looks like you failed 12 tests of 18.

../dist/Time-HiRes/t/utime.t .......................................

Dubious, test returned 12 (wstat 3072, 0xc00)

Failed 12/18 subtests

From looking around the reports this seems to be the consistent fail

@p5pRT
Copy link
Author

p5pRT commented Jun 26, 2018

From jjn1056@gmail.com

perlinfo

@p5pRT
Copy link
Author

p5pRT commented Jun 26, 2018

From @jkeenan

On Tue, 26 Jun 2018 17​:01​:19 GMT, jjn1056@​gmail.com wrote​:

Hi,

This is in regards to

https://rt.cpan.org/Public/Bug/Display.html?id=116127#txn-1793016

I can verify that this fail occurs on several versions of Macosx but
installing from CPAN works fine. This is to request we bak port and
release via 5.26.3 since 5.28 is still very new. Here's the details
(attached Perl -V, the rest is inline)

Thanks!

jjnapiok

./dist/Time-HiRes/t/usleep.t ...................................... ok

# Failed test 'atime set correctly'

# at t/utime.t line 73.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'mtime set correctly'

# at t/utime.t line 74.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'atime set correctly'

# at t/utime.t line 82.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'mtime set correctly'

# at t/utime.t line 83.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 1 atime set correctly'

# at t/utime.t line 93.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'File 1 mtime set correctly'

# at t/utime.t line 94.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 2 atime set correctly'

# at t/utime.t line 98.

# got​: '1'

# expected​: '1.111111111'

# Failed test 'File 2 mtime set correctly'

# at t/utime.t line 99.

# got​: '2'

# expected​: '2.222222222'

# Failed test 'File 1 atime set correctly'

# at t/utime.t line 113.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 1 mtime set correctly'

# at t/utime.t line 114.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 2 atime set correctly'

# at t/utime.t line 118.

# '0.382514953613281'

# <

# '0.1'

# Failed test 'File 2 mtime set correctly'

# at t/utime.t line 119.

# '0.382514953613281'

# <

# '0.1'

# Looks like you failed 12 tests of 18.

../dist/Time-HiRes/t/utime.t .......................................

Dubious, test returned 12 (wstat 3072, 0xc00)

Failed 12/18 subtests

From looking around the reports this seems to be the consistent fail

Steve Hay, can you evaluate this for 5.26.3?

Thank you very much.

--
James E Keenan (jkeenan@​cpan.org)

@p5pRT
Copy link
Author

p5pRT commented Jun 26, 2018

The RT System itself - Status changed from 'new' to 'open'

@khwilliamson
Copy link
Contributor

What's the status of this?

@jkeenan
Copy link
Contributor

jkeenan commented Apr 17, 2022

What's the status of this?

  1. perl-5.26 is long out-of-support, so we're not going to do anything there.
  2. The latest non-trial release of Time-HiRes to CPAN is generally doing okay on production releases of perl. This distro is always a bit flaky, but I don't see anything warranting keeping this ticket open. Closing now.

@jkeenan jkeenan closed this as completed Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants