https://pagure.io/standard-test-roles/blob/master/f/tests/shared-tasks/artifacts_test_runner.yml#_6
has code:
- name: "Clean up {{artifacts}} to not affect other tests on test runner" file: state: absent path: "{{artifacts}}/" delegate_to: localhost
In the same time: https://pagure.io/standard-test-roles/blob/master/f/tests/invoke-integration.sh#_13
export TEST_ARTIFACTS=/tmp
We say: remove /tmp.
/tmp
And then:
find /tmp find: ‘/tmp’: No such file or directory or [root@tester ~]# yum install -y strace Last metadata expiration check: 0:03:55 ago on Mon Dec 7 17:26:11 2020. Dependencies resolved. ===================================================================================================== Package Architecture Version Repository Size ===================================================================================================== Installing: strace x86_64 5.9-1.fc33 updates 1.2 M Transaction Summary ===================================================================================================== Install 1 Package Total download size: 1.2 M Installed size: 2.4 M Downloading Packages: Cannot create temporary file - mkstemp: No such file or directory
Should be fixed by: https://pagure.io/standard-test-roles/c/bbef6133ec95aeee21fc8dcc64ecfa3668cca70c?branch=master
Metadata Update from @astepano: - Issue close_status updated to: SOLVED - Issue status updated to: Closed (was: Open)