Started by user Admin User Obtained Jenkinsfile from git https://github.com/DrPersico/authentik.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/authentik-deploy [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/authentik-deploy/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10 Fetching upstream changes from https://github.com/DrPersico/authentik.git > git --version # timeout=10 > git --version # 'git version 2.47.3' using GIT_ASKPASS to set credentials Github > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 161a2f528b333d7079a52f08f1f0956a64ede023 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 161a2f528b333d7079a52f08f1f0956a64ede023 # timeout=10 Commit message: "Simplify database verification with connection test" > git rev-list --no-walk 1d0af07320a2d67c557ae3a8aaac3e690720d40e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 20 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] script [Pipeline] { [Pipeline] cleanWs [2025-11-14T15:05:30.406Z] [WS-CLEANUP] Deleting project workspace... [2025-11-14T15:05:30.406Z] [WS-CLEANUP] Deferred wipeout is used... [2025-11-14T15:05:30.423Z] [WS-CLEANUP] done [Pipeline] checkout [2025-11-14T15:05:30.537Z] Selected Git installation does not exist. Using Default [2025-11-14T15:05:30.537Z] The recommended git tool is: NONE [2025-11-14T15:05:30.538Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77 [2025-11-14T15:05:30.553Z] Cloning the remote Git repository [2025-11-14T15:05:30.553Z] Cloning repository https://github.com/DrPersico/authentik.git [2025-11-14T15:05:30.553Z] > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10 [2025-11-14T15:05:30.586Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git [2025-11-14T15:05:30.586Z] > git --version # timeout=10 [2025-11-14T15:05:30.601Z] > git --version # 'git version 2.47.3' [2025-11-14T15:05:30.601Z] using GIT_ASKPASS to set credentials Github [2025-11-14T15:05:30.626Z] > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-14T15:05:31.832Z] > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10 [2025-11-14T15:05:31.847Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-14T15:05:31.870Z] Avoid second fetch [2025-11-14T15:05:31.870Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 [2025-11-14T15:05:31.886Z] Checking out Revision 161a2f528b333d7079a52f08f1f0956a64ede023 (refs/remotes/origin/main) [2025-11-14T15:05:31.886Z] > git config core.sparsecheckout # timeout=10 [2025-11-14T15:05:31.900Z] > git checkout -f 161a2f528b333d7079a52f08f1f0956a64ede023 # timeout=10 [2025-11-14T15:05:31.928Z] Commit message: "Simplify database verification with connection test" [Pipeline] echo [2025-11-14T15:05:31.995Z] βœ… Code checked out successfully [Pipeline] pwd [Pipeline] echo [2025-11-14T15:05:32.046Z] πŸ“‚ Working directory: /var/jenkins_home/workspace/authentik-deploy [Pipeline] echo [2025-11-14T15:05:32.113Z] 🌿 Git branch: null [Pipeline] echo [2025-11-14T15:05:32.151Z] 🏷️ Git commit: 161a2f52 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate Configuration) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:05:34.464Z] πŸ” Validating configuration files... [Pipeline] fileExists [Pipeline] echo [2025-11-14T15:05:34.680Z] βœ… Found: docker-compose.yml [Pipeline] fileExists [Pipeline] echo [2025-11-14T15:05:34.893Z] βœ… Found: .env.example [Pipeline] sh [2025-11-14T15:05:35.229Z] + echo 🐳 Validating Docker Compose files... [2025-11-14T15:05:35.229Z] 🐳 Validating Docker Compose files... [2025-11-14T15:05:35.229Z] + export PG_PASS=validation_dummy_password [2025-11-14T15:05:35.229Z] + export AUTHENTIK_SECRET_KEY=validation_dummy_secret_key_min_60_chars_aaaaaaaaaaaaaaaaaaaaaa [2025-11-14T15:05:35.229Z] + docker compose -f docker-compose.yml config --quiet [2025-11-14T15:05:35.480Z] + echo βœ… Docker Compose syntax is valid [2025-11-14T15:05:35.480Z] βœ… Docker Compose syntax is valid [Pipeline] sh [2025-11-14T15:05:35.852Z] + echo πŸ” Checking Jenkins credentials configuration... [2025-11-14T15:05:35.852Z] πŸ” Checking Jenkins credentials configuration... [2025-11-14T15:05:35.853Z] + echo ℹ️ Note: Make sure you have configured these Jenkins credentials: [2025-11-14T15:05:35.853Z] ℹ️ Note: Make sure you have configured these Jenkins credentials: [2025-11-14T15:05:35.853Z] + echo - authentik-pg-pass (Secret Text): PostgreSQL password [2025-11-14T15:05:35.853Z] - authentik-pg-pass (Secret Text): PostgreSQL password [2025-11-14T15:05:35.853Z] + echo - authentik-secret-key (Secret Text): Authentik secret key (60+ chars) [2025-11-14T15:05:35.853Z] - authentik-secret-key (Secret Text): Authentik secret key (60+ chars) [2025-11-14T15:05:35.853Z] + echo - authentik-pg-db (String, optional): Database name (default: authentik) [2025-11-14T15:05:35.853Z] - authentik-pg-db (String, optional): Database name (default: authentik) [2025-11-14T15:05:35.853Z] + echo - authentik-pg-user (String, optional): Database user (default: authentik) [2025-11-14T15:05:35.853Z] - authentik-pg-user (String, optional): Database user (default: authentik) [2025-11-14T15:05:35.853Z] + echo - authentik-postgres-host (String, optional): PostgreSQL host (default: postgres-postgres) [2025-11-14T15:05:35.853Z] - authentik-postgres-host (String, optional): PostgreSQL host (default: postgres-postgres) [2025-11-14T15:05:35.853Z] + echo - authentik-postgres-port (String, optional): PostgreSQL port (default: 5432) [2025-11-14T15:05:35.853Z] - authentik-postgres-port (String, optional): PostgreSQL port (default: 5432) [2025-11-14T15:05:35.853Z] + echo πŸ“ Configure in: Jenkins β†’ Manage Jenkins β†’ Manage Credentials β†’ (global) [2025-11-14T15:05:35.853Z] πŸ“ Configure in: Jenkins β†’ Manage Jenkins β†’ Manage Credentials β†’ (global) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (System Health Check) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:05:36.685Z] πŸ” Checking system resources... [Pipeline] sh [2025-11-14T15:05:37.011Z] + docker info [2025-11-14T15:05:37.011Z] WARNING: No memory limit support [2025-11-14T15:05:37.011Z] WARNING: No swap limit support [2025-11-14T15:05:37.011Z] + echo βœ… Docker is running [2025-11-14T15:05:37.011Z] βœ… Docker is running [2025-11-14T15:05:37.011Z] + echo πŸ’Ύ Memory information: [2025-11-14T15:05:37.011Z] πŸ’Ύ Memory information: [2025-11-14T15:05:37.011Z] + free -h [2025-11-14T15:05:37.011Z] total used free shared buff/cache available [2025-11-14T15:05:37.011Z] Mem: 7.6Gi 2.2Gi 334Mi 75Mi 5.4Gi 5.4Gi [2025-11-14T15:05:37.011Z] Swap: 0B 0B 0B [2025-11-14T15:05:37.011Z] + echo πŸ’Ώ Disk space: [2025-11-14T15:05:37.011Z] πŸ’Ώ Disk space: [2025-11-14T15:05:37.011Z] + df -h . [2025-11-14T15:05:37.011Z] Filesystem Size Used Avail Use% Mounted on [2025-11-14T15:05:37.011Z] /dev/mmcblk0p2 29G 19G 8.6G 69% /var/jenkins_home [2025-11-14T15:05:37.011Z] + echo πŸ–₯️ CPU information: [2025-11-14T15:05:37.011Z] πŸ–₯️ CPU information: [2025-11-14T15:05:37.011Z] + nproc [2025-11-14T15:05:37.011Z] 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Verify Database) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:05:38.007Z] πŸ—„οΈ Verifying Authentik database exists in PostgreSQL... [Pipeline] withCredentials [2025-11-14T15:05:38.090Z] Masking supported pattern matches of $PG_PASS or $PG_DB or $PG_USER or $POSTGRES_HOST [Pipeline] { [Pipeline] sh [2025-11-14T15:05:38.459Z] + export PG_DB=**** [2025-11-14T15:05:38.460Z] + export PG_USER=**** [2025-11-14T15:05:38.460Z] + export POSTGRES_HOST=**** [2025-11-14T15:05:38.460Z] + export PGPASSWORD=**** [2025-11-14T15:05:38.460Z] + echo πŸ” Checking if PostgreSQL server is running... [2025-11-14T15:05:38.460Z] πŸ” Checking if PostgreSQL server is running... [2025-11-14T15:05:38.460Z] + docker exec **** pg_isready [2025-11-14T15:05:38.460Z] + echo βœ… PostgreSQL server is running [2025-11-14T15:05:38.460Z] βœ… PostgreSQL server is running [2025-11-14T15:05:38.460Z] + echo ℹ️ Verifying database connection... [2025-11-14T15:05:38.461Z] ℹ️ Verifying database connection... [2025-11-14T15:05:38.461Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c SELECT 1 as connection_test; [2025-11-14T15:05:39.014Z] + echo βœ… Successfully connected to database **** as user **** [2025-11-14T15:05:39.014Z] βœ… Successfully connected to database **** as user **** [2025-11-14T15:05:39.014Z] + echo βœ… Database and user verification completed [2025-11-14T15:05:39.014Z] βœ… Database and user verification completed [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy Authentik) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:05:39.747Z] πŸš€ Deploying Authentik... [Pipeline] withCredentials [2025-11-14T15:05:39.881Z] Masking supported pattern matches of $PG_PASS or $AUTHENTIK_SECRET_KEY or $PG_DB or $PG_USER or $POSTGRES_HOST or $POSTGRES_PORT [Pipeline] { [Pipeline] sh [2025-11-14T15:05:40.213Z] + echo πŸ”§ Using Jenkins credentials for deployment... [2025-11-14T15:05:40.214Z] πŸ”§ Using Jenkins credentials for deployment... [2025-11-14T15:05:40.214Z] + export PG_DB=**** [2025-11-14T15:05:40.214Z] + export PG_USER=**** [2025-11-14T15:05:40.214Z] + export PG_PASS=**** [2025-11-14T15:05:40.214Z] + export AUTHENTIK_SECRET_KEY=**** [2025-11-14T15:05:40.214Z] + export POSTGRES_HOST=**** [2025-11-14T15:05:40.214Z] + export POSTGRES_PORT=**** [2025-11-14T15:05:40.214Z] + echo πŸ“‹ Deployment configuration: [2025-11-14T15:05:40.214Z] πŸ“‹ Deployment configuration: [2025-11-14T15:05:40.215Z] + echo PostgreSQL Host: **** [2025-11-14T15:05:40.215Z] PostgreSQL Host: **** [2025-11-14T15:05:40.215Z] + echo PostgreSQL Port: **** [2025-11-14T15:05:40.215Z] PostgreSQL Port: **** [2025-11-14T15:05:40.215Z] + echo Database: **** [2025-11-14T15:05:40.215Z] Database: **** [2025-11-14T15:05:40.215Z] + echo User: **** [2025-11-14T15:05:40.215Z] User: **** [2025-11-14T15:05:40.215Z] + echo Password: [REDACTED] [2025-11-14T15:05:40.215Z] Password: [REDACTED] [2025-11-14T15:05:40.215Z] + echo Secret Key: [REDACTED] [2025-11-14T15:05:40.215Z] Secret Key: [REDACTED] [2025-11-14T15:05:40.215Z] + docker compose down [2025-11-14T15:05:40.467Z] + echo πŸ“₯ Pulling latest images... [2025-11-14T15:05:40.467Z] πŸ“₯ Pulling latest images... [2025-11-14T15:05:40.467Z] + docker compose pull [2025-11-14T15:05:40.718Z] worker Skipped - Image is already being pulled by server [2025-11-14T15:05:40.718Z] server Pulling [2025-11-14T15:05:42.581Z] a16e55119267 Pulling fs layer [2025-11-14T15:05:42.581Z] 2cd770b749c4 Pulling fs layer [2025-11-14T15:05:42.581Z] 564a00c46e99 Pulling fs layer [2025-11-14T15:05:42.582Z] 15aff2b9358e Pulling fs layer [2025-11-14T15:05:42.582Z] feb146727ba4 Pulling fs layer [2025-11-14T15:05:42.582Z] 4a6e807889a3 Pulling fs layer [2025-11-14T15:05:42.582Z] eb1ac7099ff9 Pulling fs layer [2025-11-14T15:05:42.582Z] 6a56a5fdd312 Pulling fs layer [2025-11-14T15:05:42.582Z] c6b07c83db83 Pulling fs layer [2025-11-14T15:05:42.582Z] 0f98f2350fd7 Pulling fs layer [2025-11-14T15:05:42.582Z] c9656b16fd96 Pulling fs layer [2025-11-14T15:05:42.582Z] 988d33b07984 Pulling fs layer [2025-11-14T15:05:42.582Z] e1da70d01cc7 Pulling fs layer [2025-11-14T15:05:42.582Z] 5184e0acaa18 Pulling fs layer [2025-11-14T15:05:42.582Z] 17ffd1760c5a Pulling fs layer [2025-11-14T15:05:42.582Z] f62d8dc54b07 Pulling fs layer [2025-11-14T15:05:42.582Z] 4bf770fbc375 Pulling fs layer [2025-11-14T15:05:42.582Z] 4c3893db9e63 Pulling fs layer [2025-11-14T15:05:42.583Z] 695d6dfa81c0 Pulling fs layer [2025-11-14T15:05:42.583Z] b2c8c278cb8e Pulling fs layer [2025-11-14T15:05:42.583Z] cbb96cae5256 Pulling fs layer [2025-11-14T15:05:42.583Z] 614cac266811 Pulling fs layer [2025-11-14T15:05:42.583Z] 1697cdf9cb99 Pulling fs layer [2025-11-14T15:05:42.583Z] b73ce72fa83f Pulling fs layer [2025-11-14T15:05:42.583Z] ab453fe12674 Pulling fs layer [2025-11-14T15:05:42.583Z] 14cd093c8954 Pulling fs layer [2025-11-14T15:05:42.583Z] e1da70d01cc7 Waiting [2025-11-14T15:05:42.583Z] 5184e0acaa18 Waiting [2025-11-14T15:05:42.583Z] 17ffd1760c5a Waiting [2025-11-14T15:05:42.583Z] f62d8dc54b07 Waiting [2025-11-14T15:05:42.583Z] 4bf770fbc375 Waiting [2025-11-14T15:05:42.583Z] 4c3893db9e63 Waiting [2025-11-14T15:05:42.583Z] 695d6dfa81c0 Waiting [2025-11-14T15:05:42.583Z] b2c8c278cb8e Waiting [2025-11-14T15:05:42.583Z] cbb96cae5256 Waiting [2025-11-14T15:05:42.583Z] 614cac266811 Waiting [2025-11-14T15:05:42.583Z] 1697cdf9cb99 Waiting [2025-11-14T15:05:42.584Z] b73ce72fa83f Waiting [2025-11-14T15:05:42.584Z] ab453fe12674 Waiting [2025-11-14T15:05:42.584Z] 14cd093c8954 Waiting [2025-11-14T15:05:42.584Z] 15aff2b9358e Waiting [2025-11-14T15:05:42.584Z] feb146727ba4 Waiting [2025-11-14T15:05:42.584Z] 4a6e807889a3 Waiting [2025-11-14T15:05:42.584Z] eb1ac7099ff9 Waiting [2025-11-14T15:05:42.584Z] 6a56a5fdd312 Waiting [2025-11-14T15:05:42.584Z] c6b07c83db83 Waiting [2025-11-14T15:05:42.584Z] 0f98f2350fd7 Waiting [2025-11-14T15:05:42.584Z] c9656b16fd96 Waiting [2025-11-14T15:05:42.584Z] 988d33b07984 Waiting [2025-11-14T15:05:42.835Z] 564a00c46e99 Downloading [> ] 43.97kB/4.283MB [2025-11-14T15:05:42.835Z] a16e55119267 Downloading [> ] 303.9kB/30.14MB [2025-11-14T15:05:42.836Z] 2cd770b749c4 Downloading [> ] 146.2kB/14.58MB [2025-11-14T15:05:42.836Z] 564a00c46e99 Downloading [===> ] 293.7kB/4.283MB [2025-11-14T15:05:42.836Z] a16e55119267 Downloading [=> ] 926.5kB/30.14MB [2025-11-14T15:05:43.087Z] 2cd770b749c4 Downloading [==> ] 588.6kB/14.58MB [2025-11-14T15:05:43.087Z] 564a00c46e99 Downloading [======> ] 539.5kB/4.283MB [2025-11-14T15:05:43.087Z] a16e55119267 Downloading [===> ] 1.86MB/30.14MB [2025-11-14T15:05:43.088Z] 2cd770b749c4 Downloading [===> ] 883.5kB/14.58MB [2025-11-14T15:05:43.088Z] 564a00c46e99 Downloading [=========> ] 834.4kB/4.283MB [2025-11-14T15:05:43.088Z] a16e55119267 Downloading [====> ] 2.794MB/30.14MB [2025-11-14T15:05:43.088Z] 564a00c46e99 Downloading [============> ] 1.08MB/4.283MB [2025-11-14T15:05:43.091Z] 2cd770b749c4 Downloading [====> ] 1.178MB/14.58MB [2025-11-14T15:05:43.347Z] a16e55119267 Downloading [=====> ] 3.417MB/30.14MB [2025-11-14T15:05:43.347Z] 564a00c46e99 Downloading [================> ] 1.375MB/4.283MB [2025-11-14T15:05:43.347Z] 2cd770b749c4 Downloading [=====> ] 1.621MB/14.58MB [2025-11-14T15:05:43.347Z] 564a00c46e99 Downloading [===================> ] 1.67MB/4.283MB [2025-11-14T15:05:43.348Z] a16e55119267 Downloading [=======> ] 4.351MB/30.14MB [2025-11-14T15:05:43.600Z] 2cd770b749c4 Downloading [=======> ] 2.063MB/14.58MB [2025-11-14T15:05:43.600Z] 564a00c46e99 Downloading [======================> ] 1.965MB/4.283MB [2025-11-14T15:05:43.601Z] a16e55119267 Downloading [========> ] 4.973MB/30.14MB [2025-11-14T15:05:43.602Z] 564a00c46e99 Downloading [==========================> ] 2.26MB/4.283MB [2025-11-14T15:05:43.602Z] 2cd770b749c4 Downloading [========> ] 2.506MB/14.58MB [2025-11-14T15:05:43.603Z] a16e55119267 Downloading [=========> ] 5.596MB/30.14MB [2025-11-14T15:05:43.603Z] 564a00c46e99 Downloading [=============================> ] 2.506MB/4.283MB [2025-11-14T15:05:43.855Z] 2cd770b749c4 Downloading [=========> ] 2.8MB/14.58MB [2025-11-14T15:05:43.855Z] a16e55119267 Downloading [==========> ] 6.218MB/30.14MB [2025-11-14T15:05:43.855Z] 564a00c46e99 Downloading [================================> ] 2.8MB/4.283MB [2025-11-14T15:05:43.855Z] 2cd770b749c4 Downloading [===========> ] 3.243MB/14.58MB [2025-11-14T15:05:43.855Z] 564a00c46e99 Downloading [===================================> ] 3.046MB/4.283MB [2025-11-14T15:05:43.856Z] a16e55119267 Downloading [===========> ] 7.152MB/30.14MB [2025-11-14T15:05:44.107Z] 2cd770b749c4 Downloading [============> ] 3.538MB/14.58MB [2025-11-14T15:05:44.107Z] 564a00c46e99 Downloading [=======================================> ] 3.341MB/4.283MB [2025-11-14T15:05:44.107Z] a16e55119267 Downloading [============> ] 7.775MB/30.14MB [2025-11-14T15:05:44.107Z] 2cd770b749c4 Downloading [=============> ] 3.833MB/14.58MB [2025-11-14T15:05:44.107Z] 564a00c46e99 Downloading [===========================================> ] 3.685MB/4.283MB [2025-11-14T15:05:44.108Z] a16e55119267 Downloading [=============> ] 8.398MB/30.14MB [2025-11-14T15:05:44.359Z] 2cd770b749c4 Downloading [==============> ] 4.275MB/14.58MB [2025-11-14T15:05:44.359Z] 564a00c46e99 Downloading [=============================================> ] 3.931MB/4.283MB [2025-11-14T15:05:44.359Z] a16e55119267 Downloading [==============> ] 9.02MB/30.14MB [2025-11-14T15:05:44.359Z] a16e55119267 Downloading [===============> ] 9.643MB/30.14MB [2025-11-14T15:05:44.359Z] 564a00c46e99 Downloading [=================================================> ] 4.275MB/4.283MB [2025-11-14T15:05:44.360Z] 564a00c46e99 Verifying Checksum [2025-11-14T15:05:44.360Z] 564a00c46e99 Download complete [2025-11-14T15:05:44.360Z] 2cd770b749c4 Downloading [================> ] 4.717MB/14.58MB [2025-11-14T15:05:44.611Z] 2cd770b749c4 Downloading [=================> ] 5.16MB/14.58MB [2025-11-14T15:05:44.611Z] a16e55119267 Downloading [=================> ] 10.58MB/30.14MB [2025-11-14T15:05:44.611Z] 2cd770b749c4 Downloading [===================> ] 5.602MB/14.58MB [2025-11-14T15:05:44.611Z] a16e55119267 Downloading [===================> ] 11.51MB/30.14MB [2025-11-14T15:05:44.612Z] 2cd770b749c4 Downloading [====================> ] 6.044MB/14.58MB [2025-11-14T15:05:44.863Z] a16e55119267 Downloading [====================> ] 12.44MB/30.14MB [2025-11-14T15:05:44.863Z] 2cd770b749c4 Downloading [======================> ] 6.634MB/14.58MB [2025-11-14T15:05:44.863Z] a16e55119267 Downloading [======================> ] 13.37MB/30.14MB [2025-11-14T15:05:44.863Z] 2cd770b749c4 Downloading [========================> ] 7.077MB/14.58MB [2025-11-14T15:05:45.114Z] a16e55119267 Downloading [=======================> ] 14.31MB/30.14MB [2025-11-14T15:05:45.115Z] 2cd770b749c4 Downloading [==========================> ] 7.667MB/14.58MB [2025-11-14T15:05:45.115Z] a16e55119267 Downloading [=========================> ] 15.24MB/30.14MB [2025-11-14T15:05:45.115Z] 2cd770b749c4 Downloading [============================> ] 8.256MB/14.58MB [2025-11-14T15:05:45.115Z] a16e55119267 Downloading [==========================> ] 16.17MB/30.14MB [2025-11-14T15:05:45.366Z] 15aff2b9358e Downloading [> ] 1.378kB/81.72kB [2025-11-14T15:05:45.366Z] 2cd770b749c4 Downloading [=============================> ] 8.699MB/14.58MB [2025-11-14T15:05:45.366Z] a16e55119267 Downloading [============================> ] 17.11MB/30.14MB [2025-11-14T15:05:45.367Z] 15aff2b9358e Downloading [=========================> ] 41.34kB/81.72kB [2025-11-14T15:05:45.367Z] 15aff2b9358e Downloading [==================================================>] 81.72kB/81.72kB [2025-11-14T15:05:45.367Z] 15aff2b9358e Verifying Checksum [2025-11-14T15:05:45.367Z] 15aff2b9358e Download complete [2025-11-14T15:05:45.367Z] a16e55119267 Downloading [=============================> ] 18.04MB/30.14MB [2025-11-14T15:05:45.367Z] 2cd770b749c4 Downloading [===============================> ] 9.289MB/14.58MB [2025-11-14T15:05:45.618Z] 2cd770b749c4 Downloading [=================================> ] 9.731MB/14.58MB [2025-11-14T15:05:45.618Z] a16e55119267 Downloading [===============================> ] 18.98MB/30.14MB [2025-11-14T15:05:45.618Z] a16e55119267 Downloading [=================================> ] 19.91MB/30.14MB [2025-11-14T15:05:45.618Z] 2cd770b749c4 Downloading [===================================> ] 10.32MB/14.58MB [2025-11-14T15:05:45.870Z] 2cd770b749c4 Downloading [====================================> ] 10.76MB/14.58MB [2025-11-14T15:05:45.870Z] a16e55119267 Downloading [==================================> ] 20.84MB/30.14MB [2025-11-14T15:05:45.871Z] a16e55119267 Downloading [====================================> ] 21.78MB/30.14MB [2025-11-14T15:05:45.871Z] 2cd770b749c4 Downloading [======================================> ] 11.35MB/14.58MB [2025-11-14T15:05:46.123Z] a16e55119267 Downloading [=====================================> ] 22.71MB/30.14MB [2025-11-14T15:05:46.123Z] 2cd770b749c4 Downloading [========================================> ] 11.8MB/14.58MB [2025-11-14T15:05:46.123Z] a16e55119267 Downloading [=======================================> ] 23.64MB/30.14MB [2025-11-14T15:05:46.123Z] 2cd770b749c4 Downloading [==========================================> ] 12.39MB/14.58MB [2025-11-14T15:05:46.123Z] a16e55119267 Downloading [========================================> ] 24.58MB/30.14MB [2025-11-14T15:05:46.374Z] 2cd770b749c4 Downloading [============================================> ] 12.97MB/14.58MB [2025-11-14T15:05:46.374Z] a16e55119267 Downloading [==========================================> ] 25.51MB/30.14MB [2025-11-14T15:05:46.375Z] 2cd770b749c4 Downloading [==============================================> ] 13.42MB/14.58MB [2025-11-14T15:05:46.375Z] a16e55119267 Downloading [===========================================> ] 26.45MB/30.14MB [2025-11-14T15:05:46.375Z] 2cd770b749c4 Downloading [================================================> ] 14.01MB/14.58MB [2025-11-14T15:05:46.626Z] a16e55119267 Downloading [=============================================> ] 27.38MB/30.14MB [2025-11-14T15:05:46.626Z] 2cd770b749c4 Downloading [=================================================> ] 14.45MB/14.58MB [2025-11-14T15:05:46.626Z] 2cd770b749c4 Verifying Checksum [2025-11-14T15:05:46.626Z] 2cd770b749c4 Download complete [2025-11-14T15:05:46.626Z] a16e55119267 Downloading [==============================================> ] 28.31MB/30.14MB [2025-11-14T15:05:46.877Z] feb146727ba4 Downloading [> ] 129.9kB/11.62MB [2025-11-14T15:05:46.877Z] a16e55119267 Downloading [=================================================> ] 29.56MB/30.14MB [2025-11-14T15:05:46.877Z] a16e55119267 Verifying Checksum [2025-11-14T15:05:46.877Z] a16e55119267 Download complete [2025-11-14T15:05:46.877Z] feb146727ba4 Downloading [=> ] 260.9kB/11.62MB [2025-11-14T15:05:47.128Z] feb146727ba4 Downloading [===> ] 778.9kB/11.62MB [2025-11-14T15:05:47.129Z] a16e55119267 Extracting [> ] 327.7kB/30.14MB [2025-11-14T15:05:47.129Z] feb146727ba4 Downloading [======> ] 1.554MB/11.62MB [2025-11-14T15:05:47.129Z] a16e55119267 Extracting [==> ] 1.311MB/30.14MB [2025-11-14T15:05:47.129Z] feb146727ba4 Downloading [==========> ] 2.328MB/11.62MB [2025-11-14T15:05:47.129Z] 4a6e807889a3 Downloading [==================================================>] 250B/250B [2025-11-14T15:05:47.129Z] 4a6e807889a3 Verifying Checksum [2025-11-14T15:05:47.129Z] 4a6e807889a3 Download complete [2025-11-14T15:05:47.380Z] a16e55119267 Extracting [===> ] 1.966MB/30.14MB [2025-11-14T15:05:47.380Z] feb146727ba4 Downloading [============> ] 2.978MB/11.62MB [2025-11-14T15:05:47.381Z] eb1ac7099ff9 Downloading [==================================================>] 97B/97B [2025-11-14T15:05:47.381Z] eb1ac7099ff9 Verifying Checksum [2025-11-14T15:05:47.381Z] eb1ac7099ff9 Download complete [2025-11-14T15:05:47.381Z] a16e55119267 Extracting [====> ] 2.949MB/30.14MB [2025-11-14T15:05:47.381Z] feb146727ba4 Downloading [=================> ] 4.016MB/11.62MB [2025-11-14T15:05:47.632Z] a16e55119267 Extracting [=====> ] 3.604MB/30.14MB [2025-11-14T15:05:47.632Z] feb146727ba4 Downloading [=====================> ] 4.929MB/11.62MB [2025-11-14T15:05:47.633Z] a16e55119267 Extracting [=======> ] 4.26MB/30.14MB [2025-11-14T15:05:47.633Z] feb146727ba4 Downloading [==========================> ] 6.098MB/11.62MB [2025-11-14T15:05:47.633Z] a16e55119267 Extracting [========> ] 4.915MB/30.14MB [2025-11-14T15:05:47.886Z] feb146727ba4 Downloading [===============================> ] 7.242MB/11.62MB [2025-11-14T15:05:47.886Z] a16e55119267 Extracting [========> ] 5.243MB/30.14MB [2025-11-14T15:05:47.886Z] feb146727ba4 Downloading [=================================> ] 7.747MB/11.62MB [2025-11-14T15:05:47.886Z] 6a56a5fdd312 Downloading [> ] 211.7kB/20.47MB [2025-11-14T15:05:47.886Z] a16e55119267 Extracting [==========> ] 6.226MB/30.14MB [2025-11-14T15:05:47.887Z] feb146727ba4 Downloading [=====================================> ] 8.79MB/11.62MB [2025-11-14T15:05:47.887Z] 6a56a5fdd312 Downloading [=> ] 637.6kB/20.47MB [2025-11-14T15:05:48.138Z] c6b07c83db83 Downloading [> ] 195.4kB/18.74MB [2025-11-14T15:05:48.138Z] feb146727ba4 Downloading [========================================> ] 9.435MB/11.62MB [2025-11-14T15:05:48.138Z] 6a56a5fdd312 Downloading [==> ] 1.064MB/20.47MB [2025-11-14T15:05:48.138Z] c6b07c83db83 Downloading [=> ] 392kB/18.74MB [2025-11-14T15:05:48.139Z] a16e55119267 Extracting [===========> ] 6.881MB/30.14MB [2025-11-14T15:05:48.139Z] feb146727ba4 Downloading [===========================================> ] 10.08MB/11.62MB [2025-11-14T15:05:48.139Z] 6a56a5fdd312 Downloading [===> ] 1.49MB/20.47MB [2025-11-14T15:05:48.139Z] c6b07c83db83 Downloading [=> ] 581.2kB/18.74MB [2025-11-14T15:05:48.390Z] a16e55119267 Extracting [===========> ] 7.209MB/30.14MB [2025-11-14T15:05:48.390Z] feb146727ba4 Downloading [==============================================> ] 10.73MB/11.62MB [2025-11-14T15:05:48.390Z] 6a56a5fdd312 Downloading [=====> ] 2.129MB/20.47MB [2025-11-14T15:05:48.390Z] c6b07c83db83 Downloading [==> ] 777.8kB/18.74MB [2025-11-14T15:05:48.390Z] a16e55119267 Extracting [=============> ] 7.864MB/30.14MB [2025-11-14T15:05:48.391Z] feb146727ba4 Downloading [=================================================> ] 11.51MB/11.62MB [2025-11-14T15:05:48.391Z] feb146727ba4 Verifying Checksum [2025-11-14T15:05:48.391Z] feb146727ba4 Download complete [2025-11-14T15:05:48.391Z] 6a56a5fdd312 Downloading [======> ] 2.768MB/20.47MB [2025-11-14T15:05:48.391Z] c6b07c83db83 Downloading [===> ] 1.171MB/18.74MB [2025-11-14T15:05:48.643Z] a16e55119267 Extracting [==============> ] 8.847MB/30.14MB [2025-11-14T15:05:48.643Z] 6a56a5fdd312 Downloading [========> ] 3.62MB/20.47MB [2025-11-14T15:05:48.643Z] c6b07c83db83 Downloading [====> ] 1.564MB/18.74MB [2025-11-14T15:05:48.643Z] a16e55119267 Extracting [===============> ] 9.503MB/30.14MB [2025-11-14T15:05:48.644Z] 6a56a5fdd312 Downloading [===========> ] 4.684MB/20.47MB [2025-11-14T15:05:48.644Z] c6b07c83db83 Downloading [=====> ] 1.957MB/18.74MB [2025-11-14T15:05:48.895Z] 6a56a5fdd312 Downloading [=============> ] 5.536MB/20.47MB [2025-11-14T15:05:48.895Z] c6b07c83db83 Downloading [======> ] 2.351MB/18.74MB [2025-11-14T15:05:48.895Z] a16e55119267 Extracting [================> ] 9.83MB/30.14MB [2025-11-14T15:05:48.895Z] c6b07c83db83 Downloading [=======> ] 2.744MB/18.74MB [2025-11-14T15:05:48.895Z] 6a56a5fdd312 Downloading [================> ] 6.601MB/20.47MB [2025-11-14T15:05:48.896Z] a16e55119267 Extracting [================> ] 10.16MB/30.14MB [2025-11-14T15:05:49.148Z] c6b07c83db83 Downloading [========> ] 3.137MB/18.74MB [2025-11-14T15:05:49.149Z] 6a56a5fdd312 Downloading [==================> ] 7.666MB/20.47MB [2025-11-14T15:05:49.149Z] 0f98f2350fd7 Downloading [> ] 49.15kB/4.836MB [2025-11-14T15:05:49.149Z] a16e55119267 Extracting [=================> ] 10.49MB/30.14MB [2025-11-14T15:05:49.149Z] c6b07c83db83 Downloading [=========> ] 3.53MB/18.74MB [2025-11-14T15:05:49.149Z] a16e55119267 Extracting [=================> ] 10.81MB/30.14MB [2025-11-14T15:05:49.149Z] 6a56a5fdd312 Downloading [====================> ] 8.518MB/20.47MB [2025-11-14T15:05:49.149Z] 0f98f2350fd7 Downloading [=> ] 162.6kB/4.836MB [2025-11-14T15:05:49.400Z] c6b07c83db83 Downloading [==========> ] 3.924MB/18.74MB [2025-11-14T15:05:49.400Z] 6a56a5fdd312 Downloading [======================> ] 9.37MB/20.47MB [2025-11-14T15:05:49.401Z] 0f98f2350fd7 Downloading [===> ] 310.1kB/4.836MB [2025-11-14T15:05:49.401Z] c6b07c83db83 Downloading [===========> ] 4.317MB/18.74MB [2025-11-14T15:05:49.401Z] 6a56a5fdd312 Downloading [========================> ] 10.22MB/20.47MB [2025-11-14T15:05:49.401Z] a16e55119267 Extracting [===================> ] 11.47MB/30.14MB [2025-11-14T15:05:49.401Z] 0f98f2350fd7 Downloading [====> ] 408.4kB/4.836MB [2025-11-14T15:05:49.652Z] 6a56a5fdd312 Downloading [===========================> ] 11.07MB/20.47MB [2025-11-14T15:05:49.652Z] c6b07c83db83 Downloading [============> ] 4.71MB/18.74MB [2025-11-14T15:05:49.652Z] 0f98f2350fd7 Downloading [=====> ] 506.7kB/4.836MB [2025-11-14T15:05:49.653Z] a16e55119267 Extracting [====================> ] 12.12MB/30.14MB [2025-11-14T15:05:49.653Z] 6a56a5fdd312 Downloading [=============================> ] 11.93MB/20.47MB [2025-11-14T15:05:49.654Z] c6b07c83db83 Downloading [=============> ] 5.103MB/18.74MB [2025-11-14T15:05:49.655Z] 6a56a5fdd312 Downloading [===============================> ] 12.78MB/20.47MB [2025-11-14T15:05:49.655Z] 0f98f2350fd7 Downloading [======> ] 654.2kB/4.836MB [2025-11-14T15:05:49.655Z] c6b07c83db83 Downloading [==============> ] 5.496MB/18.74MB [2025-11-14T15:05:49.906Z] a16e55119267 Extracting [====================> ] 12.45MB/30.14MB [2025-11-14T15:05:49.906Z] 6a56a5fdd312 Downloading [=================================> ] 13.63MB/20.47MB [2025-11-14T15:05:49.906Z] c6b07c83db83 Downloading [===============> ] 5.89MB/18.74MB [2025-11-14T15:05:49.906Z] 0f98f2350fd7 Downloading [========> ] 801.6kB/4.836MB [2025-11-14T15:05:49.907Z] a16e55119267 Extracting [======================> ] 13.43MB/30.14MB [2025-11-14T15:05:49.907Z] 6a56a5fdd312 Downloading [===================================> ] 14.48MB/20.47MB [2025-11-14T15:05:49.907Z] c6b07c83db83 Downloading [================> ] 6.283MB/18.74MB [2025-11-14T15:05:50.158Z] 0f98f2350fd7 Downloading [=========> ] 949.1kB/4.836MB [2025-11-14T15:05:50.158Z] a16e55119267 Extracting [=======================> ] 14.42MB/30.14MB [2025-11-14T15:05:50.158Z] 6a56a5fdd312 Downloading [=====================================> ] 15.33MB/20.47MB [2025-11-14T15:05:50.158Z] c6b07c83db83 Downloading [=================> ] 6.676MB/18.74MB [2025-11-14T15:05:50.159Z] a16e55119267 Extracting [=========================> ] 15.07MB/30.14MB [2025-11-14T15:05:50.159Z] 0f98f2350fd7 Downloading [==========> ] 1.047MB/4.836MB [2025-11-14T15:05:50.159Z] c6b07c83db83 Downloading [==================> ] 7.069MB/18.74MB [2025-11-14T15:05:50.159Z] 6a56a5fdd312 Downloading [========================================> ] 16.4MB/20.47MB [2025-11-14T15:05:50.410Z] 6a56a5fdd312 Downloading [==========================================> ] 17.25MB/20.47MB [2025-11-14T15:05:50.410Z] 0f98f2350fd7 Downloading [============> ] 1.195MB/4.836MB [2025-11-14T15:05:50.410Z] a16e55119267 Extracting [==========================> ] 16.06MB/30.14MB [2025-11-14T15:05:50.410Z] c6b07c83db83 Downloading [===================> ] 7.462MB/18.74MB [2025-11-14T15:05:50.411Z] a16e55119267 Extracting [============================> ] 17.04MB/30.14MB [2025-11-14T15:05:50.411Z] 0f98f2350fd7 Downloading [=============> ] 1.293MB/4.836MB [2025-11-14T15:05:50.411Z] c6b07c83db83 Downloading [====================> ] 7.856MB/18.74MB [2025-11-14T15:05:50.411Z] 6a56a5fdd312 Downloading [============================================> ] 18.32MB/20.47MB [2025-11-14T15:05:50.662Z] a16e55119267 Extracting [==============================> ] 18.35MB/30.14MB [2025-11-14T15:05:50.662Z] 6a56a5fdd312 Downloading [==============================================> ] 19.17MB/20.47MB [2025-11-14T15:05:50.663Z] c6b07c83db83 Downloading [======================> ] 8.249MB/18.74MB [2025-11-14T15:05:50.663Z] 0f98f2350fd7 Downloading [==============> ] 1.391MB/4.836MB [2025-11-14T15:05:50.663Z] a16e55119267 Extracting [================================> ] 19.33MB/30.14MB [2025-11-14T15:05:50.663Z] c6b07c83db83 Downloading [=======================> ] 8.642MB/18.74MB [2025-11-14T15:05:50.663Z] 6a56a5fdd312 Downloading [================================================> ] 20.02MB/20.47MB [2025-11-14T15:05:50.663Z] 0f98f2350fd7 Downloading [===============> ] 1.539MB/4.836MB [2025-11-14T15:05:50.663Z] 6a56a5fdd312 Verifying Checksum [2025-11-14T15:05:50.663Z] 6a56a5fdd312 Download complete [2025-11-14T15:05:50.664Z] c6b07c83db83 Downloading [========================> ] 9.232MB/18.74MB [2025-11-14T15:05:50.664Z] a16e55119267 Extracting [=================================> ] 20.32MB/30.14MB [2025-11-14T15:05:50.915Z] 0f98f2350fd7 Downloading [=================> ] 1.736MB/4.836MB [2025-11-14T15:05:50.915Z] c6b07c83db83 Downloading [==========================> ] 9.822MB/18.74MB [2025-11-14T15:05:50.915Z] a16e55119267 Extracting [===================================> ] 21.3MB/30.14MB [2025-11-14T15:05:50.915Z] 0f98f2350fd7 Downloading [====================> ] 2.03MB/4.836MB [2025-11-14T15:05:50.915Z] c6b07c83db83 Downloading [============================> ] 10.8MB/18.74MB [2025-11-14T15:05:51.167Z] a16e55119267 Extracting [====================================> ] 22.28MB/30.14MB [2025-11-14T15:05:51.167Z] 0f98f2350fd7 Downloading [=========================> ] 2.473MB/4.836MB [2025-11-14T15:05:51.167Z] c6b07c83db83 Downloading [===============================> ] 11.79MB/18.74MB [2025-11-14T15:05:51.167Z] 0f98f2350fd7 Downloading [============================> ] 2.768MB/4.836MB [2025-11-14T15:05:51.168Z] a16e55119267 Extracting [======================================> ] 23.27MB/30.14MB [2025-11-14T15:05:51.168Z] c6b07c83db83 Downloading [==================================> ] 12.77MB/18.74MB [2025-11-14T15:05:51.168Z] 0f98f2350fd7 Downloading [===============================> ] 3.063MB/4.836MB [2025-11-14T15:05:51.168Z] a16e55119267 Extracting [========================================> ] 24.25MB/30.14MB [2025-11-14T15:05:51.419Z] c6b07c83db83 Downloading [====================================> ] 13.75MB/18.74MB [2025-11-14T15:05:51.419Z] 0f98f2350fd7 Downloading [==================================> ] 3.358MB/4.836MB [2025-11-14T15:05:51.420Z] a16e55119267 Extracting [=========================================> ] 24.9MB/30.14MB [2025-11-14T15:05:51.420Z] c9656b16fd96 Downloading [===================> ] 1.378kB/3.525kB [2025-11-14T15:05:51.420Z] c9656b16fd96 Downloading [==================================================>] 3.525kB/3.525kB [2025-11-14T15:05:51.420Z] c9656b16fd96 Verifying Checksum [2025-11-14T15:05:51.420Z] c9656b16fd96 Download complete [2025-11-14T15:05:51.421Z] c6b07c83db83 Downloading [=======================================> ] 14.93MB/18.74MB [2025-11-14T15:05:51.421Z] 0f98f2350fd7 Downloading [======================================> ] 3.702MB/4.836MB [2025-11-14T15:05:51.421Z] a16e55119267 Extracting [=========================================> ] 25.23MB/30.14MB [2025-11-14T15:05:51.672Z] c6b07c83db83 Downloading [==========================================> ] 15.92MB/18.74MB [2025-11-14T15:05:51.672Z] 0f98f2350fd7 Downloading [=========================================> ] 4.046MB/4.836MB [2025-11-14T15:05:51.672Z] c6b07c83db83 Downloading [============================================> ] 16.7MB/18.74MB [2025-11-14T15:05:51.672Z] 0f98f2350fd7 Downloading [============================================> ] 4.341MB/4.836MB [2025-11-14T15:05:51.672Z] c6b07c83db83 Downloading [===============================================> ] 17.69MB/18.74MB [2025-11-14T15:05:51.924Z] 0f98f2350fd7 Downloading [================================================> ] 4.685MB/4.836MB [2025-11-14T15:05:51.924Z] a16e55119267 Extracting [==========================================> ] 25.89MB/30.14MB [2025-11-14T15:05:51.924Z] c6b07c83db83 Downloading [=================================================> ] 18.67MB/18.74MB [2025-11-14T15:05:51.924Z] c6b07c83db83 Verifying Checksum [2025-11-14T15:05:51.925Z] c6b07c83db83 Download complete [2025-11-14T15:05:51.925Z] 0f98f2350fd7 Verifying Checksum [2025-11-14T15:05:51.925Z] 0f98f2350fd7 Download complete [2025-11-14T15:05:51.925Z] 988d33b07984 Downloading [> ] 1.378kB/110.4kB [2025-11-14T15:05:51.925Z] 988d33b07984 Downloading [==================================================>] 110.4kB/110.4kB [2025-11-14T15:05:51.925Z] 988d33b07984 Verifying Checksum [2025-11-14T15:05:51.925Z] 988d33b07984 Download complete [2025-11-14T15:05:52.176Z] a16e55119267 Extracting [===========================================> ] 26.21MB/30.14MB [2025-11-14T15:05:52.426Z] e1da70d01cc7 Downloading [====> ] 1.378kB/13.84kB [2025-11-14T15:05:52.427Z] e1da70d01cc7 Download complete [2025-11-14T15:05:52.427Z] 5184e0acaa18 Downloading [> ] 11.02kB/1.041MB [2025-11-14T15:05:52.427Z] a16e55119267 Extracting [============================================> ] 26.87MB/30.14MB [2025-11-14T15:05:52.427Z] 17ffd1760c5a Downloading [=> ] 1.378kB/47.69kB [2025-11-14T15:05:52.427Z] 5184e0acaa18 Downloading [========================================> ] 852kB/1.041MB [2025-11-14T15:05:52.427Z] a16e55119267 Extracting [==============================================> ] 27.85MB/30.14MB [2025-11-14T15:05:52.427Z] 17ffd1760c5a Downloading [==================================================>] 47.69kB/47.69kB [2025-11-14T15:05:52.427Z] 17ffd1760c5a Download complete [2025-11-14T15:05:52.427Z] 5184e0acaa18 Verifying Checksum [2025-11-14T15:05:52.427Z] 5184e0acaa18 Download complete [2025-11-14T15:05:52.678Z] a16e55119267 Extracting [===============================================> ] 28.84MB/30.14MB [2025-11-14T15:05:52.678Z] f62d8dc54b07 Downloading [==================================================>] 614B/614B [2025-11-14T15:05:52.678Z] f62d8dc54b07 Verifying Checksum [2025-11-14T15:05:52.678Z] f62d8dc54b07 Download complete [2025-11-14T15:05:52.929Z] a16e55119267 Extracting [================================================> ] 29.16MB/30.14MB [2025-11-14T15:05:52.929Z] 4bf770fbc375 Downloading [=> ] 1.378kB/54.46kB [2025-11-14T15:05:52.929Z] 4c3893db9e63 Downloading [===> ] 1.378kB/19.17kB [2025-11-14T15:05:52.929Z] 4c3893db9e63 Verifying Checksum [2025-11-14T15:05:52.929Z] 4c3893db9e63 Download complete [2025-11-14T15:05:52.929Z] 4bf770fbc375 Downloading [==================================================>] 54.46kB/54.46kB [2025-11-14T15:05:52.929Z] 4bf770fbc375 Verifying Checksum [2025-11-14T15:05:52.929Z] 4bf770fbc375 Download complete [2025-11-14T15:05:53.180Z] 695d6dfa81c0 Downloading [==================================================>] 205B/205B [2025-11-14T15:05:53.180Z] 695d6dfa81c0 Verifying Checksum [2025-11-14T15:05:53.180Z] 695d6dfa81c0 Download complete [2025-11-14T15:05:53.180Z] a16e55119267 Extracting [================================================> ] 29.49MB/30.14MB [2025-11-14T15:05:53.431Z] cbb96cae5256 Downloading [> ] 4.134kB/279.8kB [2025-11-14T15:05:53.431Z] b2c8c278cb8e Downloading [> ] 211.8kB/20.66MB [2025-11-14T15:05:53.431Z] cbb96cae5256 Verifying Checksum [2025-11-14T15:05:53.431Z] cbb96cae5256 Download complete [2025-11-14T15:05:53.431Z] a16e55119267 Extracting [==================================================>] 30.14MB/30.14MB [2025-11-14T15:05:53.432Z] b2c8c278cb8e Downloading [===> ] 1.49MB/20.66MB [2025-11-14T15:05:53.432Z] a16e55119267 Extracting [==================================================>] 30.14MB/30.14MB [2025-11-14T15:05:53.683Z] 614cac266811 Downloading [==================================================>] 105B/105B [2025-11-14T15:05:53.683Z] 614cac266811 Verifying Checksum [2025-11-14T15:05:53.683Z] 614cac266811 Download complete [2025-11-14T15:05:53.683Z] b2c8c278cb8e Downloading [======> ] 2.768MB/20.66MB [2025-11-14T15:05:53.683Z] b2c8c278cb8e Downloading [=========> ] 3.833MB/20.66MB [2025-11-14T15:05:53.683Z] a16e55119267 Pull complete [2025-11-14T15:05:53.683Z] 2cd770b749c4 Extracting [> ] 163.8kB/14.58MB [2025-11-14T15:05:53.934Z] b2c8c278cb8e Downloading [============> ] 5.111MB/20.66MB [2025-11-14T15:05:53.934Z] 2cd770b749c4 Extracting [=> ] 327.7kB/14.58MB [2025-11-14T15:05:53.935Z] b2c8c278cb8e Downloading [=================> ] 7.029MB/20.66MB [2025-11-14T15:05:53.935Z] 2cd770b749c4 Extracting [===> ] 1.147MB/14.58MB [2025-11-14T15:05:54.185Z] b2c8c278cb8e Downloading [====================> ] 8.307MB/20.66MB [2025-11-14T15:05:54.186Z] b2c8c278cb8e Downloading [=====================> ] 8.733MB/20.66MB [2025-11-14T15:05:54.186Z] 2cd770b749c4 Extracting [====> ] 1.311MB/14.58MB [2025-11-14T15:05:54.186Z] b2c8c278cb8e Downloading [=========================> ] 10.44MB/20.66MB [2025-11-14T15:05:54.437Z] 1697cdf9cb99 Downloading [> ] 539.5kB/134.4MB [2025-11-14T15:05:54.437Z] 2cd770b749c4 Extracting [=====> ] 1.638MB/14.58MB [2025-11-14T15:05:54.438Z] b73ce72fa83f Downloading [> ] 211.8kB/19.75MB [2025-11-14T15:05:54.438Z] b2c8c278cb8e Downloading [===========================> ] 11.5MB/20.66MB [2025-11-14T15:05:54.438Z] 2cd770b749c4 Extracting [========> ] 2.621MB/14.58MB [2025-11-14T15:05:54.438Z] b73ce72fa83f Downloading [=> ] 424.8kB/19.75MB [2025-11-14T15:05:54.438Z] b2c8c278cb8e Downloading [==============================> ] 12.57MB/20.66MB [2025-11-14T15:05:54.689Z] 2cd770b749c4 Extracting [==============> ] 4.096MB/14.58MB [2025-11-14T15:05:54.689Z] b2c8c278cb8e Downloading [================================> ] 13.63MB/20.66MB [2025-11-14T15:05:54.689Z] 1697cdf9cb99 Downloading [> ] 1.08MB/134.4MB [2025-11-14T15:05:54.689Z] b73ce72fa83f Downloading [==> ] 850.8kB/19.75MB [2025-11-14T15:05:54.689Z] 2cd770b749c4 Extracting [=================> ] 5.079MB/14.58MB [2025-11-14T15:05:54.689Z] b2c8c278cb8e Downloading [===================================> ] 14.7MB/20.66MB [2025-11-14T15:05:54.689Z] 2cd770b749c4 Extracting [====================> ] 5.898MB/14.58MB [2025-11-14T15:05:54.941Z] b73ce72fa83f Downloading [===> ] 1.277MB/19.75MB [2025-11-14T15:05:54.941Z] b2c8c278cb8e Downloading [======================================> ] 15.76MB/20.66MB [2025-11-14T15:05:54.942Z] 2cd770b749c4 Extracting [========================> ] 7.209MB/14.58MB [2025-11-14T15:05:54.942Z] b73ce72fa83f Downloading [===> ] 1.49MB/19.75MB [2025-11-14T15:05:54.942Z] b2c8c278cb8e Downloading [========================================> ] 16.61MB/20.66MB [2025-11-14T15:05:54.942Z] 2cd770b749c4 Extracting [============================> ] 8.356MB/14.58MB [2025-11-14T15:05:54.942Z] 1697cdf9cb99 Downloading [> ] 1.621MB/134.4MB [2025-11-14T15:05:55.193Z] b2c8c278cb8e Downloading [==========================================> ] 17.67MB/20.66MB [2025-11-14T15:05:55.193Z] 2cd770b749c4 Extracting [================================> ] 9.339MB/14.58MB [2025-11-14T15:05:55.193Z] b73ce72fa83f Downloading [====> ] 1.916MB/19.75MB [2025-11-14T15:05:55.193Z] b2c8c278cb8e Downloading [=============================================> ] 18.74MB/20.66MB [2025-11-14T15:05:55.193Z] 2cd770b749c4 Extracting [====================================> ] 10.65MB/14.58MB [2025-11-14T15:05:55.193Z] b73ce72fa83f Downloading [=====> ] 2.129MB/19.75MB [2025-11-14T15:05:55.194Z] b2c8c278cb8e Downloading [===============================================> ] 19.6MB/20.66MB [2025-11-14T15:05:55.444Z] 2cd770b749c4 Extracting [=======================================> ] 11.63MB/14.58MB [2025-11-14T15:05:55.445Z] b2c8c278cb8e Downloading [=================================================> ] 20.66MB/20.66MB [2025-11-14T15:05:55.445Z] b2c8c278cb8e Verifying Checksum [2025-11-14T15:05:55.445Z] b2c8c278cb8e Download complete [2025-11-14T15:05:55.445Z] 1697cdf9cb99 Downloading [> ] 2.161MB/134.4MB [2025-11-14T15:05:55.445Z] 2cd770b749c4 Extracting [===========================================> ] 12.62MB/14.58MB [2025-11-14T15:05:55.445Z] b73ce72fa83f Downloading [======> ] 2.555MB/19.75MB [2025-11-14T15:05:55.445Z] 1697cdf9cb99 Downloading [=> ] 2.702MB/134.4MB [2025-11-14T15:05:55.696Z] b73ce72fa83f Downloading [========> ] 3.407MB/19.75MB [2025-11-14T15:05:55.696Z] 2cd770b749c4 Extracting [================================================> ] 14.09MB/14.58MB [2025-11-14T15:05:55.696Z] b73ce72fa83f Downloading [==========> ] 4.046MB/19.75MB [2025-11-14T15:05:55.696Z] 1697cdf9cb99 Downloading [=> ] 3.243MB/134.4MB [2025-11-14T15:05:55.696Z] 2cd770b749c4 Extracting [=================================================> ] 14.42MB/14.58MB [2025-11-14T15:05:55.696Z] 2cd770b749c4 Extracting [==================================================>] 14.58MB/14.58MB [2025-11-14T15:05:55.697Z] 2cd770b749c4 Extracting [==================================================>] 14.58MB/14.58MB [2025-11-14T15:05:55.697Z] b73ce72fa83f Downloading [===========> ] 4.685MB/19.75MB [2025-11-14T15:05:55.697Z] 1697cdf9cb99 Downloading [=> ] 3.783MB/134.4MB [2025-11-14T15:05:55.948Z] b73ce72fa83f Downloading [=============> ] 5.324MB/19.75MB [2025-11-14T15:05:55.948Z] 1697cdf9cb99 Downloading [=> ] 4.324MB/134.4MB [2025-11-14T15:05:55.948Z] ab453fe12674 Downloading [=> ] 1.378kB/54.03kB [2025-11-14T15:05:55.948Z] b73ce72fa83f Downloading [================> ] 6.389MB/19.75MB [2025-11-14T15:05:55.948Z] 2cd770b749c4 Pull complete [2025-11-14T15:05:56.199Z] 564a00c46e99 Extracting [> ] 65.54kB/4.283MB [2025-11-14T15:05:56.199Z] ab453fe12674 Downloading [==================================================>] 54.03kB/54.03kB [2025-11-14T15:05:56.199Z] ab453fe12674 Verifying Checksum [2025-11-14T15:05:56.199Z] ab453fe12674 Download complete [2025-11-14T15:05:56.199Z] b73ce72fa83f Downloading [=================> ] 7.028MB/19.75MB [2025-11-14T15:05:56.199Z] 1697cdf9cb99 Downloading [==> ] 5.406MB/134.4MB [2025-11-14T15:05:56.200Z] 564a00c46e99 Extracting [===> ] 327.7kB/4.283MB [2025-11-14T15:05:56.200Z] b73ce72fa83f Downloading [===================> ] 7.879MB/19.75MB [2025-11-14T15:05:56.201Z] 1697cdf9cb99 Downloading [==> ] 5.946MB/134.4MB [2025-11-14T15:05:56.201Z] 564a00c46e99 Extracting [=============> ] 1.18MB/4.283MB [2025-11-14T15:05:56.452Z] 1697cdf9cb99 Downloading [==> ] 6.487MB/134.4MB [2025-11-14T15:05:56.452Z] b73ce72fa83f Downloading [======================> ] 8.731MB/19.75MB [2025-11-14T15:05:56.452Z] 564a00c46e99 Extracting [======================> ] 1.901MB/4.283MB [2025-11-14T15:05:56.452Z] 564a00c46e99 Extracting [================================> ] 2.818MB/4.283MB [2025-11-14T15:05:56.452Z] b73ce72fa83f Downloading [========================> ] 9.796MB/19.75MB [2025-11-14T15:05:56.452Z] 1697cdf9cb99 Downloading [==> ] 7.568MB/134.4MB [2025-11-14T15:05:56.703Z] 564a00c46e99 Extracting [==========================================> ] 3.67MB/4.283MB [2025-11-14T15:05:56.703Z] b73ce72fa83f Downloading [==========================> ] 10.64MB/19.75MB [2025-11-14T15:05:56.703Z] 1697cdf9cb99 Downloading [===> ] 8.109MB/134.4MB [2025-11-14T15:05:56.703Z] 564a00c46e99 Extracting [===============================================> ] 4.063MB/4.283MB [2025-11-14T15:05:56.704Z] b73ce72fa83f Downloading [=============================> ] 11.49MB/19.75MB [2025-11-14T15:05:56.704Z] 564a00c46e99 Extracting [================================================> ] 4.194MB/4.283MB [2025-11-14T15:05:56.955Z] b73ce72fa83f Downloading [===============================> ] 12.35MB/19.75MB [2025-11-14T15:05:56.955Z] 1697cdf9cb99 Downloading [===> ] 9.19MB/134.4MB [2025-11-14T15:05:56.955Z] 564a00c46e99 Extracting [==================================================>] 4.283MB/4.283MB [2025-11-14T15:05:56.955Z] b73ce72fa83f Downloading [=================================> ] 13.2MB/19.75MB [2025-11-14T15:05:56.955Z] 1697cdf9cb99 Downloading [===> ] 9.731MB/134.4MB [2025-11-14T15:05:56.955Z] 564a00c46e99 Pull complete [2025-11-14T15:05:56.955Z] 15aff2b9358e Extracting [====================> ] 32.77kB/81.72kB [2025-11-14T15:05:57.207Z] 15aff2b9358e Extracting [==================================================>] 81.72kB/81.72kB [2025-11-14T15:05:57.207Z] 15aff2b9358e Extracting [==================================================>] 81.72kB/81.72kB [2025-11-14T15:05:57.207Z] 1697cdf9cb99 Downloading [===> ] 10.27MB/134.4MB [2025-11-14T15:05:57.207Z] b73ce72fa83f Downloading [===================================> ] 14.04MB/19.75MB [2025-11-14T15:05:57.207Z] 14cd093c8954 Downloading [> ] 375.6kB/36.64MB [2025-11-14T15:05:57.208Z] b73ce72fa83f Downloading [====================================> ] 14.47MB/19.75MB [2025-11-14T15:05:57.208Z] 1697cdf9cb99 Downloading [====> ] 10.81MB/134.4MB [2025-11-14T15:05:57.208Z] 15aff2b9358e Pull complete [2025-11-14T15:05:57.208Z] feb146727ba4 Extracting [> ] 131.1kB/11.62MB [2025-11-14T15:05:57.208Z] b73ce72fa83f Downloading [=======================================> ] 15.53MB/19.75MB [2025-11-14T15:05:57.208Z] 1697cdf9cb99 Downloading [====> ] 11.35MB/134.4MB [2025-11-14T15:05:57.459Z] b73ce72fa83f Downloading [========================================> ] 16.17MB/19.75MB [2025-11-14T15:05:57.459Z] 14cd093c8954 Downloading [=> ] 752.5kB/36.64MB [2025-11-14T15:05:57.459Z] 1697cdf9cb99 Downloading [====> ] 11.89MB/134.4MB [2025-11-14T15:05:57.459Z] feb146727ba4 Extracting [==> ] 655.4kB/11.62MB [2025-11-14T15:05:57.459Z] b73ce72fa83f Downloading [===========================================> ] 17.02MB/19.75MB [2025-11-14T15:05:57.459Z] 1697cdf9cb99 Downloading [====> ] 12.43MB/134.4MB [2025-11-14T15:05:57.710Z] feb146727ba4 Extracting [===> ] 917.5kB/11.62MB [2025-11-14T15:05:57.710Z] 1697cdf9cb99 Downloading [====> ] 12.97MB/134.4MB [2025-11-14T15:05:57.710Z] b73ce72fa83f Downloading [=============================================> ] 17.87MB/19.75MB [2025-11-14T15:05:57.711Z] 14cd093c8954 Downloading [=> ] 1.129MB/36.64MB [2025-11-14T15:05:57.711Z] feb146727ba4 Extracting [========> ] 1.966MB/11.62MB [2025-11-14T15:05:57.711Z] 1697cdf9cb99 Downloading [=====> ] 13.52MB/134.4MB [2025-11-14T15:05:57.711Z] b73ce72fa83f Downloading [===============================================> ] 18.73MB/19.75MB [2025-11-14T15:05:57.962Z] feb146727ba4 Extracting [============> ] 2.884MB/11.62MB [2025-11-14T15:05:57.962Z] b73ce72fa83f Downloading [=================================================> ] 19.36MB/19.75MB [2025-11-14T15:05:57.962Z] 1697cdf9cb99 Downloading [=====> ] 14.06MB/134.4MB [2025-11-14T15:05:57.962Z] b73ce72fa83f Verifying Checksum [2025-11-14T15:05:57.962Z] b73ce72fa83f Download complete [2025-11-14T15:05:57.962Z] 14cd093c8954 Downloading [==> ] 1.506MB/36.64MB [2025-11-14T15:05:57.962Z] feb146727ba4 Extracting [=============> ] 3.146MB/11.62MB [2025-11-14T15:05:57.962Z] 1697cdf9cb99 Downloading [=====> ] 15.14MB/134.4MB [2025-11-14T15:05:58.214Z] feb146727ba4 Extracting [===============> ] 3.539MB/11.62MB [2025-11-14T15:05:58.214Z] 14cd093c8954 Downloading [==> ] 1.883MB/36.64MB [2025-11-14T15:05:58.214Z] 1697cdf9cb99 Downloading [======> ] 16.22MB/134.4MB [2025-11-14T15:05:58.214Z] 14cd093c8954 Downloading [===> ] 2.26MB/36.64MB [2025-11-14T15:05:58.214Z] feb146727ba4 Extracting [================> ] 3.801MB/11.62MB [2025-11-14T15:05:58.214Z] 1697cdf9cb99 Downloading [======> ] 17.3MB/134.4MB [2025-11-14T15:05:58.468Z] 14cd093c8954 Downloading [===> ] 2.637MB/36.64MB [2025-11-14T15:05:58.468Z] feb146727ba4 Extracting [====================> ] 4.719MB/11.62MB [2025-11-14T15:05:58.468Z] 1697cdf9cb99 Downloading [======> ] 18.38MB/134.4MB [2025-11-14T15:05:58.468Z] feb146727ba4 Extracting [========================> ] 5.767MB/11.62MB [2025-11-14T15:05:58.469Z] 14cd093c8954 Downloading [====> ] 3.013MB/36.64MB [2025-11-14T15:05:58.469Z] 1697cdf9cb99 Downloading [=======> ] 20MB/134.4MB [2025-11-14T15:05:58.720Z] 14cd093c8954 Downloading [====> ] 3.39MB/36.64MB [2025-11-14T15:05:58.720Z] 1697cdf9cb99 Downloading [=======> ] 21.08MB/134.4MB [2025-11-14T15:05:58.720Z] feb146727ba4 Extracting [==========================> ] 6.16MB/11.62MB [2025-11-14T15:05:58.720Z] 1697cdf9cb99 Downloading [========> ] 22.17MB/134.4MB [2025-11-14T15:05:58.720Z] 14cd093c8954 Downloading [=====> ] 3.767MB/36.64MB [2025-11-14T15:05:58.720Z] feb146727ba4 Extracting [=============================> ] 6.947MB/11.62MB [2025-11-14T15:05:58.971Z] 1697cdf9cb99 Downloading [========> ] 23.25MB/134.4MB [2025-11-14T15:05:58.971Z] 14cd093c8954 Downloading [=====> ] 4.144MB/36.64MB [2025-11-14T15:05:58.971Z] feb146727ba4 Extracting [================================> ] 7.471MB/11.62MB [2025-11-14T15:05:58.971Z] 1697cdf9cb99 Downloading [=========> ] 24.33MB/134.4MB [2025-11-14T15:05:58.972Z] feb146727ba4 Extracting [==================================> ] 7.995MB/11.62MB [2025-11-14T15:05:58.972Z] 14cd093c8954 Downloading [======> ] 4.521MB/36.64MB [2025-11-14T15:05:58.972Z] 1697cdf9cb99 Downloading [=========> ] 25.41MB/134.4MB [2025-11-14T15:05:59.223Z] feb146727ba4 Extracting [=====================================> ] 8.651MB/11.62MB [2025-11-14T15:05:59.223Z] 14cd093c8954 Downloading [======> ] 4.898MB/36.64MB [2025-11-14T15:05:59.223Z] 1697cdf9cb99 Downloading [=========> ] 26.49MB/134.4MB [2025-11-14T15:05:59.223Z] feb146727ba4 Extracting [======================================> ] 9.044MB/11.62MB [2025-11-14T15:05:59.223Z] 14cd093c8954 Downloading [=======> ] 5.274MB/36.64MB [2025-11-14T15:05:59.224Z] 1697cdf9cb99 Downloading [==========> ] 27.57MB/134.4MB [2025-11-14T15:05:59.474Z] feb146727ba4 Extracting [=======================================> ] 9.175MB/11.62MB [2025-11-14T15:05:59.475Z] 14cd093c8954 Downloading [=======> ] 5.651MB/36.64MB [2025-11-14T15:05:59.475Z] 1697cdf9cb99 Downloading [==========> ] 28.65MB/134.4MB [2025-11-14T15:05:59.475Z] feb146727ba4 Extracting [========================================> ] 9.306MB/11.62MB [2025-11-14T15:05:59.475Z] 14cd093c8954 Downloading [========> ] 6.028MB/36.64MB [2025-11-14T15:05:59.475Z] 1697cdf9cb99 Downloading [===========> ] 30.28MB/134.4MB [2025-11-14T15:05:59.925Z] feb146727ba4 Extracting [==========================================> ] 9.961MB/11.62MB [2025-11-14T15:05:59.926Z] 14cd093c8954 Downloading [========> ] 6.405MB/36.64MB [2025-11-14T15:05:59.926Z] 1697cdf9cb99 Downloading [===========> ] 31.36MB/134.4MB [2025-11-14T15:06:00.177Z] 14cd093c8954 Downloading [=========> ] 6.782MB/36.64MB [2025-11-14T15:06:00.177Z] 1697cdf9cb99 Downloading [===========> ] 31.9MB/134.4MB [2025-11-14T15:06:00.177Z] feb146727ba4 Extracting [===========================================> ] 10.22MB/11.62MB [2025-11-14T15:06:00.177Z] 1697cdf9cb99 Downloading [============> ] 33.52MB/134.4MB [2025-11-14T15:06:00.177Z] feb146727ba4 Extracting [============================================> ] 10.35MB/11.62MB [2025-11-14T15:06:00.177Z] 14cd093c8954 Downloading [==========> ] 7.912MB/36.64MB [2025-11-14T15:06:00.428Z] 1697cdf9cb99 Downloading [=============> ] 35.14MB/134.4MB [2025-11-14T15:06:00.428Z] feb146727ba4 Extracting [=============================================> ] 10.62MB/11.62MB [2025-11-14T15:06:00.428Z] 14cd093c8954 Downloading [===========> ] 8.666MB/36.64MB [2025-11-14T15:06:00.428Z] 1697cdf9cb99 Downloading [=============> ] 36.22MB/134.4MB [2025-11-14T15:06:00.428Z] 14cd093c8954 Downloading [============> ] 9.044MB/36.64MB [2025-11-14T15:06:00.429Z] feb146727ba4 Extracting [==============================================> ] 10.88MB/11.62MB [2025-11-14T15:06:00.429Z] 1697cdf9cb99 Downloading [=============> ] 37.31MB/134.4MB [2025-11-14T15:06:00.679Z] feb146727ba4 Extracting [===============================================> ] 11.14MB/11.62MB [2025-11-14T15:06:00.680Z] 14cd093c8954 Downloading [============> ] 9.421MB/36.64MB [2025-11-14T15:06:00.680Z] 1697cdf9cb99 Downloading [==============> ] 38.39MB/134.4MB [2025-11-14T15:06:00.680Z] 14cd093c8954 Downloading [=============> ] 9.798MB/36.64MB [2025-11-14T15:06:00.680Z] feb146727ba4 Extracting [=================================================> ] 11.53MB/11.62MB [2025-11-14T15:06:00.680Z] feb146727ba4 Extracting [==================================================>] 11.62MB/11.62MB [2025-11-14T15:06:00.680Z] 1697cdf9cb99 Downloading [==============> ] 39.47MB/134.4MB [2025-11-14T15:06:00.680Z] 14cd093c8954 Downloading [=============> ] 10.17MB/36.64MB [2025-11-14T15:06:00.931Z] 14cd093c8954 Downloading [==============> ] 10.55MB/36.64MB [2025-11-14T15:06:00.931Z] 1697cdf9cb99 Downloading [===============> ] 40.55MB/134.4MB [2025-11-14T15:06:00.931Z] 1697cdf9cb99 Downloading [===============> ] 42.17MB/134.4MB [2025-11-14T15:06:01.337Z] 14cd093c8954 Downloading [===============> ] 11.3MB/36.64MB [2025-11-14T15:06:01.337Z] 1697cdf9cb99 Downloading [===============> ] 42.71MB/134.4MB [2025-11-14T15:06:01.337Z] 1697cdf9cb99 Downloading [================> ] 44.33MB/134.4MB [2025-11-14T15:06:01.588Z] 14cd093c8954 Downloading [================> ] 12.06MB/36.64MB [2025-11-14T15:06:01.588Z] 1697cdf9cb99 Downloading [================> ] 44.87MB/134.4MB [2025-11-14T15:06:01.588Z] feb146727ba4 Pull complete [2025-11-14T15:06:01.588Z] 4a6e807889a3 Extracting [==================================================>] 250B/250B [2025-11-14T15:06:01.588Z] 4a6e807889a3 Extracting [==================================================>] 250B/250B [2025-11-14T15:06:01.589Z] 14cd093c8954 Downloading [=================> ] 13.19MB/36.64MB [2025-11-14T15:06:01.589Z] 4a6e807889a3 Pull complete [2025-11-14T15:06:01.589Z] eb1ac7099ff9 Extracting [==================================================>] 97B/97B [2025-11-14T15:06:01.589Z] eb1ac7099ff9 Extracting [==================================================>] 97B/97B [2025-11-14T15:06:01.589Z] 1697cdf9cb99 Downloading [=================> ] 46.5MB/134.4MB [2025-11-14T15:06:01.589Z] eb1ac7099ff9 Pull complete [2025-11-14T15:06:01.589Z] 6a56a5fdd312 Extracting [> ] 229.4kB/20.47MB [2025-11-14T15:06:01.840Z] 14cd093c8954 Downloading [===================> ] 13.94MB/36.64MB [2025-11-14T15:06:01.840Z] 1697cdf9cb99 Downloading [=================> ] 48.12MB/134.4MB [2025-11-14T15:06:01.840Z] 6a56a5fdd312 Extracting [==> ] 1.147MB/20.47MB [2025-11-14T15:06:01.840Z] 14cd093c8954 Downloading [===================> ] 14.31MB/36.64MB [2025-11-14T15:06:01.840Z] 1697cdf9cb99 Downloading [==================> ] 49.74MB/134.4MB [2025-11-14T15:06:01.841Z] 6a56a5fdd312 Extracting [=======> ] 2.982MB/20.47MB [2025-11-14T15:06:02.091Z] 1697cdf9cb99 Downloading [==================> ] 50.82MB/134.4MB [2025-11-14T15:06:02.092Z] 6a56a5fdd312 Extracting [==========> ] 4.358MB/20.47MB [2025-11-14T15:06:02.092Z] 14cd093c8954 Downloading [====================> ] 15.07MB/36.64MB [2025-11-14T15:06:02.092Z] 1697cdf9cb99 Downloading [===================> ] 51.9MB/134.4MB [2025-11-14T15:06:02.092Z] 6a56a5fdd312 Extracting [===============> ] 6.193MB/20.47MB [2025-11-14T15:06:02.092Z] 14cd093c8954 Downloading [=====================> ] 15.45MB/36.64MB [2025-11-14T15:06:02.343Z] 1697cdf9cb99 Downloading [===================> ] 52.98MB/134.4MB [2025-11-14T15:06:02.343Z] 6a56a5fdd312 Extracting [==================> ] 7.569MB/20.47MB [2025-11-14T15:06:02.343Z] 1697cdf9cb99 Downloading [====================> ] 54.07MB/134.4MB [2025-11-14T15:06:02.343Z] 6a56a5fdd312 Extracting [======================> ] 9.175MB/20.47MB [2025-11-14T15:06:02.343Z] 14cd093c8954 Downloading [======================> ] 16.2MB/36.64MB [2025-11-14T15:06:02.343Z] 1697cdf9cb99 Downloading [====================> ] 55.15MB/134.4MB [2025-11-14T15:06:02.595Z] 6a56a5fdd312 Extracting [=========================> ] 10.55MB/20.47MB [2025-11-14T15:06:02.595Z] 14cd093c8954 Downloading [======================> ] 16.58MB/36.64MB [2025-11-14T15:06:02.596Z] 1697cdf9cb99 Downloading [====================> ] 56.23MB/134.4MB [2025-11-14T15:06:02.596Z] 6a56a5fdd312 Extracting [=============================> ] 11.93MB/20.47MB [2025-11-14T15:06:02.596Z] 14cd093c8954 Downloading [=======================> ] 16.95MB/36.64MB [2025-11-14T15:06:02.596Z] 6a56a5fdd312 Extracting [=================================> ] 13.53MB/20.47MB [2025-11-14T15:06:02.596Z] 14cd093c8954 Downloading [=======================> ] 17.33MB/36.64MB [2025-11-14T15:06:02.596Z] 1697cdf9cb99 Downloading [=====================> ] 57.31MB/134.4MB [2025-11-14T15:06:02.847Z] 14cd093c8954 Downloading [========================> ] 17.71MB/36.64MB [2025-11-14T15:06:02.847Z] 6a56a5fdd312 Extracting [===================================> ] 14.68MB/20.47MB [2025-11-14T15:06:02.847Z] 1697cdf9cb99 Downloading [=====================> ] 58.39MB/134.4MB [2025-11-14T15:06:02.847Z] 14cd093c8954 Downloading [========================> ] 18.09MB/36.64MB [2025-11-14T15:06:02.847Z] 6a56a5fdd312 Extracting [=======================================> ] 16.06MB/20.47MB [2025-11-14T15:06:02.848Z] 1697cdf9cb99 Downloading [======================> ] 59.47MB/134.4MB [2025-11-14T15:06:03.098Z] 6a56a5fdd312 Extracting [==========================================> ] 17.43MB/20.47MB [2025-11-14T15:06:03.099Z] 1697cdf9cb99 Downloading [======================> ] 60.55MB/134.4MB [2025-11-14T15:06:03.099Z] 14cd093c8954 Downloading [=========================> ] 18.84MB/36.64MB [2025-11-14T15:06:03.099Z] 6a56a5fdd312 Extracting [==============================================> ] 19.04MB/20.47MB [2025-11-14T15:06:03.099Z] 1697cdf9cb99 Downloading [======================> ] 61.64MB/134.4MB [2025-11-14T15:06:03.099Z] 14cd093c8954 Downloading [==========================> ] 19.22MB/36.64MB [2025-11-14T15:06:03.350Z] 6a56a5fdd312 Extracting [=================================================> ] 20.41MB/20.47MB [2025-11-14T15:06:03.350Z] 6a56a5fdd312 Extracting [==================================================>] 20.47MB/20.47MB [2025-11-14T15:06:03.350Z] 1697cdf9cb99 Downloading [=======================> ] 62.72MB/134.4MB [2025-11-14T15:06:03.350Z] 6a56a5fdd312 Pull complete [2025-11-14T15:06:03.350Z] 14cd093c8954 Downloading [==========================> ] 19.59MB/36.64MB [2025-11-14T15:06:03.350Z] c6b07c83db83 Extracting [> ] 196.6kB/18.74MB [2025-11-14T15:06:03.350Z] 1697cdf9cb99 Downloading [=======================> ] 63.8MB/134.4MB [2025-11-14T15:06:03.351Z] c6b07c83db83 Extracting [=> ] 393.2kB/18.74MB [2025-11-14T15:06:03.601Z] 1697cdf9cb99 Downloading [========================> ] 64.88MB/134.4MB [2025-11-14T15:06:03.602Z] 14cd093c8954 Downloading [===========================> ] 20.34MB/36.64MB [2025-11-14T15:06:03.602Z] c6b07c83db83 Extracting [===> ] 1.376MB/18.74MB [2025-11-14T15:06:03.602Z] 1697cdf9cb99 Downloading [========================> ] 65.96MB/134.4MB [2025-11-14T15:06:03.602Z] 14cd093c8954 Downloading [============================> ] 20.72MB/36.64MB [2025-11-14T15:06:03.602Z] c6b07c83db83 Extracting [======> ] 2.556MB/18.74MB [2025-11-14T15:06:03.853Z] 14cd093c8954 Downloading [============================> ] 21.09MB/36.64MB [2025-11-14T15:06:03.853Z] 1697cdf9cb99 Downloading [========================> ] 67.04MB/134.4MB [2025-11-14T15:06:03.853Z] c6b07c83db83 Extracting [========> ] 3.146MB/18.74MB [2025-11-14T15:06:03.853Z] 14cd093c8954 Downloading [=============================> ] 21.47MB/36.64MB [2025-11-14T15:06:03.853Z] 1697cdf9cb99 Downloading [=========================> ] 68.12MB/134.4MB [2025-11-14T15:06:03.853Z] c6b07c83db83 Extracting [=========> ] 3.539MB/18.74MB [2025-11-14T15:06:04.104Z] 1697cdf9cb99 Downloading [=========================> ] 69.2MB/134.4MB [2025-11-14T15:06:04.104Z] c6b07c83db83 Extracting [==========> ] 3.932MB/18.74MB [2025-11-14T15:06:04.105Z] 14cd093c8954 Downloading [==============================> ] 22.22MB/36.64MB [2025-11-14T15:06:04.105Z] 1697cdf9cb99 Downloading [==========================> ] 70.29MB/134.4MB [2025-11-14T15:06:04.105Z] 14cd093c8954 Downloading [==============================> ] 22.6MB/36.64MB [2025-11-14T15:06:04.105Z] c6b07c83db83 Extracting [============> ] 4.522MB/18.74MB [2025-11-14T15:06:04.105Z] 1697cdf9cb99 Downloading [==========================> ] 71.37MB/134.4MB [2025-11-14T15:06:04.356Z] c6b07c83db83 Extracting [============> ] 4.719MB/18.74MB [2025-11-14T15:06:04.356Z] 1697cdf9cb99 Downloading [==========================> ] 72.45MB/134.4MB [2025-11-14T15:06:04.356Z] 14cd093c8954 Downloading [===============================> ] 23.35MB/36.64MB [2025-11-14T15:06:04.356Z] c6b07c83db83 Extracting [=============> ] 5.112MB/18.74MB [2025-11-14T15:06:04.356Z] 1697cdf9cb99 Downloading [===========================> ] 73.53MB/134.4MB [2025-11-14T15:06:04.356Z] 14cd093c8954 Downloading [================================> ] 23.73MB/36.64MB [2025-11-14T15:06:04.608Z] c6b07c83db83 Extracting [===============> ] 5.702MB/18.74MB [2025-11-14T15:06:04.608Z] 14cd093c8954 Downloading [================================> ] 24.11MB/36.64MB [2025-11-14T15:06:04.608Z] 1697cdf9cb99 Downloading [===========================> ] 74.61MB/134.4MB [2025-11-14T15:06:04.608Z] c6b07c83db83 Extracting [================> ] 6.291MB/18.74MB [2025-11-14T15:06:04.608Z] 14cd093c8954 Downloading [=================================> ] 24.48MB/36.64MB [2025-11-14T15:06:04.859Z] 1697cdf9cb99 Downloading [============================> ] 75.69MB/134.4MB [2025-11-14T15:06:04.860Z] c6b07c83db83 Extracting [==================> ] 6.881MB/18.74MB [2025-11-14T15:06:04.860Z] 14cd093c8954 Downloading [=================================> ] 24.86MB/36.64MB [2025-11-14T15:06:04.860Z] 1697cdf9cb99 Downloading [============================> ] 77.31MB/134.4MB [2025-11-14T15:06:04.860Z] c6b07c83db83 Extracting [====================> ] 7.668MB/18.74MB [2025-11-14T15:06:05.111Z] 14cd093c8954 Downloading [==================================> ] 25.61MB/36.64MB [2025-11-14T15:06:05.111Z] 1697cdf9cb99 Downloading [=============================> ] 78.4MB/134.4MB [2025-11-14T15:06:05.111Z] c6b07c83db83 Extracting [=====================> ] 8.061MB/18.74MB [2025-11-14T15:06:05.111Z] 1697cdf9cb99 Downloading [=============================> ] 79.48MB/134.4MB [2025-11-14T15:06:05.111Z] 14cd093c8954 Downloading [===================================> ] 26.36MB/36.64MB [2025-11-14T15:06:05.111Z] 1697cdf9cb99 Downloading [=============================> ] 80.56MB/134.4MB [2025-11-14T15:06:05.364Z] c6b07c83db83 Extracting [=======================> ] 8.651MB/18.74MB [2025-11-14T15:06:05.364Z] 14cd093c8954 Downloading [====================================> ] 26.74MB/36.64MB [2025-11-14T15:06:05.364Z] 1697cdf9cb99 Downloading [==============================> ] 81.64MB/134.4MB [2025-11-14T15:06:05.364Z] c6b07c83db83 Extracting [=========================> ] 9.437MB/18.74MB [2025-11-14T15:06:05.364Z] 14cd093c8954 Downloading [=====================================> ] 27.12MB/36.64MB [2025-11-14T15:06:05.615Z] 1697cdf9cb99 Downloading [==============================> ] 82.72MB/134.4MB [2025-11-14T15:06:05.615Z] c6b07c83db83 Extracting [===========================> ] 10.22MB/18.74MB [2025-11-14T15:06:05.616Z] 1697cdf9cb99 Downloading [===============================> ] 83.8MB/134.4MB [2025-11-14T15:06:05.616Z] 14cd093c8954 Downloading [======================================> ] 27.87MB/36.64MB [2025-11-14T15:06:05.616Z] 1697cdf9cb99 Downloading [===============================> ] 84.88MB/134.4MB [2025-11-14T15:06:05.616Z] c6b07c83db83 Extracting [============================> ] 10.62MB/18.74MB [2025-11-14T15:06:05.867Z] 14cd093c8954 Downloading [======================================> ] 28.24MB/36.64MB [2025-11-14T15:06:05.867Z] 14cd093c8954 Downloading [=======================================> ] 28.62MB/36.64MB [2025-11-14T15:06:05.867Z] 1697cdf9cb99 Downloading [===============================> ] 85.97MB/134.4MB [2025-11-14T15:06:05.867Z] c6b07c83db83 Extracting [=============================> ] 11.01MB/18.74MB [2025-11-14T15:06:05.867Z] c6b07c83db83 Extracting [==============================> ] 11.4MB/18.74MB [2025-11-14T15:06:06.118Z] 1697cdf9cb99 Downloading [================================> ] 87.05MB/134.4MB [2025-11-14T15:06:06.118Z] c6b07c83db83 Extracting [================================> ] 12.19MB/18.74MB [2025-11-14T15:06:06.369Z] c6b07c83db83 Extracting [==================================> ] 12.78MB/18.74MB [2025-11-14T15:06:06.369Z] 1697cdf9cb99 Downloading [================================> ] 87.59MB/134.4MB [2025-11-14T15:06:06.369Z] 14cd093c8954 Downloading [========================================> ] 29.37MB/36.64MB [2025-11-14T15:06:06.369Z] c6b07c83db83 Extracting [===================================> ] 13.37MB/18.74MB [2025-11-14T15:06:06.620Z] 14cd093c8954 Downloading [=========================================> ] 30.13MB/36.64MB [2025-11-14T15:06:06.621Z] 1697cdf9cb99 Downloading [=================================> ] 89.21MB/134.4MB [2025-11-14T15:06:06.621Z] c6b07c83db83 Extracting [====================================> ] 13.76MB/18.74MB [2025-11-14T15:06:06.621Z] 1697cdf9cb99 Downloading [=================================> ] 90.83MB/134.4MB [2025-11-14T15:06:06.621Z] 14cd093c8954 Downloading [===========================================> ] 31.63MB/36.64MB [2025-11-14T15:06:06.874Z] 1697cdf9cb99 Downloading [==================================> ] 92.45MB/134.4MB [2025-11-14T15:06:06.874Z] c6b07c83db83 Extracting [=====================================> ] 14.16MB/18.74MB [2025-11-14T15:06:06.875Z] 1697cdf9cb99 Downloading [==================================> ] 93.54MB/134.4MB [2025-11-14T15:06:06.875Z] 14cd093c8954 Downloading [===========================================> ] 32.01MB/36.64MB [2025-11-14T15:06:06.875Z] c6b07c83db83 Extracting [======================================> ] 14.55MB/18.74MB [2025-11-14T15:06:06.875Z] 14cd093c8954 Downloading [============================================> ] 32.38MB/36.64MB [2025-11-14T15:06:06.876Z] 1697cdf9cb99 Downloading [===================================> ] 95.16MB/134.4MB [2025-11-14T15:06:07.130Z] c6b07c83db83 Extracting [=======================================> ] 14.75MB/18.74MB [2025-11-14T15:06:07.130Z] 1697cdf9cb99 Downloading [===================================> ] 96.24MB/134.4MB [2025-11-14T15:06:07.130Z] 14cd093c8954 Downloading [=============================================> ] 33.14MB/36.64MB [2025-11-14T15:06:07.130Z] c6b07c83db83 Extracting [========================================> ] 15.14MB/18.74MB [2025-11-14T15:06:07.130Z] 1697cdf9cb99 Downloading [====================================> ] 97.32MB/134.4MB [2025-11-14T15:06:07.382Z] 14cd093c8954 Downloading [=============================================> ] 33.51MB/36.64MB [2025-11-14T15:06:07.382Z] c6b07c83db83 Extracting [=========================================> ] 15.53MB/18.74MB [2025-11-14T15:06:07.382Z] 1697cdf9cb99 Downloading [====================================> ] 98.4MB/134.4MB [2025-11-14T15:06:07.382Z] 14cd093c8954 Downloading [==============================================> ] 33.88MB/36.64MB [2025-11-14T15:06:07.382Z] c6b07c83db83 Extracting [===========================================> ] 16.12MB/18.74MB [2025-11-14T15:06:07.382Z] 1697cdf9cb99 Downloading [====================================> ] 99.48MB/134.4MB [2025-11-14T15:06:07.633Z] 1697cdf9cb99 Downloading [=====================================> ] 100.6MB/134.4MB [2025-11-14T15:06:07.633Z] c6b07c83db83 Extracting [===========================================> ] 16.32MB/18.74MB [2025-11-14T15:06:07.633Z] 14cd093c8954 Downloading [===============================================> ] 34.63MB/36.64MB [2025-11-14T15:06:07.634Z] 1697cdf9cb99 Downloading [=====================================> ] 101.6MB/134.4MB [2025-11-14T15:06:07.634Z] 14cd093c8954 Downloading [===============================================> ] 35.01MB/36.64MB [2025-11-14T15:06:07.891Z] c6b07c83db83 Extracting [============================================> ] 16.52MB/18.74MB [2025-11-14T15:06:07.891Z] 14cd093c8954 Downloading [================================================> ] 35.38MB/36.64MB [2025-11-14T15:06:07.891Z] 1697cdf9cb99 Downloading [======================================> ] 102.7MB/134.4MB [2025-11-14T15:06:07.891Z] 1697cdf9cb99 Downloading [======================================> ] 103.8MB/134.4MB [2025-11-14T15:06:07.891Z] c6b07c83db83 Extracting [============================================> ] 16.71MB/18.74MB [2025-11-14T15:06:08.142Z] 14cd093c8954 Downloading [=================================================> ] 36.14MB/36.64MB [2025-11-14T15:06:08.143Z] 1697cdf9cb99 Downloading [=======================================> ] 104.9MB/134.4MB [2025-11-14T15:06:08.143Z] 14cd093c8954 Downloading [=================================================> ] 36.51MB/36.64MB [2025-11-14T15:06:08.143Z] 14cd093c8954 Verifying Checksum [2025-11-14T15:06:08.143Z] 14cd093c8954 Download complete [2025-11-14T15:06:08.143Z] 1697cdf9cb99 Downloading [=======================================> ] 106MB/134.4MB [2025-11-14T15:06:08.398Z] c6b07c83db83 Extracting [=============================================> ] 17.1MB/18.74MB [2025-11-14T15:06:08.398Z] 1697cdf9cb99 Downloading [=======================================> ] 107.1MB/134.4MB [2025-11-14T15:06:08.398Z] c6b07c83db83 Extracting [==============================================> ] 17.5MB/18.74MB [2025-11-14T15:06:08.399Z] 1697cdf9cb99 Downloading [========================================> ] 108.7MB/134.4MB [2025-11-14T15:06:08.650Z] c6b07c83db83 Extracting [===============================================> ] 17.89MB/18.74MB [2025-11-14T15:06:08.650Z] 1697cdf9cb99 Downloading [========================================> ] 109.8MB/134.4MB [2025-11-14T15:06:08.650Z] c6b07c83db83 Extracting [================================================> ] 18.28MB/18.74MB [2025-11-14T15:06:08.650Z] 1697cdf9cb99 Downloading [=========================================> ] 111.4MB/134.4MB [2025-11-14T15:06:08.902Z] c6b07c83db83 Extracting [=================================================> ] 18.48MB/18.74MB [2025-11-14T15:06:08.902Z] 1697cdf9cb99 Downloading [=========================================> ] 112.5MB/134.4MB [2025-11-14T15:06:08.902Z] 1697cdf9cb99 Downloading [==========================================> ] 114.1MB/134.4MB [2025-11-14T15:06:09.153Z] 1697cdf9cb99 Downloading [==========================================> ] 115.2MB/134.4MB [2025-11-14T15:06:09.153Z] 1697cdf9cb99 Downloading [===========================================> ] 116.2MB/134.4MB [2025-11-14T15:06:09.406Z] 1697cdf9cb99 Downloading [===========================================> ] 117.3MB/134.4MB [2025-11-14T15:06:09.406Z] c6b07c83db83 Extracting [=================================================> ] 18.68MB/18.74MB [2025-11-14T15:06:09.657Z] 1697cdf9cb99 Downloading [============================================> ] 118.4MB/134.4MB [2025-11-14T15:06:09.657Z] 1697cdf9cb99 Downloading [============================================> ] 119.5MB/134.4MB [2025-11-14T15:06:09.657Z] c6b07c83db83 Extracting [==================================================>] 18.74MB/18.74MB [2025-11-14T15:06:10.474Z] 1697cdf9cb99 Downloading [============================================> ] 120.6MB/134.4MB [2025-11-14T15:06:10.729Z] 1697cdf9cb99 Downloading [=============================================> ] 121.1MB/134.4MB [2025-11-14T15:06:10.729Z] 1697cdf9cb99 Downloading [=============================================> ] 123.3MB/134.4MB [2025-11-14T15:06:10.983Z] 1697cdf9cb99 Downloading [==============================================> ] 124.4MB/134.4MB [2025-11-14T15:06:10.983Z] c6b07c83db83 Pull complete [2025-11-14T15:06:10.983Z] 0f98f2350fd7 Extracting [> ] 65.54kB/4.836MB [2025-11-14T15:06:10.983Z] 1697cdf9cb99 Downloading [==============================================> ] 125.4MB/134.4MB [2025-11-14T15:06:10.983Z] 0f98f2350fd7 Extracting [==> ] 196.6kB/4.836MB [2025-11-14T15:06:11.234Z] 1697cdf9cb99 Downloading [===============================================> ] 127.1MB/134.4MB [2025-11-14T15:06:11.234Z] 1697cdf9cb99 Downloading [===============================================> ] 128.1MB/134.4MB [2025-11-14T15:06:11.234Z] 0f98f2350fd7 Extracting [==> ] 262.1kB/4.836MB [2025-11-14T15:06:11.485Z] 1697cdf9cb99 Downloading [================================================> ] 130.3MB/134.4MB [2025-11-14T15:06:11.485Z] 1697cdf9cb99 Downloading [================================================> ] 131.4MB/134.4MB [2025-11-14T15:06:11.485Z] 0f98f2350fd7 Extracting [====> ] 393.2kB/4.836MB [2025-11-14T15:06:11.736Z] 1697cdf9cb99 Downloading [=================================================> ] 134.1MB/134.4MB [2025-11-14T15:06:11.736Z] 1697cdf9cb99 Verifying Checksum [2025-11-14T15:06:11.736Z] 1697cdf9cb99 Download complete [2025-11-14T15:06:11.736Z] 0f98f2350fd7 Extracting [=====> ] 524.3kB/4.836MB [2025-11-14T15:06:11.736Z] 0f98f2350fd7 Extracting [======> ] 589.8kB/4.836MB [2025-11-14T15:06:13.215Z] 0f98f2350fd7 Extracting [=======> ] 720.9kB/4.836MB [2025-11-14T15:06:13.465Z] 0f98f2350fd7 Extracting [========> ] 786.4kB/4.836MB [2025-11-14T15:06:13.466Z] 0f98f2350fd7 Extracting [=========> ] 917.5kB/4.836MB [2025-11-14T15:06:13.716Z] 0f98f2350fd7 Extracting [===========> ] 1.114MB/4.836MB [2025-11-14T15:06:13.716Z] 0f98f2350fd7 Extracting [=====================================> ] 3.67MB/4.836MB [2025-11-14T15:06:13.717Z] 0f98f2350fd7 Extracting [==================================================>] 4.836MB/4.836MB [2025-11-14T15:06:13.717Z] 0f98f2350fd7 Extracting [==================================================>] 4.836MB/4.836MB [2025-11-14T15:06:20.199Z] 0f98f2350fd7 Pull complete [2025-11-14T15:06:20.200Z] c9656b16fd96 Extracting [==================================================>] 3.525kB/3.525kB [2025-11-14T15:06:20.200Z] c9656b16fd96 Extracting [==================================================>] 3.525kB/3.525kB [2025-11-14T15:06:28.421Z] c9656b16fd96 Pull complete [2025-11-14T15:06:28.672Z] 988d33b07984 Extracting [==============> ] 32.77kB/110.4kB [2025-11-14T15:06:28.673Z] 988d33b07984 Extracting [==================================================>] 110.4kB/110.4kB [2025-11-14T15:06:28.673Z] 988d33b07984 Extracting [==================================================>] 110.4kB/110.4kB [2025-11-14T15:06:35.298Z] 988d33b07984 Pull complete [2025-11-14T15:06:36.643Z] e1da70d01cc7 Extracting [==================================================>] 13.84kB/13.84kB [2025-11-14T15:06:36.643Z] e1da70d01cc7 Extracting [==================================================>] 13.84kB/13.84kB [2025-11-14T15:06:43.675Z] e1da70d01cc7 Pull complete [2025-11-14T15:06:43.997Z] 5184e0acaa18 Extracting [=> ] 32.77kB/1.041MB [2025-11-14T15:06:44.549Z] 5184e0acaa18 Extracting [===========> ] 229.4kB/1.041MB [2025-11-14T15:06:45.022Z] 5184e0acaa18 Extracting [=============================> ] 622.6kB/1.041MB [2025-11-14T15:06:46.023Z] 5184e0acaa18 Extracting [=====================================> ] 786.4kB/1.041MB [2025-11-14T15:06:46.023Z] 5184e0acaa18 Extracting [==================================================>] 1.041MB/1.041MB [2025-11-14T15:06:46.024Z] 5184e0acaa18 Extracting [==================================================>] 1.041MB/1.041MB [2025-11-14T15:06:46.577Z] 5184e0acaa18 Pull complete [2025-11-14T15:06:46.577Z] 17ffd1760c5a Extracting [==================================> ] 32.77kB/47.69kB [2025-11-14T15:06:46.577Z] 17ffd1760c5a Extracting [==================================================>] 47.69kB/47.69kB [2025-11-14T15:06:46.852Z] 17ffd1760c5a Pull complete [2025-11-14T15:06:46.852Z] f62d8dc54b07 Extracting [==================================================>] 614B/614B [2025-11-14T15:06:46.852Z] f62d8dc54b07 Extracting [==================================================>] 614B/614B [2025-11-14T15:06:47.103Z] f62d8dc54b07 Pull complete [2025-11-14T15:06:47.104Z] 4bf770fbc375 Extracting [==============================> ] 32.77kB/54.46kB [2025-11-14T15:06:47.104Z] 4bf770fbc375 Extracting [==================================================>] 54.46kB/54.46kB [2025-11-14T15:06:47.355Z] 4bf770fbc375 Pull complete [2025-11-14T15:06:47.355Z] 4c3893db9e63 Extracting [==================================================>] 19.17kB/19.17kB [2025-11-14T15:06:47.356Z] 4c3893db9e63 Extracting [==================================================>] 19.17kB/19.17kB [2025-11-14T15:06:47.607Z] 4c3893db9e63 Pull complete [2025-11-14T15:06:47.607Z] 695d6dfa81c0 Extracting [==================================================>] 205B/205B [2025-11-14T15:06:47.608Z] 695d6dfa81c0 Extracting [==================================================>] 205B/205B [2025-11-14T15:06:47.608Z] 695d6dfa81c0 Pull complete [2025-11-14T15:06:47.608Z] b2c8c278cb8e Extracting [> ] 229.4kB/20.66MB [2025-11-14T15:06:47.859Z] b2c8c278cb8e Extracting [==> ] 917.5kB/20.66MB [2025-11-14T15:06:47.860Z] b2c8c278cb8e Extracting [====> ] 1.835MB/20.66MB [2025-11-14T15:06:48.111Z] b2c8c278cb8e Extracting [======> ] 2.523MB/20.66MB [2025-11-14T15:06:48.111Z] b2c8c278cb8e Extracting [=======> ] 2.982MB/20.66MB [2025-11-14T15:06:48.363Z] b2c8c278cb8e Extracting [========> ] 3.441MB/20.66MB [2025-11-14T15:06:48.363Z] b2c8c278cb8e Extracting [=========> ] 3.899MB/20.66MB [2025-11-14T15:06:48.615Z] b2c8c278cb8e Extracting [===========> ] 4.588MB/20.66MB [2025-11-14T15:06:48.615Z] b2c8c278cb8e Extracting [============> ] 5.276MB/20.66MB [2025-11-14T15:06:48.866Z] b2c8c278cb8e Extracting [=============> ] 5.734MB/20.66MB [2025-11-14T15:06:48.867Z] b2c8c278cb8e Extracting [===============> ] 6.423MB/20.66MB [2025-11-14T15:06:49.119Z] b2c8c278cb8e Extracting [================> ] 6.881MB/20.66MB [2025-11-14T15:06:49.370Z] b2c8c278cb8e Extracting [=================> ] 7.34MB/20.66MB [2025-11-14T15:06:49.370Z] b2c8c278cb8e Extracting [==================> ] 7.569MB/20.66MB [2025-11-14T15:06:49.622Z] b2c8c278cb8e Extracting [====================> ] 8.487MB/20.66MB [2025-11-14T15:06:49.622Z] b2c8c278cb8e Extracting [======================> ] 9.404MB/20.66MB [2025-11-14T15:06:49.873Z] b2c8c278cb8e Extracting [========================> ] 10.09MB/20.66MB [2025-11-14T15:06:49.873Z] b2c8c278cb8e Extracting [==========================> ] 10.78MB/20.66MB [2025-11-14T15:06:50.124Z] b2c8c278cb8e Extracting [================================> ] 13.3MB/20.66MB [2025-11-14T15:06:50.125Z] b2c8c278cb8e Extracting [======================================> ] 15.83MB/20.66MB [2025-11-14T15:06:50.125Z] b2c8c278cb8e Extracting [============================================> ] 18.58MB/20.66MB [2025-11-14T15:06:50.376Z] b2c8c278cb8e Extracting [=================================================> ] 20.41MB/20.66MB [2025-11-14T15:06:50.376Z] b2c8c278cb8e Extracting [==================================================>] 20.66MB/20.66MB [2025-11-14T15:06:50.627Z] b2c8c278cb8e Pull complete [2025-11-14T15:06:50.627Z] cbb96cae5256 Extracting [=====> ] 32.77kB/279.8kB [2025-11-14T15:06:50.627Z] cbb96cae5256 Extracting [==================================================>] 279.8kB/279.8kB [2025-11-14T15:06:50.627Z] cbb96cae5256 Extracting [==================================================>] 279.8kB/279.8kB [2025-11-14T15:06:50.878Z] cbb96cae5256 Pull complete [2025-11-14T15:06:50.879Z] 614cac266811 Extracting [==================================================>] 105B/105B [2025-11-14T15:06:50.879Z] 614cac266811 Extracting [==================================================>] 105B/105B [2025-11-14T15:06:50.879Z] 614cac266811 Pull complete [2025-11-14T15:06:51.130Z] 1697cdf9cb99 Extracting [> ] 557.1kB/134.4MB [2025-11-14T15:06:51.130Z] 1697cdf9cb99 Extracting [> ] 1.114MB/134.4MB [2025-11-14T15:06:51.381Z] 1697cdf9cb99 Extracting [> ] 2.228MB/134.4MB [2025-11-14T15:06:51.632Z] 1697cdf9cb99 Extracting [=> ] 3.342MB/134.4MB [2025-11-14T15:06:51.883Z] 1697cdf9cb99 Extracting [=> ] 3.899MB/134.4MB [2025-11-14T15:06:52.215Z] 1697cdf9cb99 Extracting [=> ] 4.456MB/134.4MB [2025-11-14T15:06:52.766Z] 1697cdf9cb99 Extracting [=> ] 5.014MB/134.4MB [2025-11-14T15:06:52.767Z] 1697cdf9cb99 Extracting [==> ] 5.571MB/134.4MB [2025-11-14T15:06:53.018Z] 1697cdf9cb99 Extracting [==> ] 6.685MB/134.4MB [2025-11-14T15:06:53.269Z] 1697cdf9cb99 Extracting [==> ] 7.799MB/134.4MB [2025-11-14T15:06:53.270Z] 1697cdf9cb99 Extracting [===> ] 8.356MB/134.4MB [2025-11-14T15:06:53.521Z] 1697cdf9cb99 Extracting [===> ] 8.913MB/134.4MB [2025-11-14T15:06:53.772Z] 1697cdf9cb99 Extracting [===> ] 10.03MB/134.4MB [2025-11-14T15:06:53.772Z] 1697cdf9cb99 Extracting [====> ] 11.7MB/134.4MB [2025-11-14T15:06:54.023Z] 1697cdf9cb99 Extracting [====> ] 12.81MB/134.4MB [2025-11-14T15:06:54.274Z] 1697cdf9cb99 Extracting [====> ] 13.37MB/134.4MB [2025-11-14T15:06:54.274Z] 1697cdf9cb99 Extracting [=====> ] 13.93MB/134.4MB [2025-11-14T15:06:54.526Z] 1697cdf9cb99 Extracting [=====> ] 14.48MB/134.4MB [2025-11-14T15:06:54.526Z] 1697cdf9cb99 Extracting [=====> ] 15.04MB/134.4MB [2025-11-14T15:06:54.777Z] 1697cdf9cb99 Extracting [=====> ] 15.6MB/134.4MB [2025-11-14T15:06:54.777Z] 1697cdf9cb99 Extracting [======> ] 16.15MB/134.4MB [2025-11-14T15:06:55.028Z] 1697cdf9cb99 Extracting [======> ] 17.27MB/134.4MB [2025-11-14T15:06:55.028Z] 1697cdf9cb99 Extracting [======> ] 18.38MB/134.4MB [2025-11-14T15:06:55.279Z] 1697cdf9cb99 Extracting [=======> ] 18.94MB/134.4MB [2025-11-14T15:06:55.530Z] 1697cdf9cb99 Extracting [=======> ] 19.5MB/134.4MB [2025-11-14T15:06:55.530Z] 1697cdf9cb99 Extracting [=======> ] 20.05MB/134.4MB [2025-11-14T15:06:55.781Z] 1697cdf9cb99 Extracting [=======> ] 20.61MB/134.4MB [2025-11-14T15:06:55.782Z] 1697cdf9cb99 Extracting [=======> ] 21.17MB/134.4MB [2025-11-14T15:06:56.033Z] 1697cdf9cb99 Extracting [========> ] 22.28MB/134.4MB [2025-11-14T15:06:56.284Z] 1697cdf9cb99 Extracting [========> ] 22.84MB/134.4MB [2025-11-14T15:06:56.535Z] 1697cdf9cb99 Extracting [========> ] 23.4MB/134.4MB [2025-11-14T15:06:56.785Z] 1697cdf9cb99 Extracting [========> ] 23.95MB/134.4MB [2025-11-14T15:06:56.786Z] 1697cdf9cb99 Extracting [=========> ] 24.51MB/134.4MB [2025-11-14T15:07:00.514Z] 1697cdf9cb99 Extracting [=========> ] 25.07MB/134.4MB [2025-11-14T15:07:01.065Z] 1697cdf9cb99 Extracting [=========> ] 25.62MB/134.4MB [2025-11-14T15:07:01.316Z] 1697cdf9cb99 Extracting [=========> ] 26.18MB/134.4MB [2025-11-14T15:07:01.567Z] 1697cdf9cb99 Extracting [=========> ] 26.74MB/134.4MB [2025-11-14T15:07:02.479Z] 1697cdf9cb99 Extracting [==========> ] 27.3MB/134.4MB [2025-11-14T15:07:03.030Z] 1697cdf9cb99 Extracting [==========> ] 27.85MB/134.4MB [2025-11-14T15:07:05.515Z] 1697cdf9cb99 Extracting [==========> ] 28.41MB/134.4MB [2025-11-14T15:07:06.067Z] 1697cdf9cb99 Extracting [==========> ] 28.97MB/134.4MB [2025-11-14T15:07:06.067Z] 1697cdf9cb99 Extracting [==========> ] 29.52MB/134.4MB [2025-11-14T15:07:06.319Z] 1697cdf9cb99 Extracting [===========> ] 30.08MB/134.4MB [2025-11-14T15:07:06.875Z] 1697cdf9cb99 Extracting [===========> ] 30.64MB/134.4MB [2025-11-14T15:07:08.792Z] 1697cdf9cb99 Extracting [===========> ] 31.2MB/134.4MB [2025-11-14T15:07:09.344Z] 1697cdf9cb99 Extracting [===========> ] 31.75MB/134.4MB [2025-11-14T15:07:09.595Z] 1697cdf9cb99 Extracting [============> ] 32.31MB/134.4MB [2025-11-14T15:07:09.846Z] 1697cdf9cb99 Extracting [============> ] 32.87MB/134.4MB [2025-11-14T15:07:10.097Z] 1697cdf9cb99 Extracting [============> ] 33.42MB/134.4MB [2025-11-14T15:07:10.348Z] 1697cdf9cb99 Extracting [============> ] 33.98MB/134.4MB [2025-11-14T15:07:10.900Z] 1697cdf9cb99 Extracting [============> ] 34.54MB/134.4MB [2025-11-14T15:07:10.900Z] 1697cdf9cb99 Extracting [=============> ] 35.09MB/134.4MB [2025-11-14T15:07:11.151Z] 1697cdf9cb99 Extracting [=============> ] 35.65MB/134.4MB [2025-11-14T15:07:11.402Z] 1697cdf9cb99 Extracting [=============> ] 36.77MB/134.4MB [2025-11-14T15:07:11.402Z] 1697cdf9cb99 Extracting [=============> ] 37.32MB/134.4MB [2025-11-14T15:07:11.653Z] 1697cdf9cb99 Extracting [==============> ] 37.88MB/134.4MB [2025-11-14T15:07:11.904Z] 1697cdf9cb99 Extracting [==============> ] 38.44MB/134.4MB [2025-11-14T15:07:12.155Z] 1697cdf9cb99 Extracting [==============> ] 38.99MB/134.4MB [2025-11-14T15:07:12.707Z] 1697cdf9cb99 Extracting [==============> ] 39.55MB/134.4MB [2025-11-14T15:07:12.707Z] 1697cdf9cb99 Extracting [==============> ] 40.11MB/134.4MB [2025-11-14T15:07:12.958Z] 1697cdf9cb99 Extracting [===============> ] 40.67MB/134.4MB [2025-11-14T15:07:12.958Z] 1697cdf9cb99 Extracting [===============> ] 41.22MB/134.4MB [2025-11-14T15:07:13.209Z] 1697cdf9cb99 Extracting [===============> ] 41.78MB/134.4MB [2025-11-14T15:07:13.460Z] 1697cdf9cb99 Extracting [===============> ] 42.34MB/134.4MB [2025-11-14T15:07:13.741Z] 1697cdf9cb99 Extracting [===============> ] 42.89MB/134.4MB [2025-11-14T15:07:13.993Z] 1697cdf9cb99 Extracting [================> ] 43.45MB/134.4MB [2025-11-14T15:07:14.245Z] 1697cdf9cb99 Extracting [================> ] 44.01MB/134.4MB [2025-11-14T15:07:14.245Z] 1697cdf9cb99 Extracting [================> ] 44.56MB/134.4MB [2025-11-14T15:07:14.496Z] 1697cdf9cb99 Extracting [================> ] 45.12MB/134.4MB [2025-11-14T15:07:14.497Z] 1697cdf9cb99 Extracting [================> ] 45.68MB/134.4MB [2025-11-14T15:07:14.748Z] 1697cdf9cb99 Extracting [=================> ] 46.24MB/134.4MB [2025-11-14T15:07:14.998Z] 1697cdf9cb99 Extracting [=================> ] 46.79MB/134.4MB [2025-11-14T15:07:14.999Z] 1697cdf9cb99 Extracting [=================> ] 47.35MB/134.4MB [2025-11-14T15:07:15.250Z] 1697cdf9cb99 Extracting [=================> ] 47.91MB/134.4MB [2025-11-14T15:07:15.250Z] 1697cdf9cb99 Extracting [==================> ] 48.46MB/134.4MB [2025-11-14T15:07:15.501Z] 1697cdf9cb99 Extracting [==================> ] 49.02MB/134.4MB [2025-11-14T15:07:15.501Z] 1697cdf9cb99 Extracting [==================> ] 49.58MB/134.4MB [2025-11-14T15:07:15.752Z] 1697cdf9cb99 Extracting [==================> ] 50.14MB/134.4MB [2025-11-14T15:07:15.752Z] 1697cdf9cb99 Extracting [==================> ] 50.69MB/134.4MB [2025-11-14T15:07:16.003Z] 1697cdf9cb99 Extracting [===================> ] 51.81MB/134.4MB [2025-11-14T15:07:16.003Z] 1697cdf9cb99 Extracting [===================> ] 52.36MB/134.4MB [2025-11-14T15:07:16.254Z] 1697cdf9cb99 Extracting [===================> ] 52.92MB/134.4MB [2025-11-14T15:07:16.254Z] 1697cdf9cb99 Extracting [===================> ] 53.48MB/134.4MB [2025-11-14T15:07:16.504Z] 1697cdf9cb99 Extracting [====================> ] 54.59MB/134.4MB [2025-11-14T15:07:16.505Z] 1697cdf9cb99 Extracting [====================> ] 56.26MB/134.4MB [2025-11-14T15:07:16.755Z] 1697cdf9cb99 Extracting [=====================> ] 57.93MB/134.4MB [2025-11-14T15:07:17.006Z] 1697cdf9cb99 Extracting [=====================> ] 59.05MB/134.4MB [2025-11-14T15:07:17.006Z] 1697cdf9cb99 Extracting [======================> ] 59.6MB/134.4MB [2025-11-14T15:07:17.558Z] 1697cdf9cb99 Extracting [======================> ] 60.72MB/134.4MB [2025-11-14T15:07:17.558Z] 1697cdf9cb99 Extracting [======================> ] 61.28MB/134.4MB [2025-11-14T15:07:17.809Z] 1697cdf9cb99 Extracting [=======================> ] 62.39MB/134.4MB [2025-11-14T15:07:18.059Z] 1697cdf9cb99 Extracting [=======================> ] 62.95MB/134.4MB [2025-11-14T15:07:18.611Z] 1697cdf9cb99 Extracting [=======================> ] 63.5MB/134.4MB [2025-11-14T15:07:18.861Z] 1697cdf9cb99 Extracting [=======================> ] 64.06MB/134.4MB [2025-11-14T15:07:19.447Z] 1697cdf9cb99 Extracting [========================> ] 64.62MB/134.4MB [2025-11-14T15:07:19.448Z] 1697cdf9cb99 Extracting [========================> ] 65.18MB/134.4MB [2025-11-14T15:07:19.914Z] 1697cdf9cb99 Extracting [========================> ] 65.73MB/134.4MB [2025-11-14T15:07:20.164Z] 1697cdf9cb99 Extracting [========================> ] 66.85MB/134.4MB [2025-11-14T15:07:20.165Z] 1697cdf9cb99 Extracting [=========================> ] 69.07MB/134.4MB [2025-11-14T15:07:20.416Z] 1697cdf9cb99 Extracting [==========================> ] 70.75MB/134.4MB [2025-11-14T15:07:20.416Z] 1697cdf9cb99 Extracting [==========================> ] 72.42MB/134.4MB [2025-11-14T15:07:20.667Z] 1697cdf9cb99 Extracting [===========================> ] 74.09MB/134.4MB [2025-11-14T15:07:20.667Z] 1697cdf9cb99 Extracting [===========================> ] 75.2MB/134.4MB [2025-11-14T15:07:20.917Z] 1697cdf9cb99 Extracting [============================> ] 76.87MB/134.4MB [2025-11-14T15:07:21.168Z] 1697cdf9cb99 Extracting [============================> ] 77.43MB/134.4MB [2025-11-14T15:07:21.719Z] 1697cdf9cb99 Extracting [=============================> ] 77.99MB/134.4MB [2025-11-14T15:07:22.631Z] 1697cdf9cb99 Extracting [=============================> ] 78.54MB/134.4MB [2025-11-14T15:07:23.182Z] 1697cdf9cb99 Extracting [=============================> ] 79.1MB/134.4MB [2025-11-14T15:07:23.734Z] 1697cdf9cb99 Extracting [=============================> ] 79.66MB/134.4MB [2025-11-14T15:07:24.686Z] 1697cdf9cb99 Extracting [=============================> ] 80.22MB/134.4MB [2025-11-14T15:07:27.918Z] 1697cdf9cb99 Extracting [==============================> ] 80.77MB/134.4MB [2025-11-14T15:07:29.781Z] 1697cdf9cb99 Extracting [==============================> ] 81.33MB/134.4MB [2025-11-14T15:07:31.126Z] 1697cdf9cb99 Extracting [==============================> ] 81.89MB/134.4MB [2025-11-14T15:07:32.989Z] 1697cdf9cb99 Extracting [==============================> ] 82.44MB/134.4MB [2025-11-14T15:07:33.902Z] 1697cdf9cb99 Extracting [==============================> ] 83MB/134.4MB [2025-11-14T15:07:35.246Z] 1697cdf9cb99 Extracting [===============================> ] 83.56MB/134.4MB [2025-11-14T15:07:37.109Z] 1697cdf9cb99 Extracting [===============================> ] 84.12MB/134.4MB [2025-11-14T15:07:38.453Z] 1697cdf9cb99 Extracting [===============================> ] 84.67MB/134.4MB [2025-11-14T15:07:40.316Z] 1697cdf9cb99 Extracting [===============================> ] 85.23MB/134.4MB [2025-11-14T15:07:41.229Z] 1697cdf9cb99 Extracting [===============================> ] 85.79MB/134.4MB [2025-11-14T15:07:42.574Z] 1697cdf9cb99 Extracting [================================> ] 86.34MB/134.4MB [2025-11-14T15:07:44.437Z] 1697cdf9cb99 Extracting [================================> ] 86.9MB/134.4MB [2025-11-14T15:07:45.781Z] 1697cdf9cb99 Extracting [================================> ] 87.46MB/134.4MB [2025-11-14T15:07:46.334Z] 1697cdf9cb99 Extracting [================================> ] 88.01MB/134.4MB [2025-11-14T15:07:46.885Z] 1697cdf9cb99 Extracting [================================> ] 88.57MB/134.4MB [2025-11-14T15:07:51.723Z] 1697cdf9cb99 Extracting [=================================> ] 89.13MB/134.4MB [2025-11-14T15:07:51.974Z] 1697cdf9cb99 Extracting [=================================> ] 89.69MB/134.4MB [2025-11-14T15:07:52.526Z] 1697cdf9cb99 Extracting [=================================> ] 90.24MB/134.4MB [2025-11-14T15:07:56.650Z] 1697cdf9cb99 Extracting [=================================> ] 90.8MB/134.4MB [2025-11-14T15:07:59.880Z] 1697cdf9cb99 Extracting [=================================> ] 91.36MB/134.4MB [2025-11-14T15:08:00.792Z] 1697cdf9cb99 Extracting [==================================> ] 91.91MB/134.4MB [2025-11-14T15:08:02.656Z] 1697cdf9cb99 Extracting [==================================> ] 92.47MB/134.4MB [2025-11-14T15:08:04.001Z] 1697cdf9cb99 Extracting [==================================> ] 93.03MB/134.4MB [2025-11-14T15:08:05.346Z] 1697cdf9cb99 Extracting [==================================> ] 93.59MB/134.4MB [2025-11-14T15:08:06.690Z] 1697cdf9cb99 Extracting [===================================> ] 94.14MB/134.4MB [2025-11-14T15:08:08.311Z] 1697cdf9cb99 Extracting [===================================> ] 94.7MB/134.4MB [2025-11-14T15:08:09.223Z] 1697cdf9cb99 Extracting [===================================> ] 95.26MB/134.4MB [2025-11-14T15:08:11.085Z] 1697cdf9cb99 Extracting [===================================> ] 95.81MB/134.4MB [2025-11-14T15:08:12.948Z] 1697cdf9cb99 Extracting [===================================> ] 96.37MB/134.4MB [2025-11-14T15:08:15.052Z] 1697cdf9cb99 Extracting [====================================> ] 96.93MB/134.4MB [2025-11-14T15:08:15.964Z] 1697cdf9cb99 Extracting [====================================> ] 97.48MB/134.4MB [2025-11-14T15:08:17.309Z] 1697cdf9cb99 Extracting [====================================> ] 98.04MB/134.4MB [2025-11-14T15:08:19.793Z] 1697cdf9cb99 Extracting [====================================> ] 98.6MB/134.4MB [2025-11-14T15:08:24.990Z] 1697cdf9cb99 Extracting [====================================> ] 99.16MB/134.4MB [2025-11-14T15:08:26.335Z] 1697cdf9cb99 Extracting [=====================================> ] 99.71MB/134.4MB [2025-11-14T15:08:26.587Z] 1697cdf9cb99 Extracting [=====================================> ] 100.3MB/134.4MB [2025-11-14T15:08:26.587Z] 1697cdf9cb99 Extracting [=====================================> ] 100.8MB/134.4MB [2025-11-14T15:08:27.499Z] 1697cdf9cb99 Extracting [=====================================> ] 101.9MB/134.4MB [2025-11-14T15:08:27.751Z] 1697cdf9cb99 Extracting [======================================> ] 103.1MB/134.4MB [2025-11-14T15:08:28.302Z] 1697cdf9cb99 Extracting [======================================> ] 104.2MB/134.4MB [2025-11-14T15:08:28.854Z] 1697cdf9cb99 Extracting [======================================> ] 104.7MB/134.4MB [2025-11-14T15:08:28.854Z] 1697cdf9cb99 Extracting [=======================================> ] 105.3MB/134.4MB [2025-11-14T15:08:29.105Z] 1697cdf9cb99 Extracting [=======================================> ] 105.8MB/134.4MB [2025-11-14T15:08:29.356Z] 1697cdf9cb99 Extracting [=======================================> ] 106.4MB/134.4MB [2025-11-14T15:08:29.607Z] 1697cdf9cb99 Extracting [=======================================> ] 107MB/134.4MB [2025-11-14T15:08:29.859Z] 1697cdf9cb99 Extracting [=======================================> ] 107.5MB/134.4MB [2025-11-14T15:08:30.110Z] 1697cdf9cb99 Extracting [========================================> ] 108.6MB/134.4MB [2025-11-14T15:08:30.110Z] 1697cdf9cb99 Extracting [========================================> ] 109.7MB/134.4MB [2025-11-14T15:08:30.662Z] 1697cdf9cb99 Extracting [=========================================> ] 110.3MB/134.4MB [2025-11-14T15:08:30.914Z] 1697cdf9cb99 Extracting [=========================================> ] 110.9MB/134.4MB [2025-11-14T15:08:31.165Z] 1697cdf9cb99 Extracting [=========================================> ] 111.4MB/134.4MB [2025-11-14T15:08:31.416Z] 1697cdf9cb99 Extracting [=========================================> ] 112MB/134.4MB [2025-11-14T15:08:31.416Z] 1697cdf9cb99 Extracting [=========================================> ] 112.5MB/134.4MB [2025-11-14T15:08:31.416Z] 1697cdf9cb99 Extracting [==========================================> ] 113.6MB/134.4MB [2025-11-14T15:08:31.667Z] 1697cdf9cb99 Extracting [==========================================> ] 114.2MB/134.4MB [2025-11-14T15:08:31.919Z] 1697cdf9cb99 Extracting [==========================================> ] 114.8MB/134.4MB [2025-11-14T15:08:32.170Z] 1697cdf9cb99 Extracting [==========================================> ] 115.3MB/134.4MB [2025-11-14T15:08:32.421Z] 1697cdf9cb99 Extracting [===========================================> ] 115.9MB/134.4MB [2025-11-14T15:08:32.672Z] 1697cdf9cb99 Extracting [===========================================> ] 116.4MB/134.4MB [2025-11-14T15:08:32.923Z] 1697cdf9cb99 Extracting [===========================================> ] 117MB/134.4MB [2025-11-14T15:08:33.474Z] 1697cdf9cb99 Extracting [===========================================> ] 117.5MB/134.4MB [2025-11-14T15:08:33.725Z] 1697cdf9cb99 Extracting [===========================================> ] 118.1MB/134.4MB [2025-11-14T15:08:33.976Z] 1697cdf9cb99 Extracting [============================================> ] 118.7MB/134.4MB [2025-11-14T15:08:34.227Z] 1697cdf9cb99 Extracting [============================================> ] 119.2MB/134.4MB [2025-11-14T15:08:34.478Z] 1697cdf9cb99 Extracting [============================================> ] 119.8MB/134.4MB [2025-11-14T15:08:35.029Z] 1697cdf9cb99 Extracting [============================================> ] 120.3MB/134.4MB [2025-11-14T15:08:35.029Z] 1697cdf9cb99 Extracting [============================================> ] 120.9MB/134.4MB [2025-11-14T15:08:35.582Z] 1697cdf9cb99 Extracting [=============================================> ] 121.4MB/134.4MB [2025-11-14T15:08:35.582Z] 1697cdf9cb99 Extracting [=============================================> ] 122MB/134.4MB [2025-11-14T15:08:36.133Z] 1697cdf9cb99 Extracting [=============================================> ] 122.6MB/134.4MB [2025-11-14T15:08:36.684Z] 1697cdf9cb99 Extracting [=============================================> ] 123.1MB/134.4MB [2025-11-14T15:08:36.935Z] 1697cdf9cb99 Extracting [=============================================> ] 123.7MB/134.4MB [2025-11-14T15:08:37.428Z] 1697cdf9cb99 Extracting [==============================================> ] 124.2MB/134.4MB [2025-11-14T15:08:37.679Z] 1697cdf9cb99 Extracting [==============================================> ] 124.8MB/134.4MB [2025-11-14T15:08:37.929Z] 1697cdf9cb99 Extracting [==============================================> ] 125.3MB/134.4MB [2025-11-14T15:08:38.180Z] 1697cdf9cb99 Extracting [==============================================> ] 125.9MB/134.4MB [2025-11-14T15:08:38.431Z] 1697cdf9cb99 Extracting [===============================================> ] 127.6MB/134.4MB [2025-11-14T15:08:38.431Z] 1697cdf9cb99 Extracting [================================================> ] 129.2MB/134.4MB [2025-11-14T15:08:38.682Z] 1697cdf9cb99 Extracting [================================================> ] 130.4MB/134.4MB [2025-11-14T15:08:38.933Z] 1697cdf9cb99 Extracting [================================================> ] 130.9MB/134.4MB [2025-11-14T15:08:39.184Z] 1697cdf9cb99 Extracting [================================================> ] 131.5MB/134.4MB [2025-11-14T15:08:39.184Z] 1697cdf9cb99 Extracting [=================================================> ] 132MB/134.4MB [2025-11-14T15:08:39.435Z] 1697cdf9cb99 Extracting [=================================================> ] 133.1MB/134.4MB [2025-11-14T15:08:39.435Z] 1697cdf9cb99 Extracting [=================================================> ] 133.7MB/134.4MB [2025-11-14T15:08:39.686Z] 1697cdf9cb99 Extracting [=================================================> ] 134.3MB/134.4MB [2025-11-14T15:08:39.686Z] 1697cdf9cb99 Extracting [==================================================>] 134.4MB/134.4MB [2025-11-14T15:08:51.786Z] 1697cdf9cb99 Pull complete [2025-11-14T15:08:51.786Z] b73ce72fa83f Extracting [> ] 229.4kB/19.75MB [2025-11-14T15:08:51.786Z] b73ce72fa83f Extracting [====> ] 1.835MB/19.75MB [2025-11-14T15:08:51.786Z] b73ce72fa83f Extracting [=========> ] 3.67MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [=============> ] 5.276MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [==================> ] 7.34MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [===================> ] 7.799MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [=====================> ] 8.487MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [======================> ] 8.946MB/19.75MB [2025-11-14T15:08:51.787Z] b73ce72fa83f Extracting [========================> ] 9.634MB/19.75MB [2025-11-14T15:08:51.788Z] b73ce72fa83f Extracting [=========================> ] 10.09MB/19.75MB [2025-11-14T15:08:51.788Z] b73ce72fa83f Extracting [==========================> ] 10.32MB/19.75MB [2025-11-14T15:08:52.039Z] b73ce72fa83f Extracting [===========================> ] 10.78MB/19.75MB [2025-11-14T15:08:52.039Z] b73ce72fa83f Extracting [============================> ] 11.24MB/19.75MB [2025-11-14T15:08:52.290Z] b73ce72fa83f Extracting [=============================> ] 11.7MB/19.75MB [2025-11-14T15:08:52.290Z] b73ce72fa83f Extracting [==============================> ] 12.16MB/19.75MB [2025-11-14T15:08:52.542Z] b73ce72fa83f Extracting [================================> ] 12.85MB/19.75MB [2025-11-14T15:08:52.542Z] b73ce72fa83f Extracting [==================================> ] 13.53MB/19.75MB [2025-11-14T15:08:52.793Z] b73ce72fa83f Extracting [===================================> ] 13.99MB/19.75MB [2025-11-14T15:08:53.044Z] b73ce72fa83f Extracting [====================================> ] 14.45MB/19.75MB [2025-11-14T15:08:53.044Z] b73ce72fa83f Extracting [=====================================> ] 14.91MB/19.75MB [2025-11-14T15:08:53.296Z] b73ce72fa83f Extracting [======================================> ] 15.37MB/19.75MB [2025-11-14T15:08:53.296Z] b73ce72fa83f Extracting [========================================> ] 15.83MB/19.75MB [2025-11-14T15:08:53.548Z] b73ce72fa83f Extracting [=========================================> ] 16.52MB/19.75MB [2025-11-14T15:08:53.799Z] b73ce72fa83f Extracting [==========================================> ] 16.74MB/19.75MB [2025-11-14T15:08:53.799Z] b73ce72fa83f Extracting [==========================================> ] 16.97MB/19.75MB [2025-11-14T15:08:54.050Z] b73ce72fa83f Extracting [============================================> ] 17.43MB/19.75MB [2025-11-14T15:08:54.050Z] b73ce72fa83f Extracting [============================================> ] 17.66MB/19.75MB [2025-11-14T15:08:54.301Z] b73ce72fa83f Extracting [=============================================> ] 18.12MB/19.75MB [2025-11-14T15:08:54.302Z] b73ce72fa83f Extracting [===============================================> ] 18.81MB/19.75MB [2025-11-14T15:08:54.553Z] b73ce72fa83f Extracting [=================================================> ] 19.5MB/19.75MB [2025-11-14T15:08:54.553Z] b73ce72fa83f Extracting [==================================================>] 19.75MB/19.75MB [2025-11-14T15:08:54.815Z] b73ce72fa83f Pull complete [2025-11-14T15:08:55.066Z] ab453fe12674 Extracting [==============================> ] 32.77kB/54.03kB [2025-11-14T15:08:55.066Z] ab453fe12674 Extracting [==================================================>] 54.03kB/54.03kB [2025-11-14T15:08:55.317Z] ab453fe12674 Pull complete [2025-11-14T15:08:55.318Z] 14cd093c8954 Extracting [> ] 393.2kB/36.64MB [2025-11-14T15:08:55.569Z] 14cd093c8954 Extracting [==> ] 1.966MB/36.64MB [2025-11-14T15:08:55.569Z] 14cd093c8954 Extracting [====> ] 3.539MB/36.64MB [2025-11-14T15:08:55.570Z] 14cd093c8954 Extracting [======> ] 4.719MB/36.64MB [2025-11-14T15:08:55.821Z] 14cd093c8954 Extracting [========> ] 5.898MB/36.64MB [2025-11-14T15:08:57.171Z] 14cd093c8954 Extracting [=========> ] 7.078MB/36.64MB [2025-11-14T15:08:57.422Z] 14cd093c8954 Extracting [==========> ] 7.864MB/36.64MB [2025-11-14T15:08:57.422Z] 14cd093c8954 Extracting [============> ] 9.437MB/36.64MB [2025-11-14T15:08:57.674Z] 14cd093c8954 Extracting [=============> ] 10.22MB/36.64MB [2025-11-14T15:08:57.674Z] 14cd093c8954 Extracting [================> ] 11.8MB/36.64MB [2025-11-14T15:08:57.674Z] 14cd093c8954 Extracting [==================> ] 13.37MB/36.64MB [2025-11-14T15:08:57.925Z] 14cd093c8954 Extracting [====================> ] 14.94MB/36.64MB [2025-11-14T15:08:57.925Z] 14cd093c8954 Extracting [======================> ] 16.52MB/36.64MB [2025-11-14T15:08:58.177Z] 14cd093c8954 Extracting [========================> ] 18.09MB/36.64MB [2025-11-14T15:08:58.177Z] 14cd093c8954 Extracting [==========================> ] 19.66MB/36.64MB [2025-11-14T15:08:58.428Z] 14cd093c8954 Extracting [============================> ] 21.23MB/36.64MB [2025-11-14T15:08:58.428Z] 14cd093c8954 Extracting [==============================> ] 22.41MB/36.64MB [2025-11-14T15:08:58.679Z] 14cd093c8954 Extracting [================================> ] 23.59MB/36.64MB [2025-11-14T15:08:58.680Z] 14cd093c8954 Extracting [================================> ] 23.99MB/36.64MB [2025-11-14T15:08:58.931Z] 14cd093c8954 Extracting [==================================> ] 25.56MB/36.64MB [2025-11-14T15:08:58.931Z] 14cd093c8954 Extracting [=====================================> ] 27.13MB/36.64MB [2025-11-14T15:08:58.931Z] 14cd093c8954 Extracting [=======================================> ] 28.7MB/36.64MB [2025-11-14T15:08:59.182Z] 14cd093c8954 Extracting [=========================================> ] 30.28MB/36.64MB [2025-11-14T15:08:59.182Z] 14cd093c8954 Extracting [===========================================> ] 31.85MB/36.64MB [2025-11-14T15:08:59.433Z] 14cd093c8954 Extracting [=============================================> ] 33.42MB/36.64MB [2025-11-14T15:08:59.433Z] 14cd093c8954 Extracting [===============================================> ] 35MB/36.64MB [2025-11-14T15:08:59.688Z] 14cd093c8954 Extracting [=================================================> ] 36.18MB/36.64MB [2025-11-14T15:08:59.688Z] 14cd093c8954 Extracting [==================================================>] 36.64MB/36.64MB [2025-11-14T15:08:59.938Z] 14cd093c8954 Pull complete [2025-11-14T15:09:00.490Z] server Pulled [2025-11-14T15:09:00.490Z] + echo πŸš€ Starting Authentik server and worker... [2025-11-14T15:09:00.490Z] πŸš€ Starting Authentik server and worker... [2025-11-14T15:09:00.490Z] + docker compose up -d server worker [2025-11-14T15:09:01.042Z] Network ****-deploy_default Creating [2025-11-14T15:09:01.293Z] Network ****-deploy_default Created [2025-11-14T15:09:01.293Z] Container ****-deploy-worker-1 Creating [2025-11-14T15:09:01.293Z] Container ****-deploy-server-1 Creating [2025-11-14T15:09:33.224Z] Container ****-deploy-worker-1 Created [2025-11-14T15:09:33.224Z] Container ****-deploy-server-1 Created [2025-11-14T15:09:33.224Z] Container ****-deploy-worker-1 Starting [2025-11-14T15:09:33.225Z] Container ****-deploy-server-1 Starting [2025-11-14T15:09:34.138Z] Container ****-deploy-server-1 Started [2025-11-14T15:09:34.138Z] Container ****-deploy-worker-1 Started [2025-11-14T15:09:34.389Z] + echo ⏳ Waiting for Authentik services to start... [2025-11-14T15:09:34.390Z] ⏳ Waiting for Authentik services to start... [2025-11-14T15:09:34.390Z] + sleep 10 [2025-11-14T15:09:44.270Z] + echo πŸ” Checking service status... [2025-11-14T15:09:44.270Z] πŸ” Checking service status... [2025-11-14T15:09:44.270Z] + docker compose ps [2025-11-14T15:09:44.822Z] NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS [2025-11-14T15:09:44.822Z] ****-deploy-server-1 ghcr.io/go****/server:2025.10.1 "dumb-init -- ak ser…" server 43 seconds ago Up 11 seconds (healthy) 0.0.0.0:9000->9000/tcp, [::]:9000->9000/tcp, 0.0.0.0:9443->9443/tcp, [::]:9443->9443/tcp [2025-11-14T15:09:44.823Z] ****-deploy-worker-1 ghcr.io/go****/server:2025.10.1 "dumb-init -- ak wor…" worker 43 seconds ago Up 11 seconds (health: starting) [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-11-14T15:09:45.014Z] βœ… Authentik deployed successfully [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Verify Deployment) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:09:45.530Z] πŸ” Verifying deployment... [Pipeline] withCredentials [2025-11-14T15:09:45.609Z] Masking supported pattern matches of $PG_PASS or $PG_DB or $PG_USER or $POSTGRES_HOST [Pipeline] { [Pipeline] sh [2025-11-14T15:09:46.064Z] + export PG_DB=**** [2025-11-14T15:09:46.064Z] + export PG_USER=**** [2025-11-14T15:09:46.064Z] + export POSTGRES_HOST=**** [2025-11-14T15:09:46.064Z] + export PGPASSWORD=**** [2025-11-14T15:09:46.064Z] + echo 🐳 Container status: [2025-11-14T15:09:46.064Z] 🐳 Container status: [2025-11-14T15:09:46.064Z] + docker compose ps [2025-11-14T15:09:46.315Z] error while interpolating services.worker.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required [2025-11-14T15:09:46.315Z] + echo ❌ Could not get container status [2025-11-14T15:09:46.316Z] ❌ Could not get container status [2025-11-14T15:09:46.316Z] + echo πŸ”— Testing database connection to external PostgreSQL... [2025-11-14T15:09:46.316Z] πŸ”— Testing database connection to external PostgreSQL... [2025-11-14T15:09:46.316Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c SELECT 1 as connection_test; [2025-11-14T15:09:46.567Z] connection_test [2025-11-14T15:09:46.567Z] ----------------- [2025-11-14T15:09:46.567Z] 1 [2025-11-14T15:09:46.567Z] (1 row) [2025-11-14T15:09:46.567Z] [2025-11-14T15:09:46.567Z] + echo πŸ“Š Database statistics: [2025-11-14T15:09:46.567Z] πŸ“Š Database statistics: [2025-11-14T15:09:46.567Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c [2025-11-14T15:09:46.567Z] SELECT [2025-11-14T15:09:46.567Z] schemaname, [2025-11-14T15:09:46.567Z] tablename [2025-11-14T15:09:46.567Z] FROM pg_tables [2025-11-14T15:09:46.567Z] WHERE schemaname = 'public' [2025-11-14T15:09:46.567Z] LIMIT 5; [2025-11-14T15:09:46.567Z] [2025-11-14T15:09:46.818Z] schemaname | tablename [2025-11-14T15:09:46.818Z] ------------+----------- [2025-11-14T15:09:46.818Z] (0 rows) [2025-11-14T15:09:46.818Z] [2025-11-14T15:09:46.818Z] + echo 🌐 Checking Authentik server... [2025-11-14T15:09:46.818Z] 🌐 Checking Authentik server... [2025-11-14T15:09:46.818Z] + sleep 5 [2025-11-14T15:09:52.015Z] + docker compose ps server [2025-11-14T15:09:52.015Z] + grep -q Up [2025-11-14T15:09:52.266Z] error while interpolating services.server.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required [2025-11-14T15:09:52.266Z] + echo ⚠️ Authentik server status unclear [2025-11-14T15:09:52.266Z] ⚠️ Authentik server status unclear [2025-11-14T15:09:52.266Z] + docker compose ps worker [2025-11-14T15:09:52.266Z] + grep -q Up [2025-11-14T15:09:52.518Z] error while interpolating services.server.environment.AUTHENTIK_SECRET_KEY: required variable AUTHENTIK_SECRET_KEY is missing a value: secret key required [2025-11-14T15:09:52.518Z] + echo ⚠️ Authentik worker status unclear [2025-11-14T15:09:52.518Z] ⚠️ Authentik worker status unclear [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-11-14T15:09:52.746Z] βœ… Deployment verification completed [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Create Backup) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:09:53.646Z] πŸ’Ύ Creating deployment backup: authentik_backup_20251114_150953.sql [Pipeline] withCredentials [2025-11-14T15:09:53.720Z] Masking supported pattern matches of $PG_PASS or $PG_DB or $PG_USER or $POSTGRES_HOST [Pipeline] { [Pipeline] sh [2025-11-14T15:09:53.819Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. [2025-11-14T15:09:53.819Z] Affected argument(s) used the following variable(s): [POSTGRES_HOST, PG_USER, PG_DB] [2025-11-14T15:09:53.819Z] See https://jenkins.io/redirect/groovy-string-interpolation for details. [2025-11-14T15:09:54.082Z] + export PG_DB=**** [2025-11-14T15:09:54.082Z] + export PG_USER=**** [2025-11-14T15:09:54.082Z] + export POSTGRES_HOST=**** [2025-11-14T15:09:54.082Z] + export PGPASSWORD=**** [2025-11-14T15:09:54.082Z] + mkdir -p jenkins_backups [2025-11-14T15:09:54.082Z] + docker exec -e PGPASSWORD=**** **** pg_dump -h localhost -U **** -d **** --format=custom --compress=9 --file=/tmp/****_backup_20251114_150953.sql [2025-11-14T15:09:54.634Z] + docker cp ****:/tmp/****_backup_20251114_150953.sql jenkins_backups/ [2025-11-14T15:09:54.885Z] + cd jenkins_backups [2025-11-14T15:09:54.885Z] + sha256sum ****_backup_20251114_150953.sql [2025-11-14T15:09:54.885Z] + echo βœ… Backup created: ****_backup_20251114_150953.sql [2025-11-14T15:09:54.885Z] βœ… Backup created: ****_backup_20251114_150953.sql [2025-11-14T15:09:54.885Z] + ls -lh ****_backup_20251114_150953.sql [2025-11-14T15:09:54.885Z] -rw-r--r-- 1 root root 1.6K Nov 14 15:09 ****_backup_20251114_150953.sql [Pipeline] } [Pipeline] // withCredentials [Pipeline] archiveArtifacts [2025-11-14T15:09:55.110Z] Archiving artifacts [2025-11-14T15:09:55.117Z] Recording fingerprints [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:09:55.855Z] πŸ“‹ Pipeline completed with status: SUCCESS [Pipeline] echo [2025-11-14T15:09:55.938Z] [2025-11-14T15:09:55.938Z] 🎯 Authentik Deployment Pipeline [2025-11-14T15:09:55.938Z] πŸ“… Build: 5 [2025-11-14T15:09:55.938Z] 🌿 Branch: null [2025-11-14T15:09:55.938Z] 🏷️ Commit: 161a2f52 [2025-11-14T15:09:55.938Z] ⏱️ Duration: 4 min 31 sec and counting [2025-11-14T15:09:55.938Z] βœ… Status: SUCCESS [2025-11-14T15:09:55.938Z] [Pipeline] sh [2025-11-14T15:09:56.266Z] + + + tailfindxargs -n jenkins_backups rm +6 -name -f [2025-11-14T15:09:56.266Z] *.sql [2025-11-14T15:09:56.266Z] -type f [2025-11-14T15:09:56.266Z] + sort -r [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:09:56.722Z] πŸŽ‰ Authentik deployment successful! [Pipeline] echo [2025-11-14T15:09:56.775Z] [Pipeline] echo [2025-11-14T15:09:56.832Z] πŸ“ Next steps: [Pipeline] echo [2025-11-14T15:09:56.890Z] 1. Access Authentik: http://:9000/ [Pipeline] echo [2025-11-14T15:09:56.946Z] 2. Initial setup: http://:9000/if/flow/initial-setup/ [Pipeline] echo [2025-11-14T15:09:57.001Z] 3. Admin interface: http://:9000/if/admin/ [Pipeline] echo [2025-11-14T15:09:57.054Z] [Pipeline] echo [2025-11-14T15:09:57.108Z] ⚠️ Remember to configure: [Pipeline] echo [2025-11-14T15:09:57.162Z] - Admin account (initial setup) [Pipeline] echo [2025-11-14T15:09:57.215Z] - Email settings (for notifications) [Pipeline] echo [2025-11-14T15:09:57.269Z] - SSL/TLS (reverse proxy recommended) [Pipeline] echo [2025-11-14T15:09:57.311Z] - Applications and providers [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo [2025-11-14T15:09:57.570Z] 🧹 Cleaning up workspace... [Pipeline] sh [2025-11-14T15:09:57.859Z] + rm -f *.tmp [Pipeline] echo [2025-11-14T15:09:57.923Z] βœ… Keeping containers running for production (main branch) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS