# Pastebin rZOKIf2x ``` =================================== FAILURES =================================== __________________________ TestTopdirTrash.test_trash __________________________ self = def test_trash(self): s2t(self.filePath) self.assertFalse(op.exists(self.filePath)) > self.assertTrue(op.exists(op.join(self.trashDir, str(os.getuid()), 'files', self.fileName))) E AssertionError: False is not true tests/test_plat_other.py:115: AssertionError ====================== 1 failed, 6 passed in 0.19 seconds ====================== builder for ‘/nix/store/pvzvsap1lfsmfpw60ffp78wm30b8pzlz-python3.6-Send2Trash-1.4.2.drv’ failed with exit code 1 cannot build derivation ‘/nix/store/z6592cjldc5clypy1jrhamc56fvkw55j-python3-3.6.4-env.drv’: 1 dependencies couldn't be built error: build of ‘/nix/store/z6592cjldc5clypy1jrhamc56fvkw55j-python3-3.6.4-env.drv’ failed ```