Skip to content

bpo-40741: Update macOS installer to use SQLite 3.32.2.#20705

Merged
ned-deily merged 1 commit intopython:masterfrom
ned-deily:bpo-40741-sqllite-3-32-2
Jun 8, 2020
Merged

bpo-40741: Update macOS installer to use SQLite 3.32.2.#20705
ned-deily merged 1 commit intopython:masterfrom
ned-deily:bpo-40741-sqllite-3-32-2

Conversation

@ned-deily
Copy link
Copy Markdown
Member

@ned-deily ned-deily commented Jun 8, 2020

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @ned-deily for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot
Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot
Copy link
Copy Markdown

GH-20708 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
@ned-deily ned-deily deleted the bpo-40741-sqllite-3-32-2 branch June 8, 2020 02:25
miss-islington added a commit that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
miss-islington added a commit that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
miss-islington added a commit that referenced this pull request Jun 8, 2020
(cherry picked from commit 37eed5a)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot
Copy link
Copy Markdown

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

Hi! The buildbot AMD64 FreeBSD Non-Debug 3.8 has failed when building commit 264e4fd.

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/173/builds/243) and take a look at the build logs.
  4. Check if the failure is related to this commit (264e4fd) 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/173/builds/243

Failed tests:

  • test_threading
  • test_tokenize

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 41, in task
Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x8023919d0>
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 41, in task
Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x8023919d0>
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 41, in task
Exception ignored in thread started by: <function Bunch.__init__.<locals>.task at 0x8023919d0>
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 41, in task
    f()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 939, in f
    i = barrier.wait()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 619, in wait
    self._wait(timeout)
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 657, in _wait
    raise BrokenBarrierError
threading.BrokenBarrierError: 
    f()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 939, in f
    i = barrier.wait()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 619, in wait
    self._wait(timeout)
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 659, in _wait
    raise BrokenBarrierError
threading.BrokenBarrierError: 
    f()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 939, in f
    i = barrier.wait()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 610, in wait
    self._enter() # Block while the barrier drains.
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 634, in _enter
    raise BrokenBarrierError
threading.BrokenBarrierError: 


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 944, in test_default_timeout
    self.run_threads(f)
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 773, in run_threads
    f()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 939, in f
    i = barrier.wait()
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 619, in wait
    self._wait(timeout)
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/threading.py", line 659, in _wait
    raise BrokenBarrierError
threading.BrokenBarrierError

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request Jun 8, 2020
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

Successfully merging this pull request may close these issues.

4 participants