Add fuzzing harness for various functions consuming only integrals.
Backport of core PR17109.
The missing corpora change in not needed for us.
Differential D8142
tests: Add fuzzing harness for various functions consuming only integrals Fabien on Oct 27 2020, 16:56. Authored by
Details
Add fuzzing harness for various functions consuming only integrals. Backport of core PR17109. The missing corpora change in not needed for us. ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus>
Diff Detail
Event Timeline
Comment Actions Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
Tail of the build log: RESULTS_DIR=$(pwd)/results echo "Building base image for: ${HASH}..." # Note: ERROR_PREFIX needs to be broken up here because this script gets copied into the build log. # Not doing this results in all errors being treated as infra failures. ERROR_PREFIX=$(echo "[Infrastructure" "Error]") export ERROR_PREFIX ~/infra/ci-wrappers/build-abc-base-image.sh -c ./bitcoin-abc \ --cachetagname abc-base-image-"${CACHE_HASH}" \ -t abc-base-image-"${HASH}" debian:buster (cat <<EOF results() { set +e shopt -s dotglob nullglob mv /work/abc-ci-builds/"build-without-wallet"/* /results chown -R ${ME} /work chown -R ${ME} /results chown -R ${ME} /root/.ccache } trap "results" EXIT export TEAMCITY_VERSION="2019.2.4 (build 72059)" export BASE_CACHE="/root/abc-depends/cache" export SDK_ARCHIVE_DIR="/root/abc-depends/osx-sdk" export SOURCES_PATH="/root/abc-depends/sources" mkdir -p "/root/abc-depends/cache" "/root/abc-depends/osx-sdk" "/root/abc-depends/sources" ./contrib/teamcity/build-configurations.py "build-without-wallet" EOF ) > run-command.sh chmod +x run-command.sh ~/infra/docker/docker-run.sh \ -a "-v /home/teamcity/.ccache:/root/.ccache -v /home/teamcity/.abc-depends:/root/abc-depends -v "${RESULTS_DIR}":/results" \ -c run-command.sh /work/run-command.sh abc-base-image-"${HASH}" ./run-command.sh [08:17:06] : [Step 1/1] Starting: /home/teamcity/buildAgent/temp/agentTmp/custom_script1771418231942229694 [08:17:06] : [Step 1/1] in directory: /home/teamcity/buildAgent/work/jailed-build [08:17:06] : [Step 1/1] ~/buildAgent/work/jailed-build/bitcoin-abc ~/buildAgent/work/jailed-build [08:17:06] : [Step 1/1] ~/buildAgent/work/jailed-build [08:17:06] : [Step 1/1] Building base image for: b9551768e... [08:17:06] : [Step 1/1] ~/buildAgent/work/jailed-build/bitcoin-abc ~/buildAgent/work/jailed-build [08:17:07] : [Step 1/1] ~/buildAgent/work/jailed-build [08:17:07] : [Step 1/1] Tag name: abc-base-image-b9551768e [08:17:28]W: [Step 1/1] Error response from daemon: transport is closing: unavailable [08:17:28]W: [Step 1/1] Process exited with code 1 [08:17:28]E: [Step 1/1] Process exited with code 1 (Step: Command Line) [08:17:29]E: [Step 1/1] Step Command Line failed [08:17:29]E: Ant JUnit report watcher [08:17:29]E: [Ant JUnit report watcher] No reports found for paths: [08:17:29]E: [Ant JUnit report watcher] +:results/test_bitcoin.xml [08:17:29]E: [Ant JUnit report watcher] +:results/**/junit_results*.xml [08:17:29] : Publishing internal artifacts (4s) [08:17:33] : [Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher] [08:17:33] : [Publishing internal artifacts] Publishing 1 file using [WebPublisher] [08:17:29]W: Publishing artifacts (4s) [08:17:29] : [Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml] [08:17:29]W: [Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found [08:17:35] : Build finished Comment Actions The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience. |