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

pythonPackages.{backports_unittest-mock,pytest-black,pytest-mypy,setuptools-scm-git-archive}: Disable tests #107492

Merged

Conversation

SuperSandro2000
Copy link
Member

Motivation for this change

#105198

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.

@SuperSandro2000
Copy link
Member Author

SuperSandro2000 commented Dec 24, 2020

Result of nixpkgs-review pr 107492 run on x86_64-linux 1

2 packages marked as broken and skipped:
  • bareos
  • pepper
4 packages failed to build:
  • python39Packages.WSME
  • python39Packages.img2pdf
  • python39Packages.pikepdf
  • sambaFull (samba4Full)
91 packages built:
  • ceph (ceph-dev)
  • ceph-client
  • errbot
  • fava
  • flexget
  • img2pdf (python38Packages.img2pdf)
  • libceph
  • mnemosyne
  • ocrmypdf
  • paperless
  • paperwork
  • pdfarranger
  • python37Packages.WSME
  • python37Packages.backports_functools_lru_cache
  • python37Packages.backports_unittest-mock
  • python37Packages.cheroot
  • python37Packages.cherrypy
  • python37Packages.ics
  • python37Packages.img2pdf
  • python37Packages.irc
  • python37Packages.jaraco_collections
  • python37Packages.jaraco_functools
  • python37Packages.jaraco_logging
  • python37Packages.jaraco_text
  • python37Packages.paperwork-backend
  • python37Packages.paperwork-shell
  • python37Packages.pikepdf
  • python37Packages.portend
  • python37Packages.pyalgotrade
  • python37Packages.pyocr
  • python37Packages.pytest-black
  • python37Packages.pytest-mypy
  • python37Packages.setuptools-scm-git-archive
  • python37Packages.sseclient
  • python37Packages.tatsu
  • python37Packages.tempora
  • python37Packages.vispy
  • python37Packages.ws4py
  • python37Packages.zerobin
  • python38Packages.WSME
  • python38Packages.backports_functools_lru_cache
  • python38Packages.backports_unittest-mock
  • python38Packages.cheroot
  • python38Packages.cherrypy
  • python38Packages.ics
  • python38Packages.irc
  • python38Packages.jaraco_collections
  • python38Packages.jaraco_functools
  • python38Packages.jaraco_logging
  • python38Packages.jaraco_text
  • python38Packages.paperwork-backend
  • python38Packages.paperwork-shell
  • python38Packages.pikepdf
  • python38Packages.portend
  • python38Packages.pyalgotrade
  • python38Packages.pyocr
  • python38Packages.pytest-black
  • python38Packages.pytest-mypy
  • python38Packages.setuptools-scm-git-archive
  • python38Packages.sseclient
  • python38Packages.tatsu
  • python38Packages.tempora
  • python38Packages.vispy
  • python38Packages.ws4py
  • python38Packages.zerobin
  • python39Packages.backports_functools_lru_cache
  • python39Packages.backports_unittest-mock
  • python39Packages.cheroot
  • python39Packages.cherrypy
  • python39Packages.ics
  • python39Packages.irc
  • python39Packages.jaraco_collections
  • python39Packages.jaraco_functools
  • python39Packages.jaraco_logging
  • python39Packages.jaraco_text
  • python39Packages.paperwork-backend
  • python39Packages.paperwork-shell
  • python39Packages.portend
  • python39Packages.pyalgotrade
  • python39Packages.pyocr
  • python39Packages.pytest-black
  • python39Packages.pytest-mypy
  • python39Packages.setuptools-scm-git-archive
  • python39Packages.sseclient
  • python39Packages.tatsu
  • python39Packages.tempora
  • python39Packages.vispy
  • python39Packages.ws4py
  • python39Packages.zerobin
  • sabnzbd
  • tribler

samba

In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/8phyqn14h39r6icqn70w54p3gvcx5rz0-glusterfs-8.3/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite’:
../../source3/modules/vfs_glusterfs.c:1119:8: error: too few arguments to function ‘glfs_pwrite’
 1119 |  ret = glfs_pwrite(glfd, data, n, offset, 0);
      |        ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/8phyqn14h39r6icqn70w54p3gvcx5rz0-glusterfs-8.3/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_fsync_do’:
../../source3/modules/vfs_glusterfs.c:1245:16: error: too few arguments to function ‘glfs_fsync’
 1245 |   state->ret = glfs_fsync(state->fd);
      |                ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/8phyqn14h39r6icqn70w54p3gvcx5rz0-glusterfs-8.3/include/glusterfs/api/glfs.h:790:1: note: declared here
  790 | glfs_fsync(glfs_fd_t *fd, struct glfs_stat *prestat,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_ftruncate’:
../../source3/modules/vfs_glusterfs.c:1579:8: error: too few arguments to function ‘glfs_ftruncate’
 1579 |  ret = glfs_ftruncate(glfd, offset);
      |        ^~~~~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/8phyqn14h39r6icqn70w54p3gvcx5rz0-glusterfs-8.3/include/glusterfs/api/glfs.h:768:1: note: declared here
  768 | glfs_ftruncate(glfs_fd_t *fd, off_t length, struct glfs_stat *prestat,
      | ^~~~~~~~~~~~~~

Waf: Leaving directory `/build/samba-4.13.3/bin/default'
Build failed
 -> task in 'vfs_glusterfs.objlist' failed with exit status 1 (run with -v to display more information)
make: *** [Makefile:7: all] Error 1

Probably timed out.

@SuperSandro2000 SuperSandro2000 merged commit a69415e into NixOS:master Dec 24, 2020
@SuperSandro2000 SuperSandro2000 deleted the pythonPackages-disable-tests branch December 24, 2020 23:55
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

1 participant