$ docker run --rm --name validator-libzstd-usage-libarchive-tools-zstd-options-level-19-2725 -t --mount type=bind,src=/tmp/validator-status-libzstd-usage-libarchive-tools-zstd-options-level-19,dst=/validator/status validator-libzstd-shared bash -lc 'set -euo pipefail /validator/tests/_shared/install_override_debs.sh exec /validator/tests/_shared/run_library_tests.sh "$@"' validator-testcase libzstd usage-libarchive-tools-zstd-options-level-19 -- bash -c 'PS4=$1; shift; set -x; source "$@"' validator-xtrace '__VALIDATOR_XTRACE__ ' /validator/tests/libzstd/tests/cases/usage/usage-libarchive-tools-zstd-options-level-19.sh no override packages found; continuing with apt originals import os, sys data = bytearray() for i in range(64 * 1024): data.append((i * 1103515245 + 12345) & 0xff) sys.stdout.buffer.write(bytes(data)) '