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

test_distutils failure #51210

Closed
pitrou opened this issue Sep 21, 2009 · 5 comments
Closed

test_distutils failure #51210

pitrou opened this issue Sep 21, 2009 · 5 comments
Assignees
Labels
stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Sep 21, 2009

BPO 6961
Nosy @pitrou, @tarekziade, @florentx

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/tarekziade'
closed_at = <Date 2010-01-15.17:03:11.623>
created_at = <Date 2009-09-21.21:36:16.747>
labels = ['tests', 'type-bug', 'library', 'invalid']
title = 'test_distutils failure'
updated_at = <Date 2010-01-15.17:03:11.621>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2010-01-15.17:03:11.621>
actor = 'flox'
assignee = 'tarek'
closed = True
closed_date = <Date 2010-01-15.17:03:11.623>
closer = 'flox'
components = ['Distutils', 'Tests']
creation = <Date 2009-09-21.21:36:16.747>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 6961
keywords = ['buildbot']
message_count = 5.0
messages = ['92963', '92965', '92979', '97824', '97825']
nosy_count = 3.0
nosy_names = ['pitrou', 'tarek', 'flox']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue6961'
versions = ['Python 3.1']

@pitrou
Copy link
Member Author

pitrou commented Sep 21, 2009

I get the following (deterministic) failure on the py3k branch:

test_distutils
0 blocks
find:
`/home/antoine/tmp/tmpX6PtRb/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug':
Aucun fichier ou dossier de ce type
0 blocks
find:
`/home/antoine/tmp/tmpNJkuVH/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug':
Aucun fichier ou dossier de ce type
test test_distutils failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/distutils/tests/test_util.py",
line 145, in test_get_platform
    self.assertEquals(get_platform(), 'macosx-10.4-universal')
AssertionError: 'macosx-10.4-intel' != 'macosx-10.4-universal'

1 test failed:
test_distutils

@pitrou pitrou added stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Sep 21, 2009
@pitrou
Copy link
Member Author

pitrou commented Sep 21, 2009

It also fails on release31-maint, but not on trunk.

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Sep 22, 2009

That was fixed already in trunk, and a pending merging waiting to be
merged. I've just merged in r75013 and r75014

@tarekziade tarekziade mannequin closed this as completed Sep 22, 2009
@tarekziade tarekziade mannequin added the invalid label Sep 22, 2009
@florentx
Copy link
Mannequin

florentx mannequin commented Jan 15, 2010

There's still similar failures on 3.1 branch only.
Some buildbots which have reported the error:
AMD64 Ubuntu
ia64 Ubuntu
alpha Debian
AMD64 Gentoo

http://www.python.org/dev/buildbot/all/builders/AMD64%20Ubuntu%203.1/builds/194
http://www.python.org/dev/buildbot/all/builders/ia64%20Ubuntu%203.1/builds/227

test test_distutils failed -- Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.1.norwitz-amd64/build/Lib/distutils/tests/test_util.py", line 99, in test_get_platform
    self.assertEquals(get_platform(), 'macosx-10.3-i386')
AssertionError: 'macosx-10.3-x86_64' != 'macosx-10.3-i386'

@florentx florentx mannequin reopened this Jan 15, 2010
@florentx florentx mannequin removed the invalid label Jan 15, 2010
@florentx
Copy link
Mannequin

florentx mannequin commented Jan 15, 2010

whoops... I missed bpo-7591 which is a report for the same issue.

@florentx florentx mannequin closed this as completed Jan 15, 2010
@florentx florentx mannequin added the invalid label Jan 15, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant