<classResult _class='hudson.tasks.junit.ClassResult'><child><age>9</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>72.17</duration><errorDetails>UnboundLocalError: cannot access local variable 'pix_id' where it is not associated with a value</errorDetails><errorStackTrace>self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360971350&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove__pre_fs_pyramids0')
capsys = &lt;_pytest.capture.CaptureFixture object at 0x7f434419c810&gt;

    def test_remove__pre_fs_pyramids(self, tmpdir, capsys):
        """Test removepyramids for pre-fs data"""
&gt;       self.import_pyramid_pre_fs(tmpdir)

test/integration/clitest/test_pyramids.py:200: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360971350&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove__pre_fs_pyramids0')

    def import_pyramid_pre_fs(self, tmpdir):
        name = "test&amp;sizeX=4000&amp;sizeY=4000.fake"
        fakefile = tmpdir.join(name)
        fakefile.write('')
        pixels = self.import_image(filename=str(fakefile), skip="checksum")[0]
        id = int(float(pixels))
        # wait for the pyramid to be generated
        self.wait_for_pyramid(id)
        query_service = self.client.sf.getQueryService()
        pixels_service = self.client.sf.getPixelsService()
        orig_pix = query_service.findByQuery(
            "select p from Pixels p where p.id = :id",
            ParametersI().addId(id))
        orig_fs = query_service.findByQuery(
            "select f from Image i join i.fileset f where i.id = :id",
            ParametersI().addId(orig_pix.image.id.val))
    
        try:
            new_img = pixels_service.copyAndResizeImage(
                orig_pix.image.id.val, rint(4000), rint(4000), rint(1),
                rint(1), [0], None, True).val
            pix_id = unwrap(query_service.projection(
                "select p.id from Image i join i.pixels p where i.id = :id",
                ParametersI().addId(new_img)))[0][0]
            # This won't work but it but we then have a pyramid without fileset
            self.copyPixels(orig_pix, PixelsI(pix_id, False))
        except omero.InternalException:
            print("Cannot copy pixels for image %s" % orig_pix.image.id.val)
        finally:
            self.delete([orig_fs])
&gt;       return pix_id
               ^^^^^^
E       UnboundLocalError: cannot access local variable 'pix_id' where it is not associated with a value

test/integration/clitest/test_pyramids.py:126: UnboundLocalError</errorStackTrace><failedSince>1</failedSince><name>test_remove__pre_fs_pyramids</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>9</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>143.953</duration><errorDetails>AssertionError: assert 'Pyramid removed for image 5617' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n10 Pyramid not ready: Missing pyramid...2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\nNo more than 500 pyramids will be removed\nFailed to remove for image 5004: pyramid-requires-fileset\nError closing callback for 5004\nPyramid removed for image 5613\nPyramid removed for image 5616\nPyramid removed for image 5615\nPyramid removed for image 5612\n'</errorDetails><errorStackTrace>self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360a9c810&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove_pyramids0')
capsys = &lt;_pytest.capture.CaptureFixture object at 0x7f431fe93fd0&gt;

    def test_remove_pyramids(self, tmpdir, capsys):
        """Test removepyramids with litlle endian true"""
        name = "big&amp;sizeX=3500&amp;sizeY=3500&amp;little=false.fake"
        big_id = self.import_pyramid(tmpdir, name=name, skip=None)
        name = "little&amp;sizeX=3500&amp;sizeY=3500&amp;little=true.fake"
        little_id = self.import_pyramid(tmpdir, name=name, skip=None)
        self.cli.invoke(self.args, strict=True)
        out, err = capsys.readouterr()
        output_start = "Pyramid removed for image %s" % big_id
        assert output_start in out
        output_start = "Pyramid removed for image %s" % little_id
&gt;       assert output_start in out
E       AssertionError: assert 'Pyramid removed for image 5617' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n10 Pyramid not ready: Missing pyramid...2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\nNo more than 500 pyramids will be removed\nFailed to remove for image 5004: pyramid-requires-fileset\nError closing callback for 5004\nPyramid removed for image 5613\nPyramid removed for image 5616\nPyramid removed for image 5615\nPyramid removed for image 5612\n'

test/integration/clitest/test_pyramids.py:229: AssertionError</errorStackTrace><failedSince>1</failedSince><name>test_remove_pyramids</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>9</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>74.319</duration><errorDetails>AssertionError: assert 'Pyramid removed for image 5615' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n10 Pyramid not ready: Missing pyramid...oved for image 404\nPyramid removed for image 377\nPyramid removed for image 415\nPyramid removed for image 393\nPyramid removed for image 400\nPyramid removed for image 444\nPyramid removed for image 409\nPyramid removed for image 453\nPyramid removed for image 442\nPyramid removed for image 449\nPyramid removed for image 441\nPyramid removed for image 451\nPyramid removed for image 436\nPyramid removed for image 434\nPyramid removed for image 443\nPyramid removed for image 446\nPyramid removed for image 410\nPyramid removed for image 384\nPyramid removed for image 398\nPyramid removed for image 405\nPyramid removed for image 452\nPyramid removed for image 447\nPyramid removed for image 376\nPyramid removed for image 374\nPyramid removed for image 372\nPyramid removed for image 386\nPyramid removed for image 373\nPyramid removed for image 371\nPyramid removed for image 383\nPyramid removed for image 406\nPyramid removed for image 440\nPyramid removed for image 380\nPyramid removed for image 389\nPyramid removed for image 379\nPyramid removed for image 395\nPyramid removed for image 382\nPyramid removed for image 448\nPyramid removed for image 431\nPyramid removed for image 433\n'</errorDetails><errorStackTrace>self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360a9cc90&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove_pyramids_big_endia0')
capsys = &lt;_pytest.capture.CaptureFixture object at 0x7f431cc175d0&gt;

    def test_remove_pyramids_big_endian(self, tmpdir, capsys):
        """Test removepyramids with litlle endian true"""
        name = "big&amp;sizeX=3500&amp;sizeY=3500&amp;little=false.fake"
        img_id = self.import_pyramid(tmpdir, name=name, skip=None)
        self.args += ["--endian=big"]
        self.cli.invoke(self.args, strict=True)
        out, err = capsys.readouterr()
        output_start = "Pyramid removed for image %s" % img_id
&gt;       assert output_start in out
E       AssertionError: assert 'Pyramid removed for image 5615' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2137_pyramid\n10 Pyramid not ready: Missing pyramid...oved for image 404\nPyramid removed for image 377\nPyramid removed for image 415\nPyramid removed for image 393\nPyramid removed for image 400\nPyramid removed for image 444\nPyramid removed for image 409\nPyramid removed for image 453\nPyramid removed for image 442\nPyramid removed for image 449\nPyramid removed for image 441\nPyramid removed for image 451\nPyramid removed for image 436\nPyramid removed for image 434\nPyramid removed for image 443\nPyramid removed for image 446\nPyramid removed for image 410\nPyramid removed for image 384\nPyramid removed for image 398\nPyramid removed for image 405\nPyramid removed for image 452\nPyramid removed for image 447\nPyramid removed for image 376\nPyramid removed for image 374\nPyramid removed for image 372\nPyramid removed for image 386\nPyramid removed for image 373\nPyramid removed for image 371\nPyramid removed for image 383\nPyramid removed for image 406\nPyramid removed for image 440\nPyramid removed for image 380\nPyramid removed for image 389\nPyramid removed for image 379\nPyramid removed for image 395\nPyramid removed for image 382\nPyramid removed for image 448\nPyramid removed for image 431\nPyramid removed for image 433\n'

test/integration/clitest/test_pyramids.py:216: AssertionError</errorStackTrace><failedSince>1</failedSince><name>test_remove_pyramids_big_endian</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>9</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>73.03</duration><errorDetails>AssertionError: assert '5eb87159f8ecb29ae94909082c3288d338985bb2' != '5eb87159f8ecb29ae94909082c3288d338985bb2'</errorDetails><errorStackTrace>self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360a9d810&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove_pyramids_check_thu0')
capsys = &lt;_pytest.capture.CaptureFixture object at 0x7f431e1ce750&gt;

    def test_remove_pyramids_check_thumbnails(self, tmpdir, capsys):
        """Test check that the thumbnail is correctly created"""
        name = "big&amp;sizeX=3500&amp;sizeY=3500&amp;little=false.fake"
        img_id = self.import_pyramid(tmpdir, name=name, skip=None)
        query_service = self.client.sf.getQueryService()
        pix = query_service.findByQuery(
            "select p from Pixels p where p.image.id = :id",
            ParametersI().addId(img_id))
        tb = self.client.sf.createThumbnailStore()
        id = pix.id.val
        thumb_hash = None
        try:
            thumbs = tb.getThumbnailByLongestSideSet(rint(64), [id],
                                                     {'omero.group': '-1'})
            assert len(thumbs) == 1
            thumb_hash = self.calculate_sha1(thumbs[id])
            # remove the pyramid and the thumbnail
            self.args += ["--endian=big"]
            self.cli.invoke(self.args, strict=True)
            out, err = capsys.readouterr()
            thumbs = tb.getThumbnailByLongestSideSet(rint(64), [id],
                                                     {'omero.group': '-1'})
            assert len(thumbs) == 1
            # The clock should be returned during the pyramid generation
            digest = self.calculate_sha1(thumbs[id])
&gt;           assert digest != thumb_hash
E           AssertionError: assert '5eb87159f8ecb29ae94909082c3288d338985bb2' != '5eb87159f8ecb29ae94909082c3288d338985bb2'

test/integration/clitest/test_pyramids.py:256: AssertionError</errorStackTrace><failedSince>1</failedSince><name>test_remove_pyramids_check_thumbnails</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>71.887</duration><failedSince>0</failedSince><name>test_remove_pyramids_imported_after_future</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>72.471</duration><failedSince>0</failedSince><name>test_remove_pyramids_limit</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>9</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>73.059</duration><errorDetails>AssertionError: assert 'Pyramid removed for image 5610' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n10 Pyramid not ready: Missing pyramid.../home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n51 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n52 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\nNo more than 500 pyramids will be removed\nNo pyramids to remove\n'</errorDetails><errorStackTrace>self = &lt;test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360973590&gt;
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove_pyramids_little_en0')
capsys = &lt;_pytest.capture.CaptureFixture object at 0x7f431d007b50&gt;

    def test_remove_pyramids_little_endian(self, tmpdir, capsys):
        """Test removepyramids with litlle endian true"""
        img_id = self.import_pyramid(tmpdir)
        self.args += ["--endian=little"]
        self.cli.invoke(self.args, strict=True)
        out, err = capsys.readouterr()
        output_start = "Pyramid removed for image %s" % img_id
&gt;       assert output_start in out
E       AssertionError: assert 'Pyramid removed for image 5610' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n10 Pyramid not ready: Missing pyramid.../home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n51 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n52 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2132_pyramid\nNo more than 500 pyramids will be removed\nNo pyramids to remove\n'

test/integration/clitest/test_pyramids.py:148: AssertionError</errorStackTrace><failedSince>1</failedSince><name>test_remove_pyramids_little_endian</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>10</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>0.001</duration><failedSince>0</failedSince><name>test_remove_pyramids_manual</name><properties></properties><skipped>true</skipped><skippedMessage>Run locally only</skippedMessage><status>SKIPPED</status></child><child><age>0</age><className>OmeroPy.test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin</className><duration>72.592</duration><failedSince>0</failedSince><name>test_remove_pyramids_not_valid_limit</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><failCount>5</failCount><name>TestRemovePyramidsFullAdmin</name><passCount>3</passCount><skipCount>1</skipCount></classResult>