7m 44s
Feb 28, 2025, 2:05 PM

joomla-cms

[5.3] Remove useless sprintf function call

joomdonation
joomdonation
openedpull request
#45036

Console Logs

1+ export PLUGIN_DEST_DIR=$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 0s
2+ echo https://$WEB_SERVER/drone/$PLUGIN_DEST_DIR 0s
3https://******s.joomla.org/drone/joomla/joomla-cms/5.3-dev/45036/system-tests/82748 0s
4+ mkdir -p ~/.ssh 0s
5+ eval $(ssh-agent -s) 0s
6Agent pid 11 0s
7+ echo -e "Host * 0s
8 StrictHostKeyChecking no 0s
9 0s
10" > ~/.ssh/config 0s
11+ echo "$FTP_KEY" > ~/.ssh/id_rsa 0s
12+ chmod 600 ~/.ssh/id_rsa 0s
13+ ssh-add 0s
14Identity added: /root/.ssh/id_rsa (hannes@Hannes) 0s
15+ rclone config create ******s sftp host $FTP_HOST user $FTP_USER port 22 0s
162025/02/28 14:08:12 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 0s
17Remote config 0s
18-------------------- 0s
19[******s] 0s
20host = ****** 0s
21user = ****** 0s
22port = 22 0s
23-------------------- 0s
24+ rclone mkdir ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 0s
25+ rclone copy tests/System/output/ ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 2s
262025/02/28 14:08:16 ERROR : : error reading source directory: directory not found 4s
272025/02/28 14:08:16 ERROR : Attempt 1/3 failed with 1 errors and: directory not found 4s
282025/02/28 14:08:17 ERROR : : error reading source directory: directory not found 5s
292025/02/28 14:08:17 ERROR : Attempt 2/3 failed with 1 errors and: directory not found 5s
302025/02/28 14:08:17 ERROR : : error reading source directory: directory not found 5s
312025/02/28 14:08:17 ERROR : Attempt 3/3 failed with 1 errors and: directory not found 5s
322025/02/28 14:08:17 Failed to copy: directory not found 5s
Exit Code 3