Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ebizzy url link fail to wget #870

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

abdhaleegit
Copy link
Collaborator

The old url is not working and the test is hung, so the URL is now changed to working link

The old url is not working and the test is hung, so
the URL is now changed to working link

Signed-off-by: Abdul Haleem <[email protected]>
@abdhaleegit
Copy link
Collaborator Author

abdhaleegit commented Nov 13, 2024

old link

[console-expect]#2024-11-13 03:31:53,832:op-test.common.OpTestUtil:try_sendcontrol:WARNING:OpTestSystem recovered from a temporary issue, continuing
2024-11-13 03:31:55,834:op-test.common.OpTestUtil:run_command:INFO:
 
OpTestSystem detected a command issue, we will retry the command, this will be retry "05" of a total of "05"
 

wget http://liquidtelecom.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz -P /tmp

wget http://liquidtelecom.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz -P /tmp
--2024-11-13 13:04:07--  http://liquidtelecom.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz
Resolving liquidtelecom.dl.sourceforge.net (liquidtelecom.dl.sourceforge.net)... 197.155.77.8
Connecting to liquidtelecom.dl.sourceforge.net (liquidtelecom.dl.sourceforge.net)|197.155.77.8|:80... 2024-11-13 03:33:56,035:op-test.common.OpTestUtil:try_sendcontrol:WARNING:OpTestSystem detected something, working on recovery
��

wget http://liquidtelecom.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz -P /tmp
--2024-11-13 01:30:22--  http://liquidtelecom.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz
Resolving liquidtelecom.dl.sourceforge.net (liquidtelecom.dl.sourceforge.net)... 197.155.77.8
Connecting to liquidtelecom.dl.sourceforge.net (liquidtelecom.dl.sourceforge.net)|197.155.77.8|:80...
failed: Connection timed out.
Retrying.

^C

new link

wget https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz
--2024-11-13 03:43:35--  https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz
Resolving sourceforge.net (sourceforge.net)... 104.18.37.111, 172.64.150.145, 2606:4700:4400::ac40:9691, ...
Connecting to sourceforge.net (sourceforge.net)|104.18.37.111|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz/ [following]
--2024-11-13 03:43:35--  https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz/
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz/download [following]
--2024-11-13 03:43:36--  https://sourceforge.net/projects/ebizzy/files/ebizzy/0.3/ebizzy-0.3.tar.gz/download
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz?ts=gAAAAABnNHTIanITp4OEV2TxZz59HH0h_DmcV52dYtlmGQjq32iX819Ea2qy0OsXrkcxiBWWSo9-2gktxfDbckzuzKuU3MioLQ%3D%3D&use_mirror=pilotfiber&r= [following]
--2024-11-13 03:43:36--  https://downloads.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz?ts=gAAAAABnNHTIanITp4OEV2TxZz59HH0h_DmcV52dYtlmGQjq32iX819Ea2qy0OsXrkcxiBWWSo9-2gktxfDbckzuzKuU3MioLQ%3D%3D&use_mirror=pilotfiber&r=
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://pilotfiber.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz?viasf=1 [following]
--2024-11-13 03:43:36--  https://pilotfiber.dl.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz?viasf=1
Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 216.158.133.250
Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|216.158.133.250|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12438 (12K) [application/x-gzip]
Saving to: ‘ebizzy-0.3.tar.gz.3’

ebizzy-0.3.tar.gz.3              100%[==========================================================>]  12.15K  --.-KB/s    in 0s

2024-11-13 03:43:36 (285 MB/s) - ‘ebizzy-0.3.tar.gz.3’ saved [12438/12438]

#

@PraveenPenguin PraveenPenguin merged commit 0d7cb8b into open-power:master Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants