collabfuzz icon indicating copy to clipboard operation
collabfuzz copied to clipboard

make tools failed.

Open double-blind-paper-data opened this issue 2 years ago • 1 comments

Collecting watchdog==0.10.2 Downloading watchdog-0.10.2.tar.gz (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 KB 196.2 kB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting websocket-client==0.57.0 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 KB 126.9 kB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/local/lib/python3.10/site-packages (from protobuf==3.11.3->-r requirements.txt (line 14)) (58.1.0) Building wheels for collected packages: pathtools, pyzmq, watchdog Building wheel for pathtools (setup.py): started Building wheel for pathtools (setup.py): finished with status 'done' Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8806 sha256=958678dcd513c4004a38adea70593ea6e9271eed6d735c9265bbe2e02070fb9b Stored in directory: /root/.cache/pip/wheels/e7/f3/22/152153d6eb222ee7a56ff8617d80ee5207207a8c00a7aab794 Building wheel for pyzmq (setup.py): started Building wheel for pyzmq (setup.py): still running... Building wheel for pyzmq (setup.py): finished with status 'error' error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [883 lines of output]

double-blind-paper-data avatar Mar 20 '22 14:03 double-blind-paper-data

make -C drivers/afl_generic docker make[1]: 进入目录“/workspace/collabfuzz/drivers/afl_generic” docker build --tag=fuzzer-generic-driver -f docker/Dockerfile . Sending build context to Docker daemon 148.5kB Step 1/18 : FROM python:3 AS builder ---> 03ef5b5a30a4 Step 2/18 : RUN apt-get update && apt-get install -y --no-install-recommends protobuf-compiler && pip3 install pipenv ---> Using cache ---> a802ea1e842c Step 3/18 : WORKDIR /build ---> Using cache ---> 89824551c9f4 Step 4/18 : RUN pipenv --python python ---> Using cache ---> af8c2a118722 Step 5/18 : COPY Pipfile Pipfile.lock setup.py ./ ---> Using cache ---> f7cd8e4bb5a2 Step 6/18 : RUN ["/bin/bash", "-c", " set -o pipefail && pipenv lock --requirements --keep-outdated | sed '/-e ./d' > requirements.txt "] ---> Using cache ---> 17871eb9f52a Step 7/18 : COPY . ./ ---> Using cache ---> 0d8941a20844 Step 8/18 : RUN python setup.py bdist_wheel ---> Using cache ---> 0059e1b8bf1f Step 9/18 : FROM python:3 AS production ---> 03ef5b5a30a4 Step 10/18 : RUN adduser --disabled-password --gecos "" coll && mkdir /data && chown -R coll:coll /data ---> Using cache ---> 24093fe1a1d4 Step 11/18 : ENV FUZZER_NAME=afl OUTPUT_DIR=/out AFL_PATH=/fuzzers/afl ARG='' ---> Using cache ---> 623119bc3d40 Step 12/18 : WORKDIR /app ---> Using cache ---> e67473c93014 Step 13/18 : COPY --from=builder /build/requirements.txt . ---> Using cache ---> 02c72cc68191 Step 14/18 : RUN pip install --requirement requirements.txt ---> Running in bac2bcc7a1c6 Collecting certifi==2019.11.28 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.0/156.0 KB 180.5 kB/s eta 0:00:00 Collecting chardet==3.0.4 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 KB 339.2 kB/s eta 0:00:00 Collecting docker==4.2.0 Downloading docker-4.2.0-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 KB 1.3 MB/s eta 0:00:00 Collecting idna==2.9 Downloading idna-2.9-py2.py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 KB 1.2 MB/s eta 0:00:00 Collecting pathtools==0.1.2 Downloading pathtools-0.1.2.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting protobuf==3.11.3 Downloading protobuf-3.11.3-py2.py3-none-any.whl (434 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 434.3/434.3 KB 533.8 kB/s eta 0:00:00 Collecting pyzmq==19.0.0 Downloading pyzmq-19.0.0.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting requests==2.23.0 Downloading requests-2.23.0-py2.py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 KB 3.3 MB/s eta 0:00:00 Collecting six==1.14.0 Downloading six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting urllib3==1.25.8 Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.6/125.6 KB 4.0 MB/s eta 0:00:00 Collecting watchdog==0.10.2 Downloading watchdog-0.10.2.tar.gz (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 KB 3.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting websocket-client==0.57.0 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 KB 581.5 kB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/local/lib/python3.10/site-packages (from protobuf==3.11.3->-r requirements.txt (line 14)) (58.1.0) Building wheels for collected packages: pathtools, pyzmq, watchdog Building wheel for pathtools (setup.py): started Building wheel for pathtools (setup.py): finished with status 'done' Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8806 sha256=e0e5e220905477c291a328d776e176e8b9cf5384715187373f903b80be5ea82c Stored in directory: /root/.cache/pip/wheels/e7/f3/22/152153d6eb222ee7a56ff8617d80ee5207207a8c00a7aab794 Building wheel for pyzmq (setup.py): started Building wheel for pyzmq (setup.py): still running... Building wheel for pyzmq (setup.py): finished with status 'error' error: subprocess-exited-with-error

double-blind-paper-data avatar Mar 20 '22 14:03 double-blind-paper-data