Skip to content

ci: fix CI regression issues #50

ci: fix CI regression issues

ci: fix CI regression issues #50

GitHub Actions / Unit Test Results failed Oct 26, 2023 in 0s

12 errors, 2 fail, 158 pass in 3m 28s

       6 files  +    1         6 suites  +1   3m 28s ⏱️ +22s
   172 tests ±    0     158 ✔️  -   14  0 💤 ±0  2 +2  12 🔥 +12 
1 032 runs  +172  1 018 ✔️ +158  0 💤 ±0  2 +2  12 🔥 +12 

Results for commit 063d99f. ± Comparison against earlier commit 9e97bcd.

Annotations

Check warning on line 195 in tests/engines/test_ffmpeg_transcode.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs failed: test_alpha_transcode_to_gif[gif] (tests.engines.test_ffmpeg_transcode)

./test-py27.xml [took 0s]
Raw output
assert 255 == 0   -255   +0
tests/engines/test_ffmpeg_transcode.py:209: in test_alpha_transcode_to_gif
    assert im.convert("RGBA").getchannel("A").getpixel((0, 0)) == 0
E   assert 255 == 0
E     -255
E     +0

Check warning on line 195 in tests/engines/test_ffmpeg_transcode.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs failed: test_alpha_transcode_to_gif[webp] (tests.engines.test_ffmpeg_transcode)

./test-py27.xml [took 0s]
Raw output
assert 255 == 0   -255   +0
tests/engines/test_ffmpeg_transcode.py:209: in test_alpha_transcode_to_gif
    assert im.convert("RGBA").getchannel("A").getpixel((0, 0)) == 0
E   assert 255 == 0
E     -255
E     +0

Check failure on line 69 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_save[-image/gif] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 40997 s3"> executor has exited with a non-zero code: 1.

Check failure on line 69 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_save[/webp-image/webp] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 44381 s3"> executor has exited with a non-zero code: 1.

Check failure on line 69 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_save[/mp4-video/mp4] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 42233 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif-image/gif-*/*-False] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 46325 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif-image/gif-*/*-True] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 45353 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.png-image/png-*/*-False] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 38497 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.png-image/png-*/*-True] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 34141 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif/webp-image/webp-image/webp-False] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 39469 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif/webp-image/webp-image/webp-True] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 44897 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif/mp4-video/mp4-video/*-False] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 35149 s3"> executor has exited with a non-zero code: 1.

Check failure on line 91 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_s3_result_storage_load[unsafe/hotdog.gif/mp4-video/mp4-video/*-True] (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 44205 s3"> executor has exited with a non-zero code: 1.

Check failure on line 139 in tests/result_storages/test_s3_storage.py

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 6 runs with error: test_normalize_path_tc_aws_settings (tests.result_storages.test_s3_storage)

./test-py27.xml [took 0s]
Raw output
test setup failure
tests/result_storages/test_s3_storage.py:50: in s3_client
    with executor:
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:136: in __enter__
    return self.start()
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:431: in start
    self.wait_for(self.check_subprocess)
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:348: in wait_for
    if wait_for():
.tox/py27/lib/python2.7/site-packages/mirakuru/base.py:449: in check_subprocess
    raise ProcessExitedWithError(self, exit_code)
E   ProcessExitedWithError: The process invoked by the <mirakuru.tcp.TCPExecutor: "/__w/thumbor-video-engine/thumbor-video-engine/.tox/py27/bin/python -m moto.server -H 127.0.0.1 -p 41499 s3"> executor has exited with a non-zero code: 1.