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

jenkins-job-builder: 3.5.0 -> 3.6.0 #102465

Closed

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 2, 2020

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jenkins-job-builder/versions.

meta.description for jenkins-job-builder is: "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git"

meta.homepage for jenkins-job-builder is: "https://docs.openstack.org/infra/jenkins-job-builder/"

meta.changelog for jenkins-job-builder is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
12 total rebuild path(s)

3 package rebuild(s)

3 x86_64-linux rebuild(s)
3 i686-linux rebuild(s)
3 x86_64-darwin rebuild(s)
3 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
jenkins-job-builder
python37Packages.jenkins-job-builder
python38Packages.jenkins-job-builder
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/b38yb59vq1l784bgy2jdzhhxzanfkgrm-python3.8-jenkins-job-builder-3.6.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A jenkins-job-builder https://github.com/r-ryantm/nixpkgs/archive/4f9ab5ca32f998c64c294d0c6364dda332169765.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/b38yb59vq1l784bgy2jdzhhxzanfkgrm-python3.8-jenkins-job-builder-3.6.0
ls -la /nix/store/b38yb59vq1l784bgy2jdzhhxzanfkgrm-python3.8-jenkins-job-builder-3.6.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

2 packages built:
  • jenkins-job-builder (python38Packages.jenkins-job-builder)
  • python37Packages.jenkins-job-builder

Maintainer pings

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Nov 2, 2020

Result of nixpkgs-review pr 102465 run on x86_64-darwin 1

1 package failed to build:
  • jenkins-job-builder (python38Packages.jenkins-job-builder)
1 package built:
  • python37Packages.jenkins-job-builder
builder for '/nix/store/nrz72qz14f07x24dw6iy4hz2ad9ix3rx-python3.8-python-jenkins-1.7.0.drv' failed with exit code 1; last 10 log lines:                                                          self.server_bind()                                                                                                                                                                        File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/socketserver.py", line 466, in server_bind                                                                      self.socket.bind(self.server_address)                                                                                                                                                   PermissionError: [Errno 1] Operation not permitted                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ----------------------------------------------------------------------                                                                                                                      Ran 600 tests in 20.919s                                                                                                                                                                                                                                                                                                                                                                FAILED (errors=2)                                                                                                                                                                         cannot build derivation '/nix/store/a00mrlrj1667f4lv84p0xviyy25c1dn8-python3.8-jenkins-job-builder-3.6.0.drv': 1 dependencies couldn't be built                                             cannot build derivation '/nix/store/hbhj9bk3gknkac5mn7i8ch8585zhbfld-env.drv': 1 dependencies couldn't be built
[2 built (1 failed), 14 copied (2.7 MiB), 0.6 MiB DL]
error: build of '/nix/store/hbhj9bk3gknkac5mn7i8ch8585zhbfld-env.drv' failed

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Nov 2, 2020

Darwin manual build

..................................................................................................................................................................................[10/30603]...................................................WARNING:root:JENKINS_API_EXTRA_HEADERS adds these HTTP headers: ['X-Auth: 123', 'X-Key: 234']                                            .WARNING:root:JENKINS_API_EXTRA_HEADERS adds these HTTP headers: ['X-Auth: 123', 'X-Key: 234']                                                                                              .....................E...........................................................................................................................................................................................................................................................................................                                                                       ======================================================================                                                                                                                      ERROR: test_jenkins_open_no_timeout (tests.test_jenkins_sockets.JenkinsRequestTimeoutTests)                                                                                                 tests.test_jenkins_sockets.JenkinsRequestTimeoutTests.test_jenkins_open_no_timeout                                                                                                          ----------------------------------------------------------------------                                                                                                                      Traceback (most recent call last):                                                                                                                                                          testtools.testresult.real._StringException: Empty attachments:                                                                                                                                timeout-tests-messages

Traceback (most recent call last):
  File "/private/tmp/nix-build-python3.8-python-jenkins-1.7.0.drv-0/python-jenkins-1.7.0/tests/test_jenkins_sockets.py", line 42, in test_jenkins_open_no_timeout
    time_limit(0.5, self.messages,
  File "/private/tmp/nix-build-python3.8-python-jenkins-1.7.0.drv-0/python-jenkins-1.7.0/tests/helper.py", line 50, in time_limit
    p.start()
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/process.py", line 121, in start
    self._popen = self._Popen(self)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
    return _default_context.get_context().Process._Popen(process_obj)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/context.py", line 284, in _Popen
    return Popen(process_obj)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
    super().__init__(process_obj)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
    self._launch(process_obj)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
    reduction.dump(process_obj, fp)
  File "/nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
    ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'time_limit.<locals>.capture_results'


----------------------------------------------------------------------
Ran 600 tests in 21.182s

FAILED (errors=1)
builder for '/nix/store/nrz72qz14f07x24dw6iy4hz2ad9ix3rx-python3.8-python-jenkins-1.7.0.drv' failed with exit code 1
cannot build derivation '/nix/store/a00mrlrj1667f4lv84p0xviyy25c1dn8-python3.8-jenkins-job-builder-3.6.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/a00mrlrj1667f4lv84p0xviyy25c1dn8-python3.8-jenkins-job-builder-3.6.0.drv' failed

@SuperSandro2000
Copy link
Member

newer version on master.

@r-ryantm r-ryantm deleted the auto-update/jenkins-job-builder branch January 19, 2021 02:05
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