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 2613 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 [21:16 03/10/2022]: Changing 'python' to version 3.8 * Switching to Python version 3.8 * Done. Python 3.8.14 [21:16 03/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 39.9 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 79.2 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 33.9 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-468ea7qn Running command git clone --filter=blob:none --quiet https://github.com/sympy/sympy/ /tmp/pip-req-build-468ea7qn 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=e4dad7cfd00fe4838db39f50e4c5d8efe03f2f316a217302ea24e8c840d01e40 Stored in directory: /tmp/pip-ephem-wheel-cache-pqfr2b6m/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: 21956, done. remote: Counting objects: 0% (1/2905) remote: Counting objects: 1% (30/2905) remote: Counting objects: 2% (59/2905) remote: Counting objects: 3% (88/2905) remote: Counting objects: 4% (117/2905) remote: Counting objects: 5% (146/2905) remote: Counting objects: 6% (175/2905) remote: Counting objects: 7% (204/2905) remote: Counting objects: 8% (233/2905) remote: Counting objects: 9% (262/2905) remote: Counting objects: 10% (291/2905) remote: Counting objects: 11% (320/2905) remote: Counting objects: 12% (349/2905) remote: Counting objects: 13% (378/2905) remote: Counting objects: 14% (407/2905) remote: Counting objects: 15% (436/2905) remote: Counting objects: 16% (465/2905) remote: Counting objects: 17% (494/2905) remote: Counting objects: 18% (523/2905) remote: Counting objects: 19% (552/2905) remote: Counting objects: 20% (581/2905) remote: Counting objects: 21% (611/2905) remote: Counting objects: 22% (640/2905) remote: Counting objects: 23% (669/2905) remote: Counting objects: 24% (698/2905) remote: Counting objects: 25% (727/2905) remote: Counting objects: 26% (756/2905) remote: Counting objects: 27% (785/2905) remote: Counting objects: 28% (814/2905) remote: Counting objects: 29% (843/2905) remote: Counting objects: 30% (872/2905) remote: Counting objects: 31% (901/2905) remote: Counting objects: 32% (930/2905) remote: Counting objects: 33% (959/2905) remote: Counting objects: 34% (988/2905) remote: Counting objects: 35% (1017/2905) remote: Counting objects: 36% (1046/2905) remote: Counting objects: 37% (1075/2905) remote: Counting objects: 38% (1104/2905) remote: Counting objects: 39% (1133/2905) remote: Counting objects: 40% (1162/2905) remote: Counting objects: 41% (1192/2905) remote: Counting objects: 42% (1221/2905) remote: Counting objects: 43% (1250/2905) remote: Counting objects: 44% (1279/2905) remote: Counting objects: 45% (1308/2905) remote: Counting objects: 46% (1337/2905) remote: Counting objects: 47% (1366/2905) remote: Counting objects: 48% (1395/2905) remote: Counting objects: 49% (1424/2905) remote: Counting objects: 50% (1453/2905) remote: Counting objects: 51% (1482/2905) remote: Counting objects: 52% (1511/2905) remote: Counting objects: 53% (1540/2905) remote: Counting objects: 54% (1569/2905) remote: Counting objects: 55% (1598/2905) remote: Counting objects: 56% (1627/2905) remote: Counting objects: 57% (1656/2905) remote: Counting objects: 58% (1685/2905) remote: Counting objects: 59% (1714/2905) remote: Counting objects: 60% (1743/2905) remote: Counting objects: 61% (1773/2905) remote: Counting objects: 62% (1802/2905) remote: Counting objects: 63% (1831/2905) remote: Counting objects: 64% (1860/2905) remote: Counting objects: 65% (1889/2905) remote: Counting objects: 66% (1918/2905) remote: Counting objects: 67% (1947/2905) remote: Counting objects: 68% (1976/2905) remote: Counting objects: 69% (2005/2905) remote: Counting objects: 70% (2034/2905) remote: Counting objects: 71% (2063/2905) remote: Counting objects: 72% (2092/2905) remote: Counting objects: 73% (2121/2905) remote: Counting objects: 74% (2150/2905) remote: Counting objects: 75% (2179/2905) remote: Counting objects: 76% (2208/2905) remote: Counting objects: 77% (2237/2905) remote: Counting objects: 78% (2266/2905) remote: Counting objects: 79% (2295/2905) remote: Counting objects: 80% (2324/2905) remote: Counting objects: 81% (2354/2905) remote: Counting objects: 82% (2383/2905) remote: Counting objects: 83% (2412/2905) remote: Counting objects: 84% (2441/2905) remote: Counting objects: 85% (2470/2905) remote: Counting objects: 86% (2499/2905) remote: Counting objects: 87% (2528/2905) remote: Counting objects: 88% (2557/2905) remote: Counting objects: 89% (2586/2905) remote: Counting objects: 90% (2615/2905) remote: Counting objects: 91% (2644/2905) remote: Counting objects: 92% (2673/2905) remote: Counting objects: 93% (2702/2905) remote: Counting objects: 94% (2731/2905) remote: Counting objects: 95% (2760/2905) remote: Counting objects: 96% (2789/2905) remote: Counting objects: 97% (2818/2905) remote: Counting objects: 98% (2847/2905) remote: Counting objects: 99% (2876/2905) remote: Counting objects: 100% (2905/2905) remote: Counting objects: 100% (2905/2905), done. remote: Compressing objects: 0% (1/1021) remote: Compressing objects: 1% (11/1021) remote: Compressing objects: 2% (21/1021) remote: Compressing objects: 3% (31/1021) remote: Compressing objects: 4% (41/1021) remote: Compressing objects: 5% (52/1021) remote: Compressing objects: 6% (62/1021) remote: Compressing objects: 7% (72/1021) remote: Compressing objects: 8% (82/1021) remote: Compressing objects: 9% (92/1021) remote: Compressing objects: 10% (103/1021) remote: Compressing objects: 11% (113/1021) remote: Compressing objects: 12% (123/1021) remote: Compressing objects: 13% (133/1021) remote: Compressing objects: 14% (143/1021) remote: Compressing objects: 15% (154/1021) remote: Compressing objects: 16% (164/1021) remote: Compressing objects: 17% (174/1021) remote: Compressing objects: 17% (176/1021) remote: Compressing objects: 18% (184/1021) remote: Compressing objects: 19% (194/1021) remote: Compressing objects: 20% (205/1021) remote: Compressing objects: 21% (215/1021) remote: Compressing objects: 22% (225/1021) remote: Compressing objects: 23% (235/1021) remote: Compressing objects: 24% (246/1021) remote: Compressing objects: 25% (256/1021) remote: Compressing objects: 26% (266/1021) remote: Compressing objects: 27% (276/1021) remote: Compressing objects: 28% (286/1021) remote: Compressing objects: 29% (297/1021) remote: Compressing objects: 30% (307/1021) remote: Compressing objects: 31% (317/1021) remote: Compressing objects: 32% (327/1021) remote: Compressing objects: 33% (337/1021) remote: Compressing objects: 34% (348/1021) remote: Compressing objects: 35% (358/1021) remote: Compressing objects: 36% (368/1021) remote: Compressing objects: 37% (378/1021) remote: Compressing objects: 38% (388/1021) remote: Compressing objects: 39% (399/1021) remote: Compressing objects: 40% (409/1021) remote: Compressing objects: 41% (419/1021) remote: Compressing objects: 42% (429/1021) remote: Compressing objects: 43% (440/1021) remote: Compressing objects: 44% (450/1021) remote: Compressing objects: 45% (460/1021) remote: Compressing objects: 46% (470/1021) remote: Compressing objects: 47% (480/1021) remote: Compressing objects: 48% (491/1021) remote: Compressing objects: 49% (501/1021) remote: Compressing objects: 50% (511/1021) remote: Compressing objects: 51% (521/1021) remote: Compressing objects: 52% (531/1021) remote: Compressing objects: 53% (542/1021) remote: Compressing objects: 54% (552/1021) remote: Compressing objects: 55% (562/1021) remote: Compressing objects: 56% (572/1021) remote: Compressing objects: 57% (582/1021) remote: Compressing objects: 58% (593/1021) remote: Compressing objects: 59% (603/1021) remote: Compressing objects: 60% (613/1021) remote: Compressing objects: 61% (623/1021) remote: Compressing objects: 62% (634/1021) remote: Compressing objects: 63% (644/1021) remote: Compressing objects: 64% (654/1021) remote: Compressing objects: 65% (664/1021) remote: Compressing objects: 66% (674/1021) remote: Compressing objects: 67% (685/1021) remote: Compressing objects: 68% (695/1021) remote: Compressing objects: 69% (705/1021) remote: Compressing objects: 70% (715/1021) remote: Compressing objects: 71% (725/1021) remote: Compressing objects: 72% (736/1021) remote: Compressing objects: 73% (746/1021) remote: Compressing objects: 74% (756/1021) remote: Compressing objects: 75% (766/1021) remote: Compressing objects: 76% (776/1021) remote: Compressing objects: 77% (787/1021) remote: Compressing objects: 78% (797/1021) remote: Compressing objects: 79% (807/1021) remote: Compressing objects: 80% (817/1021) remote: Compressing objects: 81% (828/1021) remote: Compressing objects: 82% (838/1021) remote: Compressing objects: 83% (848/1021) remote: Compressing objects: 84% (858/1021) remote: Compressing objects: 85% (868/1021) remote: Compressing objects: 86% (879/1021) remote: Compressing objects: 87% (889/1021) remote: Compressing objects: 88% (899/1021) remote: Compressing objects: 89% (909/1021) remote: Compressing objects: 90% (919/1021) remote: Compressing objects: 91% (930/1021) remote: Compressing objects: 92% (940/1021) remote: Compressing objects: 93% (950/1021) remote: Compressing objects: 94% (960/1021) remote: Compressing objects: 95% (970/1021) remote: Compressing objects: 96% (981/1021) remote: Compressing objects: 97% (991/1021) remote: Compressing objects: 98% (1001/1021) remote: Compressing objects: 99% (1011/1021) remote: Compressing objects: 100% (1021/1021) remote: Compressing objects: 100% (1021/1021), done. Receiving objects: 0% (1/21956) Receiving objects: 1% (220/21956) Receiving objects: 2% (440/21956) Receiving objects: 3% (659/21956) Receiving objects: 4% (879/21956) Receiving objects: 5% (1098/21956) Receiving objects: 6% (1318/21956) Receiving objects: 7% (1537/21956) Receiving objects: 8% (1757/21956) Receiving objects: 9% (1977/21956) Receiving objects: 10% (2196/21956) Receiving objects: 11% (2416/21956) Receiving objects: 12% (2635/21956) Receiving objects: 13% (2855/21956) Receiving objects: 14% (3074/21956) Receiving objects: 15% (3294/21956) Receiving objects: 16% (3513/21956) Receiving objects: 17% (3733/21956) Receiving objects: 18% (3953/21956) Receiving objects: 19% (4172/21956) Receiving objects: 20% (4392/21956) Receiving objects: 21% (4611/21956) Receiving objects: 22% (4831/21956) Receiving objects: 23% (5050/21956) Receiving objects: 24% (5270/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 25% (5489/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 26% (5709/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 27% (5929/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 28% (6148/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 29% (6368/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 30% (6587/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 31% (6807/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 32% (7026/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 33% (7246/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 34% (7466/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 35% (7685/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 36% (7905/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 37% (8124/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 38% (8344/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 39% (8563/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 40% (8783/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 41% (9002/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 41% (9137/21956), 10.30 MiB | 20.59 MiB/s Receiving objects: 42% (9222/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 43% (9442/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 44% (9661/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 45% (9881/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 46% (10100/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 47% (10320/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 48% (10539/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 49% (10759/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 50% (10978/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 51% (11198/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 52% (11418/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 53% (11637/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 54% (11857/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 55% (12076/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 56% (12296/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 57% (12515/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 58% (12735/21956), 21.11 MiB | 21.11 MiB/s Receiving objects: 59% (12955/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 60% (13174/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 61% (13394/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 62% (13613/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 63% (13833/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 64% (14052/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 65% (14272/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 66% (14491/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 67% (14711/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 68% (14931/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 69% (15150/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 70% (15370/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 71% (15589/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 72% (15809/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 73% (16028/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 74% (16248/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 75% (16467/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 76% (16687/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 77% (16907/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 78% (17126/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 79% (17346/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 80% (17565/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 81% (17785/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 82% (18004/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 83% (18224/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 84% (18444/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 85% (18663/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 86% (18883/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 86% (19028/21956), 31.82 MiB | 21.16 MiB/s Receiving objects: 87% (19102/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 88% (19322/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 89% (19541/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 90% (19761/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 91% (19980/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 92% (20200/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 93% (20420/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 94% (20639/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 95% (20859/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 96% (21078/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 97% (21298/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 98% (21517/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 99% (21737/21956), 42.92 MiB | 21.37 MiB/s remote: Total 21956 (delta 1916), reused 2785 (delta 1827), pack-reused 19051 Receiving objects: 100% (21956/21956), 42.92 MiB | 21.37 MiB/s Receiving objects: 100% (21956/21956), 53.97 MiB | 21.51 MiB/s, done. Resolving deltas: 0% (0/15936) Resolving deltas: 1% (160/15936) Resolving deltas: 2% (319/15936) Resolving deltas: 3% (479/15936) Resolving deltas: 4% (638/15936) Resolving deltas: 5% (797/15936) Resolving deltas: 6% (957/15936) Resolving deltas: 7% (1116/15936) Resolving deltas: 8% (1275/15936) Resolving deltas: 9% (1435/15936) Resolving deltas: 10% (1594/15936) Resolving deltas: 11% (1753/15936) Resolving deltas: 12% (1913/15936) Resolving deltas: 13% (2072/15936) Resolving deltas: 14% (2232/15936) Resolving deltas: 15% (2391/15936) Resolving deltas: 16% (2550/15936) Resolving deltas: 17% (2710/15936) Resolving deltas: 18% (2869/15936) Resolving deltas: 19% (3028/15936) Resolving deltas: 20% (3188/15936) Resolving deltas: 21% (3347/15936) Resolving deltas: 22% (3506/15936) Resolving deltas: 23% (3666/15936) Resolving deltas: 24% (3825/15936) Resolving deltas: 25% (3984/15936) Resolving deltas: 26% (4144/15936) Resolving deltas: 27% (4303/15936) Resolving deltas: 28% (4463/15936) Resolving deltas: 29% (4622/15936) Resolving deltas: 30% (4781/15936) Resolving deltas: 31% (4941/15936) Resolving deltas: 32% (5100/15936) Resolving deltas: 33% (5259/15936) Resolving deltas: 34% (5419/15936) Resolving deltas: 35% (5578/15936) Resolving deltas: 36% (5737/15936) Resolving deltas: 37% (5897/15936) Resolving deltas: 38% (6056/15936) Resolving deltas: 39% (6216/15936) Resolving deltas: 40% (6375/15936) Resolving deltas: 41% (6534/15936) Resolving deltas: 42% (6694/15936) Resolving deltas: 43% (6853/15936) Resolving deltas: 44% (7012/15936) Resolving deltas: 45% (7172/15936) Resolving deltas: 46% (7331/15936) Resolving deltas: 47% (7490/15936) Resolving deltas: 48% (7650/15936) Resolving deltas: 49% (7809/15936) Resolving deltas: 50% (7968/15936) Resolving deltas: 51% (8128/15936) Resolving deltas: 52% (8287/15936) Resolving deltas: 53% (8447/15936) Resolving deltas: 54% (8606/15936) Resolving deltas: 55% (8765/15936) Resolving deltas: 56% (8925/15936) Resolving deltas: 57% (9084/15936) Resolving deltas: 58% (9243/15936) Resolving deltas: 59% (9403/15936) Resolving deltas: 60% (9562/15936) Resolving deltas: 61% (9721/15936) Resolving deltas: 62% (9881/15936) Resolving deltas: 63% (10040/15936) Resolving deltas: 64% (10200/15936) Resolving deltas: 65% (10359/15936) Resolving deltas: 66% (10518/15936) Resolving deltas: 67% (10678/15936) Resolving deltas: 68% (10837/15936) Resolving deltas: 68% (10876/15936) Resolving deltas: 69% (10996/15936) Resolving deltas: 70% (11156/15936) Resolving deltas: 71% (11315/15936) Resolving deltas: 72% (11474/15936) Resolving deltas: 73% (11634/15936) Resolving deltas: 74% (11793/15936) Resolving deltas: 75% (11952/15936) Resolving deltas: 76% (12112/15936) Resolving deltas: 77% (12271/15936) Resolving deltas: 78% (12431/15936) Resolving deltas: 79% (12590/15936) Resolving deltas: 80% (12749/15936) Resolving deltas: 81% (12909/15936) Resolving deltas: 82% (13068/15936) Resolving deltas: 83% (13227/15936) Resolving deltas: 84% (13387/15936) Resolving deltas: 85% (13546/15936) Resolving deltas: 86% (13705/15936) Resolving deltas: 87% (13865/15936) Resolving deltas: 88% (14024/15936) Resolving deltas: 89% (14184/15936) Resolving deltas: 90% (14343/15936) Resolving deltas: 91% (14502/15936) Resolving deltas: 92% (14662/15936) Resolving deltas: 93% (14821/15936) Resolving deltas: 94% (14980/15936) Resolving deltas: 95% (15140/15936) Resolving deltas: 96% (15299/15936) Resolving deltas: 97% (15458/15936) Resolving deltas: 98% (15618/15936) Resolving deltas: 99% (15777/15936) Resolving deltas: 100% (15936/15936) Resolving deltas: 100% (15936/15936), 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-03\ntrusted_val[44 chars]#\n"] != ["ERR[154 chars]#\n\n# Generated on: 2022-10-03\ntrusted_value[42 chars]#\n"] First differing element 0: "ERRO[153 chars]#\n\n\n# Generated on: 2022-10-03\ntrusted_val[43 chars]##\n" "ERRO[153 chars]#\n\n# Generated on: 2022-10-03\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-03\n' "trusted_values_dict['TestModule__globals'] = {}\n" '\n' '#####\n'] ---------------------------------------------------------------------- Ran 7 tests in 0.299s 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.285s 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.353s 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.275s 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.336s 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.584s 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.587s 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 1.407s 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 1.546s 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 2.128s 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 2.315s 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 6.715s 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.844s 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 1.051s 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.839s 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 1.025s 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.714s 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.547s 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.424s 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 8.273s 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.370s 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 20.920s 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 4.060s 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 271.310s 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.684s 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.438s 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.313s 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.670s 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 36.238s 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 12.040s 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.269s 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.751s 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.478s 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.898s 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.763s 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 23.130s 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.690s 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.574s 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 4.461s 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 9.305s 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 11.726s 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 5.852s 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 3.512s 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.00691965039653015955385448055997 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 3.696s 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.578s 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.749s 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 1.164s 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.366s 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.424s 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.763s 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.313s 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.421s 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.623s 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 1.179s 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.587s 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 2.438s 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 3.716s 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:Found |result| (3.02564224886543048421587111342e-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 -7.95603627771640456981623879166e-60. Setting value to zero INFO:root:Found |result| (3.02564224886543048421587111342e-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 -7.95603627771640456981623879166e-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.663s 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: ...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.818s 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| (8.08582427851537100547021779415e-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.33363072919792814017902402017e-60. Setting value to zero INFO:root:Found |result| (8.08582427851537100547021779415e-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.33363072919792814017902402017e-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 11.740s 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.846s 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.952s 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.527s 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 52.856s 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 55.054s OK Unittest of tests/test_parse_BSSN.py finished. All tests passed! Exporting environment variables Exporting SEMAPHORE_JOB_RESULT