dory icon indicating copy to clipboard operation
dory copied to clipboard

Docker image not working

Open pcotret opened this issue 4 months ago • 0 comments

Followed instructions given at https://github.com/pulp-platform/dory/tree/master?tab=readme-ov-file#building-and-using-the-dockerfile

./docker_utils/build_docker.sh
./docker_utils/run_docker.sh 
source ./docker_utils/docker_pulp_sdk.sh

test_GAP8.py was missing, I used the test_PULP.py given at the root:

(dory_env) root@0ca16513dd93:/dory_checkout# python3 -m pytest test_PULP.py --compat pulp-sdk

However, it generates several errors :'( Here is the log:

log.txt

However, I can see in the summary that some tests passed:

=================================================================================== short test summary info ===================================================================================
FAILED test_PULP.py::test_network[network2] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network5] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network6] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network7] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network8] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network9] - AssertionError: Building application failed with exit status 2

Results (85.18s (0:01:25)):
       4 passed
       6 failed
         - test_PULP.py:148 test_network[network2]
         - test_PULP.py:148 test_network[network5]
         - test_PULP.py:148 test_network[network6]
         - test_PULP.py:148 test_network[network7]
         - test_PULP.py:148 test_network[network8]
         - test_PULP.py:148 test_network[network9]

pcotret avatar Sep 29 '25 13:09 pcotret