$ docker run --rm --name validator-libjpeg-turbo-usage-vips-r20-rot90-then-rot270-restores-dims-2812 -t --mount type=bind,src=/tmp/validator-status-libjpeg-turbo-usage-vips-r20-rot90-then-rot270-restores-dims,dst=/validator/status validator-libjpeg-turbo-shared bash -lc 'set -euo pipefail /validator/tests/_shared/install_override_debs.sh exec /validator/tests/_shared/run_library_tests.sh "$@"' validator-testcase libjpeg-turbo usage-vips-r20-rot90-then-rot270-restores-dims -- bash -c 'PS4=$1; shift; set -x; source "$@"' validator-xtrace '__VALIDATOR_XTRACE__ ' /validator/tests/libjpeg-turbo/tests/cases/usage/usage-vips-r20-rot90-then-rot270-restores-dims.sh no override packages found; continuing with apt originals W, H = 40, 24 b = bytearray() for y in range(H): for x in range(W): b += bytes(((x * 9) & 255, (y * 11) & 255, ((x + y) * 5) & 255)) sys.stdout.buffer.write(b) '