Skip to content
Success

Console Output

12:29:11 Started by user Simon Pruvost
12:29:11 Running as SYSTEM
12:29:11 Building in workspace /var/lib/jenkins/jobs/first/workspace
12:29:11 The recommended git tool is: NONE
12:29:11 using credential 8a11502e-f80d-4742-a451-704b40f19292
12:29:11  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10
12:29:11 Fetching changes from the remote Git repository
12:29:11  > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
12:29:11 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
12:29:11  > git --version # timeout=10
12:29:11  > git --version # 'git version 2.39.5'
12:29:11 using GIT_ASKPASS to set credentials 
12:29:11  > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:29:12  > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
12:29:12 Checking out Revision 1752591dbe76905b8037da967cbd867dd946263a (refs/remotes/origin/dev)
12:29:12  > git config core.sparsecheckout # timeout=10
12:29:12  > git checkout -f 1752591dbe76905b8037da967cbd867dd946263a # timeout=10
12:29:12 Commit message: "Scraper edit to avoid using HTTP requests"
12:29:12  > git rev-list --no-walk 1752591dbe76905b8037da967cbd867dd946263a # timeout=10
12:29:12 
[workspace] $ /bin/sh -xe /tmp/jenkins4907701579198327349.sh 12:29:12 + python -m venv my-venv 12:29:13 + my-venv/bin/pip install -r config/requirements.txt 12:29:14 Requirement already satisfied: peewee==3.17.9 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 1)) (3.17.9) 12:29:14 Requirement already satisfied: requests==2.32.3 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 2)) (2.32.3) 12:29:14 Requirement already satisfied: discord-webhook==1.4.1 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 3)) (1.4.1) 12:29:14 Requirement already satisfied: psycopg2==2.9.10 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 4)) (2.9.10) 12:29:14 Requirement already satisfied: charset-normalizer<4,>=2 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (3.4.1) 12:29:14 Requirement already satisfied: idna<4,>=2.5 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (3.10) 12:29:14 Requirement already satisfied: urllib3<3,>=1.21.1 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (2.4.0) 12:29:14 Requirement already satisfied: certifi>=2017.4.17 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (2025.1.31) 12:29:14 + my-venv/bin/python Main.py 12:29:14 {"Accept": "application/json"} 12:29:14 [INFO] Creating the folders /var/lib/jenkins/jobs/first/workspace/logs and /var/lib/jenkins/jobs/first/workspace/database if they don't exist... 12:29:14 2025-04-23 12:29:14,418 - main - INFO - ----- Launching the program ----- 12:29:14 2025-04-23 12:29:14,418 - main - INFO - Will try to scrape : https://www.nintendo.com/fr-fr/Jeux/Jeux-Nintendo-Switch/Trinity-Trigger-2361693.html 12:29:16 2025-04-23 12:29:16,735 - main - WARNING - The game with the NSUID 70010000059466 does not exist in the database 12:29:16 2025-04-23 12:29:16,741 - main - INFO - The game Trinity Trigger was added in the Database 12:29:16 2025-04-23 12:29:16,741 - main - INFO - Will try to scrape : https://www.nintendo.com/fr-fr/Jeux/Jeux-a-telecharger-sur-Nintendo-Switch/Persona-5-Royal-2232781.html 12:29:18 2025-04-23 12:29:18,497 - main - WARNING - The game with the NSUID 70010000043148 does not exist in the database 12:29:18 2025-04-23 12:29:18,502 - main - INFO - The game Persona 5 Royal was added in the Database 12:29:18 Finished: SUCCESS