NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.54k stars 13.71k forks source link

flexget/cherrypy fails to build #65030

Closed sjau closed 5 years ago

sjau commented 5 years ago

Issue description

NixOS fails to build flexget due to cherrypy error:

-------------------------------------------------------------------------------103, 106-120, 124, 132-149, 154-164                                                                        
TOTAL                                             13391   2786    79%   51-60, 64, 105, 108-129, 133, 141-154 109-110, 118, 133-149, 180, 193, 209, 224-230, 236, 270, 276, 291, 326-331, 
cherrypy/test/sessiondemo.py                         35     22    37%   102-119, 137-138, 142-143, 147-150, 154-159247, 255, 364, 487, 495, 521, 562, 568, 577, 579-581, 589, 592, 601, 60
16 files skipped due to complete coverage.          176      4    98%   195, 281-284, 288, 61, 84, 95, 109, 127, 151, 157, 161, 168, 174, 182, 189, 201-205, 210, 225, 232, 238, 244, 252,
Coverage XML written to file coverage.xml           139      2    99%   86-87308, 312, 336, 372-373, 376, 483-484, 499, 524-530                                                           
XPASS cherrypy/test/test_caching.py::CacheTest::test_antistampede #1536 61, 71, 88, 46, 149, 158-160, 169-182, 201 380, 390-398, 413, 422-427, 431-450                                    
XPASS cherrypy/test/test_conn.py::LimitedRequestQueueTests::test_queue_full #15356, 109, 142-143, 151-152, 195-199, 208-242, 247, 281, 321, 360-364, 393-396, 417, 459, 499, 523, 528, 595
XPASS cherrypy/test/test_session.py::SessionTest::test_2_File_Concurrency #1306                                                                                                           
XPASS cherrypy/test/test_static.py::StaticTest::test_file_stream #1475                                                                                                                    
SKIPPED [1] /build/CherryPy-18.1.2/cherrypy/test/helper.py:330: skipped (not running HTTPS)...                                                                                            
/build/CherryPy-18.1.2/cherrypy/process/wspbus.py:258: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You mus
t either call bus.block() after start(), or call bus.exit() before the main thread exits.                                                                                                 
  'main thread exits.' % self.state, RuntimeWarning)ed, 662 warnings in 121.44 seconds                                                                                                    
builder for '/nix/store/796x5g14z0ji6lif9kq7r6mjfzhsxymn-python3.7-cherrypy-18.1.2.drv' failed with exit code 1                                                                           
cannot build derivation '/nix/store/i7clfl8mw0wkcw5vhkzl6w9pfkdy97ay-FlexGet-2.21.8.drv': 1 dependencies couldn't be built

Steps to reproduce

Add flexget in current git master.

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the results.

sjau commented 5 years ago

@r-ryantm & @FRidh: I guess that's for you

sjau commented 5 years ago

Thx, works fine.