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

buildbot: 2.8.2 -> 2.8.4 #96033

Merged
merged 1 commit into from Sep 21, 2020
Merged

buildbot: 2.8.2 -> 2.8.4 #96033

merged 1 commit into from Sep 21, 2020

Conversation

lopsided98
Copy link
Contributor

Motivation for this change

Updates buildbot to the latest version. The SQLAlchemy fix patch has not been backported to the 2.8 branch, so we still need it.

cc @nand0p @ryansydnor

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like python38 is failing:

https://github.com/NixOS/nixpkgs/pull/96033
3 packages failed to build:
buildbot buildbot-full buildbot-ui

17 packages built:
buildbot-worker python37Packages.buildbot python37Packages.buildbot-full python37Packages.buildbot-pkg python37Packages.buildbot-plugins.console-view python37Packages.buildbot-plugins.grid-view python37Packages.buildbot-plugins.waterfall-view python37Packages.buildbot-plugins.wsgi-dashboards python37Packages.buildbot-plugins.www python37Packages.buildbot-ui python37Packages.buildbot-worker python38Packages.buildbot-pkg python38Packages.buildbot-plugins.console-view python38Packages.buildbot-plugins.grid-view python38Packages.buildbot-plugins.waterfall-view python38Packages.buildbot-plugins.wsgi-dashboards python38Packages.buildbot-plugins.www

perhaps skip some of the integration tests?

[ERROR]
Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <buildbot.test.integration.test_try_client.Schedulers testMethod=test_userpass_wait> (test_userpass_wait) still running at 5.0 secs

buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/nix/store/gzm77ld3mxzkgrx7lhlnlscpwhkndphf-python3.8-Twisted-20.3.0/lib/python3.8/site-packages/twisted/trial/util.py", line 276, in _runSequentially
    thing = yield d
  File "/nix/store/gzm77ld3mxzkgrx7lhlnlscpwhkndphf-python3.8-Twisted-20.3.0/lib/python3.8/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
    result = g.send(result)
  File "/build/buildbot-2.8.3/buildbot/test/util/integration.py", line 209, in dump
    raise self.failureException(dump.getvalue())
twisted.trial.unittest.FailTest: FAILED! dumping build db for debug
*** BUILD 1 *** ==> build successful (success)
    *** STEP worker_preparation *** ==> worker ready (success)
    *** STEP one *** ==> finished (success)
    *** STEP two *** ==> finished (success)


buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait
===============================================================================
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffdbf752b0 [1.0346012115478516s] called=0 cancelled=0 LoopingCall<3>(Schedulers.setUp.<locals>.<lambda>, *(), **{})()>

buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait
===============================================================================
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 38085) at 7fffdad4ff10>
<Broker #0 on 38085>

buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait
-------------------------------------------------------------------------------
Ran 5776 tests in 84.409

@lopsided98
Copy link
Contributor Author

I can't reproduce that failure, and neither can ofborg.

@jonringer
Copy link
Contributor

must be my 32 core count then

@jonringer
Copy link
Contributor

@GrahamcOfBorg test buildbot

@jonringer
Copy link
Contributor

I made an issue with the tests #96197 . They aren't specific to buildbot, but rather all nixosTests are broken right now. I commented out the offending lines and was able to run the tests though.

@lopsided98 lopsided98 changed the title buildbot: 2.8.2 -> 2.8.3 buildbot: 2.8.2 -> 2.8.4 Sep 21, 2020
@lopsided98
Copy link
Contributor Author

I updated this PR to 2.8.4.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Result of nixpkgs-review pr 96033 1

20 packages built:
  • buildbot (python38Packages.buildbot)
  • buildbot-full (python38Packages.buildbot-full)
  • buildbot-ui (python38Packages.buildbot-ui)
  • buildbot-worker (python38Packages.buildbot-worker)
  • python37Packages.buildbot
  • python37Packages.buildbot-full
  • python37Packages.buildbot-pkg
  • python37Packages.buildbot-plugins.console-view
  • python37Packages.buildbot-plugins.grid-view
  • python37Packages.buildbot-plugins.waterfall-view
  • python37Packages.buildbot-plugins.wsgi-dashboards
  • python37Packages.buildbot-plugins.www
  • python37Packages.buildbot-ui
  • python37Packages.buildbot-worker
  • python38Packages.buildbot-pkg
  • python38Packages.buildbot-plugins.console-view
  • python38Packages.buildbot-plugins.grid-view
  • python38Packages.buildbot-plugins.waterfall-view
  • python38Packages.buildbot-plugins.wsgi-dashboards
  • python38Packages.buildbot-plugins.www

@jonringer jonringer merged commit b0edb34 into NixOS:master Sep 21, 2020
@lopsided98 lopsided98 deleted the buildbot-update branch September 21, 2020 18:09
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.

None yet

2 participants