Exporting environment variables Exporting CI Exporting DISPLAY Exporting PAGER Exporting SEMAPHORE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_REPO_NAME Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_WORKING_BRANCH Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SSH_PRIVATE_KEY_PATH Exporting TERM Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting /home/semaphore/.ssh/id_rsa with file mode 0600 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.19.10/linux.tar toolbox/ toolbox/sem-version toolbox/spc toolbox/sem-service toolbox/sem-context toolbox/artifact toolbox/test-results toolbox/toolbox toolbox/sem-install toolbox/install-toolbox toolbox/enetwork toolbox/install-package toolbox/retry toolbox/sem-semantic-release toolbox/system-metrics-collector toolbox/Dockerfile.dev toolbox/ssh-session-cli toolbox/libchecksum toolbox/cache toolbox/libcheckout toolbox/README.md toolbox/when toolbox/sem-dockerize toolbox/sem-service-check-params retry installed ssh-session-cli installed cache installed sem-context installed sem-service installed sem-dockerize installed sem-service-check-params installed sem-semantic-release installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2587 Connecting to cache Running: (ssh-keyscan -p 29920 -H 94.130.123.200 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) sem-version python 3.8 [15:40 04/10/2022]: Changing 'python' to version 3.8 * Switching to Python version 3.8 * Done. Python 3.8.14 [15:40 04/10/2022]: Switch successful. python3 --version Python 3.8.14 pip3 install -U pip setuptools mpmath testfixtures Requirement already satisfied: pip in ./.pyenv/3.8/lib/python3.8/site-packages (22.2.2) Requirement already satisfied: setuptools in ./.pyenv/3.8/lib/python3.8/site-packages (62.1.0) Collecting setuptools Downloading setuptools-65.4.1-py3-none-any.whl (1.2 MB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 40.0 MB/s eta 0:00:00 [?25hCollecting mpmath Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/532.6 kB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 47.9 MB/s eta 0:00:00 [?25hCollecting testfixtures Downloading testfixtures-7.0.0-py3-none-any.whl (97 kB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/97.3 kB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/97.3 kB 19.5 MB/s eta 0:00:00 [?25hInstalling collected packages: mpmath, testfixtures, setuptools Attempting uninstall: setuptools Found existing installation: setuptools 62.1.0 Uninstalling setuptools-62.1.0: Successfully uninstalled setuptools-62.1.0 Successfully installed mpmath-1.2.1 setuptools-65.4.1 testfixtures-7.0.0 pip3 install pip install -U git+https://github.com/sympy/sympy/ nrpylatex Collecting git+https://github.com/sympy/sympy/ Cloning https://github.com/sympy/sympy/ to /tmp/pip-req-build-j7s0f2g3 Running command git clone --filter=blob:none --quiet https://github.com/sympy/sympy/ /tmp/pip-req-build-j7s0f2g3 Resolved https://github.com/sympy/sympy/ to commit 2ba681e0b469c845d944cb1cdcb6008ab56338da Preparing metadata (setup.py) ... [?25l- done [?25hRequirement already satisfied: pip in ./.pyenv/3.8/lib/python3.8/site-packages (22.2.2) Collecting install Downloading install-1.3.5-py3-none-any.whl (3.2 kB) Collecting nrpylatex Downloading nrpylatex-1.2.2-py3-none-any.whl (34 kB) Requirement already satisfied: mpmath>=0.19 in ./.pyenv/3.8/lib/python3.8/site-packages (from sympy==1.12.dev0) (1.2.1) Building wheels for collected packages: sympy Building wheel for sympy (setup.py) ... [?25l- \ | / - \ | / - \ | / done [?25h Created wheel for sympy: filename=sympy-1.12.dev0-py3-none-any.whl size=6529471 sha256=37cefbdf43a335d723c9002caf590b3ef851da3419c14043ba3c56d4e857823d Stored in directory: /tmp/pip-ephem-wheel-cache-3c_fg4t7/wheels/e6/d9/4f/d72fa06fc065985fda642d0f4a00559265ea821f5f3e189e2b Successfully built sympy Installing collected packages: sympy, install, nrpylatex Successfully installed install-1.3.5 nrpylatex-1.2.2 sympy-1.12.dev0 git clone https://github.com/zachetienne/nrpytutorial.git Cloning into 'nrpytutorial'... remote: Enumerating objects: 21964, done. remote: Counting objects: 0% (1/2913) remote: Counting objects: 1% (30/2913) remote: Counting objects: 2% (59/2913) remote: Counting objects: 3% (88/2913) remote: Counting objects: 4% (117/2913) remote: Counting objects: 5% (146/2913) remote: Counting objects: 6% (175/2913) remote: Counting objects: 7% (204/2913) remote: Counting objects: 8% (234/2913) remote: Counting objects: 9% (263/2913) remote: Counting objects: 10% (292/2913) remote: Counting objects: 11% (321/2913) remote: Counting objects: 12% (350/2913) remote: Counting objects: 13% (379/2913) remote: Counting objects: 14% (408/2913) remote: Counting objects: 15% (437/2913) remote: Counting objects: 16% (467/2913) remote: Counting objects: 17% (496/2913) remote: Counting objects: 18% (525/2913) remote: Counting objects: 19% (554/2913) remote: Counting objects: 20% (583/2913) remote: Counting objects: 21% (612/2913) remote: Counting objects: 22% (641/2913) remote: Counting objects: 23% (670/2913) remote: Counting objects: 24% (700/2913) remote: Counting objects: 25% (729/2913) remote: Counting objects: 26% (758/2913) remote: Counting objects: 27% (787/2913) remote: Counting objects: 28% (816/2913) remote: Counting objects: 29% (845/2913) remote: Counting objects: 30% (874/2913) remote: Counting objects: 31% (904/2913) remote: Counting objects: 32% (933/2913) remote: Counting objects: 33% (962/2913) remote: Counting objects: 34% (991/2913) remote: Counting objects: 35% (1020/2913) remote: Counting objects: 36% (1049/2913) remote: Counting objects: 37% (1078/2913) remote: Counting objects: 38% (1107/2913) remote: Counting objects: 39% (1137/2913) remote: Counting objects: 40% (1166/2913) remote: Counting objects: 41% (1195/2913) remote: Counting objects: 42% (1224/2913) remote: Counting objects: 43% (1253/2913) remote: Counting objects: 44% (1282/2913) remote: Counting objects: 45% (1311/2913) remote: Counting objects: 46% (1340/2913) remote: Counting objects: 47% (1370/2913) remote: Counting objects: 48% (1399/2913) remote: Counting objects: 49% (1428/2913) remote: Counting objects: 50% (1457/2913) remote: Counting objects: 51% (1486/2913) remote: Counting objects: 52% (1515/2913) remote: Counting objects: 53% (1544/2913) remote: Counting objects: 54% (1574/2913) remote: Counting objects: 55% (1603/2913) remote: Counting objects: 56% (1632/2913) remote: Counting objects: 57% (1661/2913) remote: Counting objects: 58% (1690/2913) remote: Counting objects: 59% (1719/2913) remote: Counting objects: 60% (1748/2913) remote: Counting objects: 61% (1777/2913) remote: Counting objects: 62% (1807/2913) remote: Counting objects: 63% (1836/2913) remote: Counting objects: 64% (1865/2913) remote: Counting objects: 65% (1894/2913) remote: Counting objects: 66% (1923/2913) remote: Counting objects: 67% (1952/2913) remote: Counting objects: 68% (1981/2913) remote: Counting objects: 69% (2010/2913) remote: Counting objects: 70% (2040/2913) remote: Counting objects: 71% (2069/2913) remote: Counting objects: 72% (2098/2913) remote: Counting objects: 73% (2127/2913) remote: Counting objects: 74% (2156/2913) remote: Counting objects: 75% (2185/2913) remote: Counting objects: 76% (2214/2913) remote: Counting objects: 77% (2244/2913) remote: Counting objects: 78% (2273/2913) remote: Counting objects: 79% (2302/2913) remote: Counting objects: 80% (2331/2913) remote: Counting objects: 81% (2360/2913) remote: Counting objects: 82% (2389/2913) remote: Counting objects: 83% (2418/2913) remote: Counting objects: 84% (2447/2913) remote: Counting objects: 85% (2477/2913) remote: Counting objects: 86% (2506/2913) remote: Counting objects: 87% (2535/2913) remote: Counting objects: 88% (2564/2913) remote: Counting objects: 89% (2593/2913) remote: Counting objects: 90% (2622/2913) remote: Counting objects: 91% (2651/2913) remote: Counting objects: 92% (2680/2913) remote: Counting objects: 93% (2710/2913) remote: Counting objects: 94% (2739/2913) remote: Counting objects: 95% (2768/2913) remote: Counting objects: 96% (2797/2913) remote: Counting objects: 97% (2826/2913) remote: Counting objects: 98% (2855/2913) remote: Counting objects: 99% (2884/2913) remote: Counting objects: 100% (2913/2913) remote: Counting objects: 100% (2913/2913), done. remote: Compressing objects: 0% (1/1025) remote: Compressing objects: 1% (11/1025) remote: Compressing objects: 2% (21/1025) remote: Compressing objects: 3% (31/1025) remote: Compressing objects: 4% (41/1025) remote: Compressing objects: 5% (52/1025) remote: Compressing objects: 6% (62/1025) remote: Compressing objects: 7% (72/1025) remote: Compressing objects: 8% (82/1025) remote: Compressing objects: 9% (93/1025) remote: Compressing objects: 10% (103/1025) remote: Compressing objects: 11% (113/1025) remote: Compressing objects: 12% (123/1025) remote: Compressing objects: 13% (134/1025) remote: Compressing objects: 14% (144/1025) remote: Compressing objects: 14% (148/1025) remote: Compressing objects: 15% (154/1025) remote: Compressing objects: 16% (164/1025) remote: Compressing objects: 17% (175/1025) remote: Compressing objects: 18% (185/1025) remote: Compressing objects: 19% (195/1025) remote: Compressing objects: 20% (205/1025) remote: Compressing objects: 21% (216/1025) remote: Compressing objects: 22% (226/1025) remote: Compressing objects: 23% (236/1025) remote: Compressing objects: 24% (246/1025) remote: Compressing objects: 25% (257/1025) remote: Compressing objects: 26% (267/1025) remote: Compressing objects: 27% (277/1025) remote: Compressing objects: 28% (287/1025) remote: Compressing objects: 29% (298/1025) remote: Compressing objects: 30% (308/1025) remote: Compressing objects: 31% (318/1025) remote: Compressing objects: 32% (328/1025) remote: Compressing objects: 33% (339/1025) remote: Compressing objects: 34% (349/1025) remote: Compressing objects: 35% (359/1025) remote: Compressing objects: 36% (369/1025) remote: Compressing objects: 37% (380/1025) remote: Compressing objects: 38% (390/1025) remote: Compressing objects: 39% (400/1025) remote: Compressing objects: 40% (410/1025) remote: Compressing objects: 41% (421/1025) remote: Compressing objects: 42% (431/1025) remote: Compressing objects: 43% (441/1025) remote: Compressing objects: 44% (451/1025) remote: Compressing objects: 45% (462/1025) remote: Compressing objects: 46% (472/1025) remote: Compressing objects: 47% (482/1025) remote: Compressing objects: 48% (492/1025) remote: Compressing objects: 49% (503/1025) remote: Compressing objects: 50% (513/1025) remote: Compressing objects: 51% (523/1025) remote: Compressing objects: 52% (533/1025) remote: Compressing objects: 53% (544/1025) remote: Compressing objects: 54% (554/1025) remote: Compressing objects: 55% (564/1025) remote: Compressing objects: 56% (574/1025) remote: Compressing objects: 57% (585/1025) remote: Compressing objects: 58% (595/1025) remote: Compressing objects: 59% (605/1025) remote: Compressing objects: 60% (615/1025) remote: Compressing objects: 61% (626/1025) remote: Compressing objects: 62% (636/1025) remote: Compressing objects: 63% (646/1025) remote: Compressing objects: 64% (656/1025) remote: Compressing objects: 65% (667/1025) remote: Compressing objects: 66% (677/1025) remote: Compressing objects: 67% (687/1025) remote: Compressing objects: 68% (697/1025) remote: Compressing objects: 69% (708/1025) remote: Compressing objects: 70% (718/1025) remote: Compressing objects: 71% (728/1025) remote: Compressing objects: 72% (738/1025) remote: Compressing objects: 73% (749/1025) remote: Compressing objects: 74% (759/1025) remote: Compressing objects: 75% (769/1025) remote: Compressing objects: 76% (779/1025) remote: Compressing objects: 77% (790/1025) remote: Compressing objects: 78% (800/1025) remote: Compressing objects: 79% (810/1025) remote: Compressing objects: 80% (820/1025) remote: Compressing objects: 81% (831/1025) remote: Compressing objects: 82% (841/1025) remote: Compressing objects: 83% (851/1025) remote: Compressing objects: 84% (861/1025) remote: Compressing objects: 85% (872/1025) remote: Compressing objects: 86% (882/1025) remote: Compressing objects: 87% (892/1025) remote: Compressing objects: 88% (902/1025) remote: Compressing objects: 89% (913/1025) remote: Compressing objects: 90% (923/1025) remote: Compressing objects: 91% (933/1025) remote: Compressing objects: 92% (943/1025) remote: Compressing objects: 93% (954/1025) remote: Compressing objects: 94% (964/1025) remote: Compressing objects: 95% (974/1025) remote: Compressing objects: 96% (984/1025) remote: Compressing objects: 97% (995/1025) remote: Compressing objects: 98% (1005/1025) remote: Compressing objects: 99% (1015/1025) remote: Compressing objects: 100% (1025/1025) remote: Compressing objects: 100% (1025/1025), done. Receiving objects: 0% (1/21964) Receiving objects: 1% (220/21964) Receiving objects: 2% (440/21964) Receiving objects: 3% (659/21964) Receiving objects: 4% (879/21964) Receiving objects: 5% (1099/21964) Receiving objects: 6% (1318/21964) Receiving objects: 7% (1538/21964) Receiving objects: 8% (1758/21964) Receiving objects: 9% (1977/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 10% (2197/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 11% (2417/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 12% (2636/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 13% (2856/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 14% (3075/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 15% (3295/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 16% (3515/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 17% (3734/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 18% (3954/21964), 428.01 KiB | 814.00 KiB/s Receiving objects: 18% (3971/21964), 948.01 KiB | 908.00 KiB/s Receiving objects: 19% (4174/21964), 948.01 KiB | 908.00 KiB/s Receiving objects: 20% (4393/21964), 1.61 MiB | 1.04 MiB/s Receiving objects: 20% (4536/21964), 1.61 MiB | 1.04 MiB/s Receiving objects: 21% (4613/21964), 2.46 MiB | 1.21 MiB/s Receiving objects: 21% (4831/21964), 3.55 MiB | 1.40 MiB/s Receiving objects: 22% (4833/21964), 3.55 MiB | 1.40 MiB/s Receiving objects: 23% (5052/21964), 6.90 MiB | 1.95 MiB/s Receiving objects: 23% (5204/21964), 9.23 MiB | 2.28 MiB/s Receiving objects: 24% (5272/21964), 9.23 MiB | 2.28 MiB/s Receiving objects: 25% (5491/21964), 9.23 MiB | 2.28 MiB/s Receiving objects: 26% (5711/21964), 12.32 MiB | 2.70 MiB/s Receiving objects: 27% (5931/21964), 12.32 MiB | 2.70 MiB/s Receiving objects: 27% (6018/21964), 12.32 MiB | 2.70 MiB/s Receiving objects: 28% (6150/21964), 12.32 MiB | 2.70 MiB/s Receiving objects: 29% (6370/21964), 12.32 MiB | 2.70 MiB/s Receiving objects: 30% (6590/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 31% (6809/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 32% (7029/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 33% (7249/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 34% (7468/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 35% (7688/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 36% (7908/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 37% (8127/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 38% (8347/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 39% (8566/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 40% (8786/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 41% (9006/21964), 16.21 MiB | 3.48 MiB/s Receiving objects: 42% (9225/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 43% (9445/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 44% (9665/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 45% (9884/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 46% (10104/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 47% (10324/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 48% (10543/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 49% (10763/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 50% (10982/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 51% (11202/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 51% (11410/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 52% (11422/21964), 21.14 MiB | 4.46 MiB/s Receiving objects: 53% (11641/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 54% (11861/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 55% (12081/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 56% (12300/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 57% (12520/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 58% (12740/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 59% (12959/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 60% (13179/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 61% (13399/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 62% (13618/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 63% (13838/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 64% (14057/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 65% (14277/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 66% (14497/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 67% (14716/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 68% (14936/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 69% (15156/21964), 27.50 MiB | 5.71 MiB/s Receiving objects: 70% (15375/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 71% (15595/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 72% (15815/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 73% (16034/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 74% (16254/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 75% (16473/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 76% (16693/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 77% (16913/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 78% (17132/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 79% (17352/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 80% (17572/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 81% (17791/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 82% (18011/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 83% (18231/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 84% (18450/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 85% (18670/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 86% (18890/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 87% (19109/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 88% (19329/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 89% (19548/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 90% (19768/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 91% (19988/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 92% (20207/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 93% (20427/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 94% (20647/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 94% (20814/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 95% (20866/21964), 35.61 MiB | 7.31 MiB/s Receiving objects: 96% (21086/21964), 46.38 MiB | 9.45 MiB/s Receiving objects: 97% (21306/21964), 46.38 MiB | 9.45 MiB/s Receiving objects: 98% (21525/21964), 46.38 MiB | 9.45 MiB/s Receiving objects: 99% (21745/21964), 46.38 MiB | 9.45 MiB/s remote: Total 21964 (delta 1921), reused 2792 (delta 1831), pack-reused 19051 Receiving objects: 100% (21964/21964), 46.38 MiB | 9.45 MiB/s Receiving objects: 100% (21964/21964), 53.90 MiB | 7.26 MiB/s, done. Resolving deltas: 0% (0/15941) Resolving deltas: 1% (160/15941) Resolving deltas: 2% (319/15941) Resolving deltas: 3% (479/15941) Resolving deltas: 4% (638/15941) Resolving deltas: 5% (798/15941) Resolving deltas: 6% (957/15941) Resolving deltas: 7% (1116/15941) Resolving deltas: 8% (1276/15941) Resolving deltas: 9% (1435/15941) Resolving deltas: 10% (1595/15941) Resolving deltas: 11% (1754/15941) Resolving deltas: 12% (1913/15941) Resolving deltas: 13% (2073/15941) Resolving deltas: 14% (2232/15941) Resolving deltas: 15% (2392/15941) Resolving deltas: 16% (2551/15941) Resolving deltas: 17% (2710/15941) Resolving deltas: 18% (2870/15941) Resolving deltas: 19% (3029/15941) Resolving deltas: 20% (3189/15941) Resolving deltas: 21% (3348/15941) Resolving deltas: 22% (3508/15941) Resolving deltas: 23% (3667/15941) Resolving deltas: 24% (3826/15941) Resolving deltas: 25% (3986/15941) Resolving deltas: 26% (4145/15941) Resolving deltas: 27% (4305/15941) Resolving deltas: 28% (4464/15941) Resolving deltas: 29% (4623/15941) Resolving deltas: 30% (4783/15941) Resolving deltas: 31% (4942/15941) Resolving deltas: 32% (5102/15941) Resolving deltas: 33% (5261/15941) Resolving deltas: 34% (5420/15941) Resolving deltas: 35% (5580/15941) Resolving deltas: 36% (5739/15941) Resolving deltas: 37% (5899/15941) Resolving deltas: 38% (6058/15941) Resolving deltas: 39% (6217/15941) Resolving deltas: 40% (6377/15941) Resolving deltas: 41% (6536/15941) Resolving deltas: 42% (6696/15941) Resolving deltas: 43% (6855/15941) Resolving deltas: 44% (7015/15941) Resolving deltas: 45% (7174/15941) Resolving deltas: 46% (7333/15941) Resolving deltas: 47% (7493/15941) Resolving deltas: 48% (7652/15941) Resolving deltas: 49% (7812/15941) Resolving deltas: 50% (7971/15941) Resolving deltas: 51% (8130/15941) Resolving deltas: 52% (8290/15941) Resolving deltas: 53% (8449/15941) Resolving deltas: 54% (8609/15941) Resolving deltas: 55% (8768/15941) Resolving deltas: 56% (8927/15941) Resolving deltas: 57% (9087/15941) Resolving deltas: 58% (9246/15941) Resolving deltas: 59% (9406/15941) Resolving deltas: 60% (9565/15941) Resolving deltas: 61% (9725/15941) Resolving deltas: 62% (9884/15941) Resolving deltas: 63% (10043/15941) Resolving deltas: 64% (10203/15941) Resolving deltas: 65% (10362/15941) Resolving deltas: 66% (10522/15941) Resolving deltas: 67% (10681/15941) Resolving deltas: 68% (10840/15941) Resolving deltas: 69% (11000/15941) Resolving deltas: 70% (11159/15941) Resolving deltas: 71% (11319/15941) Resolving deltas: 72% (11478/15941) Resolving deltas: 73% (11637/15941) Resolving deltas: 74% (11797/15941) Resolving deltas: 75% (11956/15941) Resolving deltas: 76% (12116/15941) Resolving deltas: 77% (12275/15941) Resolving deltas: 78% (12434/15941) Resolving deltas: 79% (12594/15941) Resolving deltas: 80% (12753/15941) Resolving deltas: 81% (12913/15941) Resolving deltas: 82% (13072/15941) Resolving deltas: 83% (13232/15941) Resolving deltas: 83% (13315/15941) Resolving deltas: 84% (13391/15941) Resolving deltas: 85% (13550/15941) Resolving deltas: 86% (13710/15941) Resolving deltas: 87% (13869/15941) Resolving deltas: 88% (14029/15941) Resolving deltas: 89% (14188/15941) Resolving deltas: 90% (14347/15941) Resolving deltas: 91% (14507/15941) Resolving deltas: 92% (14666/15941) Resolving deltas: 93% (14826/15941) Resolving deltas: 94% (14985/15941) Resolving deltas: 95% (15144/15941) Resolving deltas: 96% (15304/15941) Resolving deltas: 97% (15463/15941) Resolving deltas: 98% (15623/15941) Resolving deltas: 99% (15782/15941) Resolving deltas: 100% (15941/15941) Resolving deltas: 100% (15941/15941), done. cd nrpytutorial ./UnitTesting/run_NRPy_UnitTests.sh python3 ######################################## /home/semaphore/nrpytutorial:/home/semaphore/nrpytutorial/UnitTesting:/home/semaphore/nrpytutorial/in_progress Using python3 as Python interpreter. python3 version info: Python 3.8.14 ######################################## INFO:root: All calc_error tests passed. . INFO:root: All create_dict_string tests passed. . INFO:root: All cse_simplify_and_evaluate_sympy_expressions tests passed . INFO:root: All evaluate_globals tests passed. . INFO:root: All expand_variable_dict tests passed. . F INFO:root: All get_variable_dimension tests passed. . ====================================================================== FAIL: test_first_time_print (__main__.TestFunctions) ---------------------------------------------------------------------- Traceback (most recent call last): File "UnitTesting/Test_UnitTesting/test_functions.py", line 560, in test_first_time_print first_time_print_helper(self, message=message, write=False) File "UnitTesting/Test_UnitTesting/test_functions.py", line 831, in first_time_print_helper self.assertEqual(logger.output, ['ERROR:root:' + message]) AssertionError: Lists differ: ["ERR[154 chars]#\n\n\n# Generated on: 2022-10-04\ntrusted_val[44 chars]#\n"] != ["ERR[154 chars]#\n\n# Generated on: 2022-10-04\ntrusted_value[42 chars]#\n"] First differing element 0: "ERRO[153 chars]#\n\n\n# Generated on: 2022-10-04\ntrusted_val[43 chars]##\n" "ERRO[153 chars]#\n\n# Generated on: 2022-10-04\ntrusted_value[41 chars]##\n" ['ERROR:root:\n' 'Module: TestModule\n' 'Please copy the following code between the ##### and paste it into your ' 'trusted_values_dict.py file for this module:\n' '\n' '#####\n' '\n' - '\n' '# Generated on: 2022-10-04\n' "trusted_values_dict['TestModule__globals'] = {}\n" '\n' '#####\n'] ---------------------------------------------------------------------- Ran 7 tests in 0.259s FAILED (failures=1) Testing test_module_for_testing_gamma... INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function__create_gamma_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function(create_gamma=True) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.245s OK INFO:root: Test for function function(create_gamma=True) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function2__create_gamma_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function2(create_gamma=True) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.248s OK INFO:root: Test for function function2(create_gamma=True) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_module_for_testing_no_gamma... INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function__create_gamma_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function(create_gamma=False) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.247s OK INFO:root: Test for function function(create_gamma=False) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function2__create_gamma_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function2(create_gamma=False) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.246s OK INFO:root: Test for function function2(create_gamma=False) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADMBSSN_tofrom_4metric... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4DD_ito_BSSN_or_ADM___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4DD_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.289s OK INFO:root: Test for function g4DD_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4UU_ito_BSSN_or_ADM___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4UU_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.406s OK INFO:root: Test for function g4UU_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__BSSN_or_ADM_ito_g4DD___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_or_ADM_ito_g4DD("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.837s OK INFO:root: Test for function BSSN_or_ADM_ito_g4DD("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADMBSSN_tofrom_4metric_BSSN... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4DD_ito_BSSN_or_ADM___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4DD_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.917s OK INFO:root: Test for function g4DD_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4UU_ito_BSSN_or_ADM___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4UU_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.230s OK INFO:root: Test for function g4UU_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__BSSN_or_ADM_ito_g4DD___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_or_ADM_ito_g4DD("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.262s OK INFO:root: Test for function BSSN_or_ADM_ito_g4DD("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADM_in_terms_of_BSSN... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADM_in_terms_of_BSSN__ADM_in_terms_of_BSSN__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ADM_in_terms_of_BSSN() in module ADM_in_terms_of_BSSN... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 5.057s OK INFO:root: Test for function ADM_in_terms_of_BSSN() in module ADM_in_terms_of_BSSN passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BSSN_in_terms_of_ADM... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__gammabarDD_hDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function gammabarDD_hDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.724s OK INFO:root: Test for function gammabarDD_hDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__trK_AbarDD_aDD__gammaDD_None_KDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function trK_AbarDD_aDD(gammaDD=None,KDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.948s OK INFO:root: Test for function trK_AbarDD_aDD(gammaDD=None,KDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__LambdabarU_lambdaU__exact_gammaDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function LambdabarU_lambdaU__exact_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.291s OK INFO:root: Test for function LambdabarU_lambdaU__exact_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__cf_from_gammaDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function cf_from_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.694s OK INFO:root: Test for function cf_from_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__betU_vetU__betaU_None_BU_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function betU_vetU(betaU=None,BU=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.525s OK INFO:root: Test for function betU_vetU(betaU=None,BU=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BSSN_stress_energy_source_terms... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("ADM") in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.157s OK INFO:root: Test for function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("ADM") in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("BSSN") in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.162s OK INFO:root: Test for function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("BSSN") in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__BSSN_source_terms_for_BSSN_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_source_terms_for_BSSN_RHSs() in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 6.884s OK INFO:root: Test for function BSSN_source_terms_for_BSSN_RHSs() in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BrillLindquist... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BrillLindquist__BrillLindquist__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BrillLindquist(ComputeADMGlobalsOnly=True) in module BrillLindquist... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.316s OK INFO:root: Test for function BrillLindquist(ComputeADMGlobalsOnly=True) in module BrillLindquist passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Psi4... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/Psi4__Psi4__specify_tetrad_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function Psi4(specify_tetrad=False) in module Psi4... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 16.212s OK INFO:root: Test for function Psi4(specify_tetrad=False) in module Psi4 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Psi4_tetrads... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/Psi4_tetrads__Psi4_tetrads__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function Psi4_tetrads() in module Psi4_tetrads... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (2.85976611292566462450799749456e-32) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 2.2559576845629140650888464515e-62. Setting value to zero INFO:root:Found |result| (2.85976611292566462450799749456e-32) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -2.2559576845629140650888464515e-62. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.441s OK INFO:root: Test for function Psi4_tetrads() in module Psi4_tetrads passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_RHSs__BSSN_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_RHSs() in module BSSN_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 216.803s OK INFO:root: Test for function BSSN_RHSs() in module BSSN_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ShiftedKerrSchild... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ShiftedKerrSchild__ShiftedKerrSchild__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ShiftedKerrSchild(ComputeADMGlobalsOnly=True) in module ShiftedKerrSchild... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.440s OK INFO:root: Test for function ShiftedKerrSchild(ComputeADMGlobalsOnly=True) in module ShiftedKerrSchild passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_StaticTrumpet... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/StaticTrumpet__StaticTrumpet__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function StaticTrumpet(ComputeADMGlobalsOnly=True) in module StaticTrumpet... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.273s OK INFO:root: Test for function StaticTrumpet(ComputeADMGlobalsOnly=True) in module StaticTrumpet passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_T4UUmunu_vars... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/T4UUmunu_vars__define_BSSN_T4UUmunu_rescaled_source_terms__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function define_BSSN_T4UUmunu_rescaled_source_terms() in module T4UUmunu_vars... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.229s OK INFO:root: Test for function define_BSSN_T4UUmunu_rescaled_source_terms() in module T4UUmunu_vars passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_UIUCBlackHole... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/UIUCBlackHole__UIUCBlackHole__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function UIUCBlackHole(ComputeADMGlobalsOnly=True) in module UIUCBlackHole... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.461s OK INFO:root: Test for function UIUCBlackHole(ComputeADMGlobalsOnly=True) in module UIUCBlackHole passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_constraints... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_constraints__BSSN_constraints__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_constraints() in module BSSN_constraints... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 27.899s OK INFO:root: Test for function BSSN_constraints() in module BSSN_constraints passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_gauge_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/gauge_RHSs__BSSN_gauge_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_gauge_RHSs() in module gauge_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 10.102s OK INFO:root: Test for function BSSN_gauge_RHSs() in module gauge_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_quantities... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__declare_BSSN_gridfunctions_if_not_declared_already__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function declare_BSSN_gridfunctions_if_not_declared_already() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.244s OK INFO:root: Test for function declare_BSSN_gridfunctions_if_not_declared_already() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__BSSN_basic_tensors__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_basic_tensors() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.598s OK INFO:root: Test for function BSSN_basic_tensors() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__gammabar__inverse_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function gammabar__inverse_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.115s OK INFO:root: Test for function gammabar__inverse_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__detgammabar_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function detgammabar_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.523s OK INFO:root: Test for function detgammabar_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__AbarUU_AbarUD_trAbar_AbarDD_dD__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function AbarUU_AbarUD_trAbar_AbarDD_dD() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.290s OK INFO:root: Test for function AbarUU_AbarUD_trAbar_AbarDD_dD() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 17.269s OK INFO:root: Test for function RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__betaU_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function betaU_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.581s OK INFO:root: Test for function betaU_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__phi_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function phi_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.295s OK INFO:root: Test for function phi_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRHD/tests/GRHD__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRHD... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.020s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRHD passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRFFE/tests/GRFFE__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRFFE... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 6.251s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRFFE passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRMHD/tests/GRMHD__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRMHD... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 8.787s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRMHD passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_FishboneMoncriefID... INFO:root: Creating file /home/semaphore/nrpytutorial/FishboneMoncriefID/tests/FishBoneMoncriefID__FishboneMoncriefID__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function FishboneMoncriefID() in module FishBoneMoncriefID... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.977s OK INFO:root: Test for function FishboneMoncriefID() in module FishBoneMoncriefID passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- python3: can't open file 'in_progress/GiRaFFE_HO/tests/test_GiRaFFE_HO.py': [Errno 2] No such file or directory python3: can't open file 'in_progress/GiRaFFEfood_HO/tests/test_GiRaFFEfood_HO.py': [Errno 2] No such file or directory Testing test_InitialData_I... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/InitialData_System_I__InitialData__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData() in module InitialData_System_I... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.586s OK INFO:root: Test for function InitialData() in module InitialData_System_I passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_II... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/InitialData_System_II__InitialData__test.py... INFO:root: ...Success: File created. DEBUG:root: Calling setup_trusted_values_dict... DEBUG:root: Trying to open /home/semaphore/nrpytutorial/Maxwell/tests/trusted_values_dict.py... DEBUG:root: ...Success, file already exists. DEBUG:root: ...Success: setup_trusted_values_dict ran without errors. INFO:root: Currently working on function InitialData() in module InitialData_System_II... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... DEBUG:root: Importing Maxwell.InitialData... DEBUG:root: ...Success: Imported module. DEBUG:root: Executing initialization_string... DEBUG:root:initialization_string: import NRPy_param_funcs as par par.set_parval_from_str("Maxwell.InitialData::System_to_use","System_II") DEBUG:root: ...Successfully executed. DEBUG:root: Executing function call and global assignment... DEBUG:root: ...Successfully executed. INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... DEBUG:root: Getting all free symbols... DEBUG:root: ...Setting each free symbol to a random value... DEBUG:root: ...Calculating values for each variable based on free symbols... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... DEBUG:root: Checking that calculated and trusted dicts contain the same variables... DEBUG:root: ...Success: same variables in both dicts. DEBUG:root: Comparing all calculated and trusted values... DEBUG:root: InitialData_System_II: AidU[0]: Calculated: 0.0 InitialData_System_II: AidU[0]: Trusted: 0.0 DEBUG:root: InitialData_System_II: AidU[1]: Calculated: 0.0 InitialData_System_II: AidU[1]: Trusted: 0.0 DEBUG:root: InitialData_System_II: AidU[2]: Calculated: 0.00691965039653015955385448055998 InitialData_System_II: AidU[2]: Trusted: 0.00691965039653015955385448055978 DEBUG:root: InitialData_System_II: EidU[0]: Calculated: 0.0 InitialData_System_II: EidU[0]: Trusted: 0.0 DEBUG:root: InitialData_System_II: EidU[1]: Calculated: 0.0 InitialData_System_II: EidU[1]: Trusted: 0.0 DEBUG:root: InitialData_System_II: EidU[2]: Calculated: -0.0238609467282951195538870134109 InitialData_System_II: EidU[2]: Trusted: -0.0238609467282951195538870134108 DEBUG:root: InitialData_System_II: Gamma_ID: Calculated: 0.0 InitialData_System_II: Gamma_ID: Trusted: 0.0 DEBUG:root: InitialData_System_II: psi_ID: Calculated: 0.0 InitialData_System_II: psi_ID: Trusted: 0.0 DEBUG:root: ...Success: all variables identical. INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.545s OK INFO:root: Test for function InitialData() in module InitialData_System_II passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Cartesian_System_I... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Cartesian_System_I__VacuumMaxwellRHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_I... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.483s OK INFO:root: Test for function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_I passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Cartesian_System_II... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Cartesian_System_II__VacuumMaxwellRHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_II... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.496s OK INFO:root: Test for function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_II passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Curvilinear_rescaled... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Curvilinear_rescaled__VacuumMaxwellRHSs_rescaled__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs_rescaled() in module VacuumMaxwell_Flat_Evol_Curvilinear_rescaled... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.854s OK INFO:root: Test for function VacuumMaxwellRHSs_rescaled() in module VacuumMaxwell_Flat_Evol_Curvilinear_rescaled passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_PlaneWave... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/InitialData__InitialData__Type__PlaneWave___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData(Type="PlaneWave") in module InitialData... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.307s OK INFO:root: Test for function InitialData(Type="PlaneWave") in module InitialData passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_SphericalGaussian... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/InitialData__InitialData__Type__SphericalGaussian___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData(Type="SphericalGaussian") in module InitialData... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.324s OK INFO:root: Test for function InitialData(Type="SphericalGaussian") in module InitialData passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ScalarWaveCurvilinear_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/ScalarWaveCurvilinear_RHSs__ScalarWaveCurvilinear_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ScalarWaveCurvilinear_RHSs() in module ScalarWaveCurvilinear_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.512s OK INFO:root: Test for function ScalarWaveCurvilinear_RHSs() in module ScalarWaveCurvilinear_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ScalarWave_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/ScalarWave_RHSs__ScalarWave_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ScalarWave_RHSs() in module ScalarWave_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.269s OK INFO:root: Test for function ScalarWave_RHSs() in module ScalarWave_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Cartesian__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Cartesian... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.340s OK INFO:root: Test for function reference_metric(True) in module rfm_Cartesian passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Cylindrical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Cylindrical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Cylindrical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.461s OK INFO:root: Test for function reference_metric(True) in module rfm_Cylindrical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_NobleSphericalThetaOptionOne... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_NobleSphericalThetaOptionOne__reference_metric__False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(False) in module rfm_NobleSphericalThetaOptionOne... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.902s OK INFO:root: Test for function reference_metric(False) in module rfm_NobleSphericalThetaOptionOne passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_NobleSphericalThetaOptionTwo... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_NobleSphericalThetaOptionTwo__reference_metric__False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(False) in module rfm_NobleSphericalThetaOptionTwo... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.047s OK INFO:root: Test for function reference_metric(False) in module rfm_NobleSphericalThetaOptionTwo passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhCylindrical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhCylindrical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhCylindrical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.873s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhCylindrical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhCylindricalv2... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhCylindricalv2__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhCylindricalv2... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.664s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhCylindricalv2 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSpherical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSpherical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSpherical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.832s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSpherical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSphericalv2... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSphericalv2__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSphericalv2... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (1.26217744835361888865876570445e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -9.95682444457782673143050248605e-60. Setting value to zero INFO:root:Found |result| (1.26217744835361888865876570445e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -9.95682444457782673143050248605e-60. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.944s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSphericalv2 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSymTP... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSymTP__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSymTP... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (6.31088724176809444329382852226e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 2.48920611114445668285762562151e-60. Setting value to zero INFO:root:Found |result| (6.31088724176809444329382852226e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 2.48920611114445668285762562151e-60. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 8.875s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSymTP passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Spherical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Spherical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Spherical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.582s OK INFO:root: Test for function reference_metric(True) in module rfm_Spherical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SymTP... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SymTP__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SymTP... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.470s OK INFO:root: Test for function reference_metric(True) in module rfm_SymTP passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_u0_smallb_Poynting__Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/u0_smallb_Poynting__Cartesian/tests/u0sbPoyn__compute_u0_smallb_Poynting__Cartesian__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function compute_u0_smallb_Poynting__Cartesian() in module u0sbPoyn... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.222s OK INFO:root: Test for function compute_u0_smallb_Poynting__Cartesian() in module u0sbPoyn passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_WeylScalars_Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/WeylScal4NRPy/tests/WeylScalars_Cartesian__WeylScalars_Cartesian__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function WeylScalars_Cartesian() in module WeylScalars_Cartesian... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 43.492s OK INFO:root: Test for function WeylScalars_Cartesian() in module WeylScalars_Cartesian passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Starting doctest unit tests! Running doctest on file: expr_tree.py Doctest of expr_tree.py finished. Running doctest on file: indexedexp.py Doctest of indexedexp.py finished. Running doctest on file: loop.py Doctest of loop.py finished. Running doctest on file: functional.py Doctest of functional.py finished. Running doctest on file: finite_difference_helpers.py Doctest of finite_difference_helpers.py finished. Running doctest on file: assert_equal.py Doctest of assert_equal.py finished. Running doctest on file: cse_helpers.py Doctest of cse_helpers.py finished. Running unittest on file: tests/test_parse_BSSN.py . ---------------------------------------------------------------------- Ran 1 test in 39.666s OK Unittest of tests/test_parse_BSSN.py finished. All tests passed! Exporting environment variables Exporting SEMAPHORE_JOB_RESULT