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

bpo-38972: Fix typos in PowerShell Execution Policies links #20383

Merged
merged 1 commit into from
May 25, 2020

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented May 25, 2020

@miss-islington
Copy link
Contributor

Thanks @hroncok for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 25, 2020
…-20383)

(cherry picked from commit ef16958)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
@bedevere-bot
Copy link

GH-20384 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label May 25, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 25, 2020
…-20383)

(cherry picked from commit ef16958)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
@bedevere-bot
Copy link

GH-20385 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request May 25, 2020
(cherry picked from commit ef16958)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
miss-islington added a commit that referenced this pull request May 25, 2020
(cherry picked from commit ef16958)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
@hroncok hroncok deleted the fix_microsoft_links branch May 25, 2020 15:59
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64 Fedora 3.8 has failed when building commit 331b2df.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/118/builds/291) and take a look at the build logs.
  4. Check if the failure is related to this commit (331b2df) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/118/builds/291

Failed tests:

  • test_asyncio

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 10, done.�[K
remote: Counting objects:  10% (1/10)�[K
remote: Counting objects:  20% (2/10)�[K
remote: Counting objects:  30% (3/10)�[K
remote: Counting objects:  40% (4/10)�[K
remote: Counting objects:  50% (5/10)�[K
remote: Counting objects:  60% (6/10)�[K
remote: Counting objects:  70% (7/10)�[K
remote: Counting objects:  80% (8/10)�[K
remote: Counting objects:  90% (9/10)�[K
remote: Counting objects: 100% (10/10)�[K
remote: Counting objects: 100% (10/10), done.�[K
remote: Compressing objects:  16% (1/6)�[K
remote: Compressing objects:  33% (2/6)�[K
remote: Compressing objects:  50% (3/6)�[K
remote: Compressing objects:  66% (4/6)�[K
remote: Compressing objects:  83% (5/6)�[K
remote: Compressing objects: 100% (6/6)�[K
remote: Compressing objects: 100% (6/6), done.�[K
remote: Total 10 (delta 4), reused 9 (delta 4), pack-reused 0�[K
From https://github.com/python/cpython
 * branch            3.8        -> FETCH_HEAD
Reset branch '3.8'

/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Modules/_testcapimodule.c:6233:5: warning: ‘tp_print’ is deprecated (declared at ./Include/cpython/object.h:260) [-Wdeprecated-declarations]
     MyList_Type.tp_print = 0;
     ^

test_kqueue skipped -- test works only on BSD
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_winconsoleio skipped -- test only relevant on win32
test_msilib skipped -- No module named '_msi'
test_winreg skipped -- No module named 'winreg'
stty: standard input: Inappropriate ioctl for device
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_startfile skipped -- object <module 'os' from '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/os.py'> has no attribute 'startfile'
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
test_winsound skipped -- No module named 'winsound'
test_devpoll skipped -- test works only on Solaris OS family
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok

----------------------------------------------------------------------
Ran 24 tests in 6.765s

OK (skipped=2)
Timeout (0:15:00)!
Thread 0x00003fff7d1d5810 (most recent call first):
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/selectors.py", line 468 in select
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 1823 in _run_once
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 570 in run_forever
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 603 in run_until_complete
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/test_asyncio/test_subprocess.py", line 175 in test_kill
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 633 in _callTestMethod
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 676 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 736 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/runner.py", line 176 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/support/__init__.py", line 2030 in _run_suite
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/support/__init__.py", line 2152 in run_unittest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 209 in _test_module
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 140 in _runtest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 193 in runtest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest_mp.py", line 80 in run_tests_worker
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 657 in _main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 637 in main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 715 in main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/regrtest.py", line 46 in _main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/regrtest.py", line 50 in <module>
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/runpy.py", line 87 in _run_code
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/runpy.py", line 194 in _run_module_as_main
test_ioctl skipped -- Unable to open /dev/tty
Timeout (0:15:00)!
Thread 0x00003fff7f335810 (most recent call first):
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/selectors.py", line 468 in select
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 1823 in _run_once
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 570 in run_forever
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/asyncio/base_events.py", line 603 in run_until_complete
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/test_asyncio/test_subprocess.py", line 175 in test_kill
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 633 in _callTestMethod
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 676 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 736 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 122 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/unittest/runner.py", line 176 in run
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/support/__init__.py", line 2030 in _run_suite
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/support/__init__.py", line 2152 in run_unittest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 209 in _test_module
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 153 in _runtest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/runtest.py", line 193 in runtest
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 318 in rerun_failed_tests
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 694 in _main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 637 in main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/libregrtest/main.py", line 715 in main
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/test/__main__.py", line 2 in <module>
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/runpy.py", line 87 in _run_code
  File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/Lib/runpy.py", line 194 in _run_module_as_main
make: *** [buildbottest] Error 1

Cannot open file '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64/build/test-results.xml' for upload

@hroncok
Copy link
Contributor Author

hroncok commented May 25, 2020

A followup: https://bugs.python.org/issue40770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants