Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error while installing package with pip install orbit-ml (version 1.1.4.6) #864

Closed
SiebertLooijeAtBillyGrace opened this issue Mar 21, 2024 · 5 comments · Fixed by #865
Closed
Labels
bug Something isn't working

Comments

@SiebertLooijeAtBillyGrace
Copy link

SiebertLooijeAtBillyGrace commented Mar 21, 2024

Describe the bug
When installing the orbit-ml package (version 1.1.4.6) with pip install orbit-ml it gives the following error:

--- Linking model ---
g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes -I stan/lib/stan_math/lib/tbb_2020.3/include -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials -DBOOST_DISABLE_ASSERTS -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" examples/bernoulli/bernoulli.o src/cmdstan/main.o -ltbb stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_nvecserial.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_cvodes.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_idas.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_kinsol.a stan/lib/stan_math/lib/tbb/libtbb.so.2 -o examples/bernoulli/bernoulli
rm examples/bernoulli/bernoulli.o examples/bernoulli/bernoulli.hpp
Installed cmdstan-2.34.1
Installed cmdstanpy package.
Compiling stan file in place: orbit/stan/dlt.stan
Traceback (most recent call last):
File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-96e2b9e2-4541-4999-b568-8098fe131a8d/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in
main()
File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-96e2b9e2-4541-4999-b568-8098fe131a8d/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-96e2b9e2-4541-4999-b568-8098fe131a8d/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 261, in build_wheel
return _build_backend().build_wheel(wheel_directory, config_settings,
File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 244, in build_wheel
return self._build_with_temp_dir(['bdist_wheel'], '.whl',
File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 229, in _build_with_temp_dir
self.run_setup()
File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in run_setup
exec(code, locals())
File "", line 129, in
File "/databricks/python/lib/python3.10/site-packages/setuptools/init.py", line 87, in setup
return distutils.core.setup(**attrs)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_commands
self.run_command(cmd)
File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
super().run_command(command)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
cmd_obj.run()
File "/databricks/python/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 299, in run
self.run_command('build')
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command
self.distribution.run_command(command)
File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
super().run_command(command)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
cmd_obj.run()
File "/databricks/python/lib/python3.10/site-packages/setuptools/command/build.py", line 24, in run
super().run()
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/command/build.py", line 132, in run
self.run_command(cmd_name)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command
self.distribution.run_command(command)
File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
super().run_command(command)
File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
cmd_obj.run()
File "", line 117, in run
File "", line 98, in build_stan_models
File "", line 92, in build_model
TypeError: CmdStanModel.init() got an unexpected keyword argument 'force_compile'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for orbit-ml
Failed to build orbit-ml
ERROR: Could not build wheels for orbit-ml, which is required to install pyproject.toml-based projects

To Reproduce
pip install orbit-ml==1.1.4.6 on a python 3.10 version

Expected behavior
pip install orbit-ml==1.1.4.2 did work on python 3.10 version,

Screenshots

Scherm­afbeelding 2024-03-21 om 16 08 16

Environment (please complete the following information):

  • OS: Linux
  • Python Version: 3.10
@SiebertLooijeAtBillyGrace SiebertLooijeAtBillyGrace added the bug Something isn't working label Mar 21, 2024
@edwinnglabs
Copy link
Collaborator

edwinnglabs commented Mar 21, 2024

@SiebertLooijeAtBillyGrace

Could you report the version of cmdstanpy (if it does not exist, try pip install cmdstanpy?) ? I suspect it may be just due to the old version of cmdstanpy. According to the doc, force_compile is a valid arg in current cmdstanpy version.

@edwinnglabs
Copy link
Collaborator

edwinnglabs commented Mar 21, 2024

Looks like the version needs to be upgraded to 1.2.1 given the very first commit related to this.

@SiebertLooijeAtBillyGrace
Copy link
Author

Hi @edwinnglabs, thanks for responding.

When I install pip install cmdstanpy==1.2.1, I get the same error.

Source:
Scherm­afbeelding 2024-03-22 om 06 46 52

Scherm­afbeelding 2024-03-22 om 06 47 09

But you are able to install the orbit-ml package in linux on python 3.10 version?

This is the full trace logs:

_Building wheel for orbit-ml (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [460 lines of output]
/databricks/python/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:196: UserWarning: install_requires overwritten in pyproject.toml (dependencies)
warnings.warn(msg)
running bdist_wheel
running build
running build_py
Running build py command.
Not a dry run, run with build
NumExpr defaulting to 8 threads.
Installing CmdStan version: 2.34.1
Install directory: /root/.cmdstan
Downloading CmdStan version 2.34.1

  0.00B [00:00, ?B/s]
    0%|          | 0.00/49.2M [00:00<?, ?B/s]
    1%|          | 368k/49.2M [00:00<00:13, 3.73MB/s]
   48%|████▊     | 23.6M/49.2M [00:00<00:00, 144MB/s]
  
  Download successful, file: /tmp/tmprh2req_u
  Extracting distribution
  
    0%|          | 0/29949 [00:00<?, ?it/s]
    0%|          | 21/29949 [00:00<03:50, 130.02it/s]
    0%|          | 35/29949 [00:00<05:21, 93.08it/s]
    1%|          | 153/29949 [00:00<01:08, 436.68it/s]
    1%|          | 267/29949 [00:00<00:45, 655.21it/s]
    1%|▏         | 385/29949 [00:00<00:36, 815.47it/s]
    2%|▏         | 498/29949 [00:00<00:32, 910.12it/s]
    2%|▏         | 624/29949 [00:00<00:28, 1014.54it/s]
    2%|▏         | 748/29949 [00:00<00:26, 1082.56it/s]
    3%|▎         | 862/29949 [00:01<00:27, 1069.89it/s]
    3%|▎         | 973/29949 [00:01<00:28, 1005.51it/s]
    4%|▎         | 1077/29949 [00:01<00:28, 1013.78it/s]
    4%|▍         | 1194/29949 [00:01<00:27, 1058.35it/s]
    4%|▍         | 1317/29949 [00:01<00:25, 1106.91it/s]
    5%|▍         | 1433/29949 [00:01<00:25, 1121.63it/s]
    5%|▌         | 1558/29949 [00:01<00:24, 1159.44it/s]
    6%|▌         | 1684/29949 [00:01<00:23, 1187.33it/s]
    6%|▌         | 1811/29949 [00:01<00:23, 1211.20it/s]
    6%|▋         | 1933/29949 [00:02<00:23, 1180.21it/s]
    7%|▋         | 2062/29949 [00:02<00:23, 1211.00it/s]
    7%|▋         | 2193/29949 [00:02<00:22, 1236.95it/s]
    8%|▊         | 2318/29949 [00:02<00:22, 1222.42it/s]
    8%|▊         | 2441/29949 [00:02<00:23, 1184.19it/s]
    9%|▊         | 2560/29949 [00:02<00:23, 1166.80it/s]
    9%|▉         | 2684/29949 [00:02<00:22, 1187.91it/s]
    9%|▉         | 2804/29949 [00:02<00:23, 1162.91it/s]
   10%|▉         | 2921/29949 [00:02<00:23, 1130.73it/s]
   10%|█         | 3051/29949 [00:02<00:22, 1178.55it/s]
   11%|█         | 3175/29949 [00:03<00:22, 1194.86it/s]
   11%|█         | 3295/29949 [00:03<00:23, 1123.30it/s]
   11%|█▏        | 3418/29949 [00:03<00:23, 1153.02it/s]
   12%|█▏        | 3544/29949 [00:03<00:22, 1182.98it/s]
   12%|█▏        | 3664/29949 [00:03<00:22, 1177.54it/s]
   13%|█▎        | 3787/29949 [00:03<00:21, 1192.63it/s]
   13%|█▎        | 3915/29949 [00:03<00:21, 1218.13it/s]
   14%|█▎        | 4045/29949 [00:03<00:20, 1241.88it/s]
   14%|█▍        | 4175/29949 [00:03<00:20, 1258.91it/s]
   14%|█▍        | 4302/29949 [00:03<00:21, 1178.31it/s]
   15%|█▍        | 4422/29949 [00:04<00:21, 1181.43it/s]
   15%|█▌        | 4541/29949 [00:04<00:21, 1175.33it/s]
   16%|█▌        | 4662/29949 [00:04<00:21, 1184.45it/s]
   16%|█▌        | 4781/29949 [00:04<00:21, 1177.14it/s]
   16%|█▋        | 4900/29949 [00:04<00:21, 1168.70it/s]
   17%|█▋        | 5018/29949 [00:04<00:21, 1150.49it/s]
   17%|█▋        | 5141/29949 [00:04<00:21, 1171.09it/s]
   18%|█▊        | 5262/29949 [00:04<00:20, 1182.21it/s]
   18%|█▊        | 5381/29949 [00:04<00:20, 1183.62it/s]
   18%|█▊        | 5508/29949 [00:05<00:20, 1208.62it/s]
   19%|█▉        | 5639/29949 [00:05<00:19, 1236.55it/s]
   19%|█▉        | 5763/29949 [00:05<00:19, 1236.88it/s]
   20%|█▉        | 5887/29949 [00:05<00:19, 1236.63it/s]
   20%|██        | 6011/29949 [00:05<00:19, 1219.57it/s]
   20%|██        | 6137/29949 [00:05<00:19, 1231.27it/s]
   21%|██        | 6269/29949 [00:05<00:18, 1255.29it/s]
   21%|██▏       | 6397/29949 [00:05<00:18, 1259.97it/s]
   22%|██▏       | 6524/29949 [00:05<00:18, 1261.07it/s]
   22%|██▏       | 6651/29949 [00:05<00:18, 1232.65it/s]
   23%|██▎       | 6775/29949 [00:06<00:19, 1205.66it/s]
   23%|██▎       | 6902/29949 [00:06<00:18, 1222.98it/s]
   23%|██▎       | 7025/29949 [00:06<00:19, 1176.72it/s]
   24%|██▍       | 7144/29949 [00:06<00:19, 1176.23it/s]
   24%|██▍       | 7265/29949 [00:06<00:19, 1184.02it/s]
   25%|██▍       | 7384/29949 [00:06<00:19, 1185.59it/s]
   25%|██▌       | 7509/29949 [00:06<00:18, 1202.22it/s]
   25%|██▌       | 7630/29949 [00:06<00:18, 1196.47it/s]
   26%|██▌       | 7750/29949 [00:06<00:18, 1187.36it/s]
   26%|██▋       | 7869/29949 [00:06<00:18, 1174.31it/s]
   27%|██▋       | 7991/29949 [00:07<00:18, 1185.52it/s]
   27%|██▋       | 8110/29949 [00:07<00:18, 1178.43it/s]
   27%|██▋       | 8233/29949 [00:07<00:18, 1193.55it/s]
   28%|██▊       | 8353/29949 [00:07<00:18, 1176.30it/s]
   28%|██▊       | 8479/29949 [00:07<00:17, 1198.58it/s]
   29%|██▊       | 8608/29949 [00:07<00:17, 1225.11it/s]
   29%|██▉       | 8733/29949 [00:07<00:17, 1230.18it/s]
   30%|██▉       | 8858/29949 [00:07<00:17, 1234.92it/s]
   30%|██▉       | 8984/29949 [00:07<00:16, 1240.65it/s]
   30%|███       | 9109/29949 [00:07<00:16, 1229.56it/s]
   31%|███       | 9233/29949 [00:08<00:17, 1218.36it/s]
   31%|███       | 9355/29949 [00:08<00:17, 1191.86it/s]
   32%|███▏      | 9475/29949 [00:08<00:17, 1174.61it/s]
   32%|███▏      | 9597/29949 [00:08<00:17, 1187.44it/s]
   32%|███▏      | 9720/29949 [00:08<00:16, 1197.46it/s]
   33%|███▎      | 9840/29949 [00:08<00:17, 1178.41it/s]
   33%|███▎      | 9958/29949 [00:08<00:17, 1169.88it/s]
   34%|███▎      | 10085/29949 [00:08<00:16, 1196.50it/s]
   34%|███▍      | 10209/29949 [00:08<00:16, 1206.65it/s]
   34%|███▍      | 10330/29949 [00:09<00:16, 1175.37it/s]
   35%|███▍      | 10448/29949 [00:09<00:17, 1120.65it/s]
   35%|███▌      | 10566/29949 [00:09<00:17, 1131.05it/s]
   36%|███▌      | 10685/29949 [00:09<00:16, 1146.61it/s]
   36%|███▌      | 10804/29949 [00:09<00:16, 1157.57it/s]
   37%|███▋      | 10935/29949 [00:09<00:15, 1201.84it/s]
   37%|███▋      | 11068/29949 [00:09<00:15, 1236.74it/s]
   37%|███▋      | 11200/29949 [00:09<00:14, 1260.42it/s]
   38%|███▊      | 11331/29949 [00:09<00:14, 1273.76it/s]
   38%|███▊      | 11459/29949 [00:09<00:14, 1259.99it/s]
   39%|███▊      | 11586/29949 [00:10<00:15, 1220.80it/s]
   39%|███▉      | 11709/29949 [00:10<00:14, 1218.66it/s]
   40%|███▉      | 11832/29949 [00:10<00:14, 1218.48it/s]
   40%|███▉      | 11956/29949 [00:10<00:14, 1222.88it/s]
   40%|████      | 12082/29949 [00:10<00:14, 1231.76it/s]
   41%|████      | 12210/29949 [00:10<00:14, 1244.89it/s]
   41%|████      | 12335/29949 [00:10<00:14, 1219.49it/s]
   42%|████▏     | 12458/29949 [00:10<00:14, 1178.07it/s]
   42%|████▏     | 12582/29949 [00:10<00:14, 1193.45it/s]
   42%|████▏     | 12707/29949 [00:10<00:14, 1207.63it/s]
   43%|████▎     | 12832/29949 [00:11<00:14, 1217.30it/s]
   43%|████▎     | 12954/29949 [00:11<00:14, 1192.66it/s]
   44%|████▎     | 13074/29949 [00:11<00:14, 1167.03it/s]
   44%|████▍     | 13191/29949 [00:11<00:14, 1135.61it/s]
   44%|████▍     | 13305/29949 [00:11<00:14, 1118.27it/s]
   45%|████▍     | 13425/29949 [00:11<00:14, 1140.38it/s]
   45%|████▌     | 13546/29949 [00:11<00:14, 1158.92it/s]
   46%|████▌     | 13670/29949 [00:11<00:13, 1181.82it/s]
   46%|████▌     | 13789/29949 [00:11<00:13, 1176.88it/s]
   46%|████▋     | 13907/29949 [00:12<00:13, 1167.32it/s]
   47%|████▋     | 14024/29949 [00:12<00:14, 1135.63it/s]
   47%|████▋     | 14138/29949 [00:12<00:14, 1090.72it/s]
   48%|████▊     | 14256/29949 [00:12<00:14, 1115.45it/s]
   48%|████▊     | 14378/29949 [00:12<00:13, 1143.45it/s]
   48%|████▊     | 14498/29949 [00:12<00:13, 1159.73it/s]
   49%|████▉     | 14615/29949 [00:12<00:13, 1156.78it/s]
   49%|████▉     | 14732/29949 [00:12<00:13, 1157.52it/s]
   50%|████▉     | 14853/29949 [00:12<00:12, 1172.89it/s]
   50%|████▉     | 14973/29949 [00:12<00:12, 1180.34it/s]
   50%|█████     | 15092/29949 [00:13<00:12, 1176.70it/s]
   51%|█████     | 15210/29949 [00:13<00:12, 1139.74it/s]
   51%|█████     | 15329/29949 [00:13<00:12, 1153.17it/s]
   52%|█████▏    | 15450/29949 [00:13<00:12, 1168.04it/s]
   52%|█████▏    | 15567/29949 [00:13<00:12, 1164.65it/s]
   52%|█████▏    | 15684/29949 [00:13<00:12, 1131.80it/s]
   53%|█████▎    | 15805/29949 [00:13<00:12, 1152.53it/s]
   53%|█████▎    | 15928/29949 [00:13<00:11, 1174.14it/s]
   54%|█████▎    | 16058/29949 [00:13<00:11, 1209.71it/s]
   54%|█████▍    | 16180/29949 [00:13<00:11, 1212.42it/s]
   54%|█████▍    | 16302/29949 [00:14<00:11, 1203.09it/s]
   55%|█████▍    | 16423/29949 [00:14<00:11, 1200.23it/s]
   55%|█████▌    | 16544/29949 [00:14<00:11, 1196.92it/s]
   56%|█████▌    | 16664/29949 [00:14<00:11, 1190.29it/s]
   56%|█████▌    | 16784/29949 [00:14<00:11, 1192.53it/s]
   56%|█████▋    | 16904/29949 [00:14<00:11, 1166.39it/s]
   57%|█████▋    | 17024/29949 [00:14<00:11, 1174.91it/s]
   57%|█████▋    | 17142/29949 [00:14<00:11, 1137.78it/s]
   58%|█████▊    | 17257/29949 [00:14<00:11, 1117.60it/s]
   58%|█████▊    | 17369/29949 [00:15<00:11, 1115.86it/s]
   58%|█████▊    | 17488/29949 [00:15<00:10, 1136.74it/s]
   59%|█████▉    | 17606/29949 [00:15<00:10, 1147.98it/s]
   59%|█████▉    | 17728/29949 [00:15<00:10, 1167.42it/s]
   60%|█████▉    | 17852/29949 [00:15<00:10, 1187.56it/s]
   60%|██████    | 17972/29949 [00:15<00:10, 1191.22it/s]
   60%|██████    | 18094/29949 [00:15<00:09, 1199.03it/s]
   61%|██████    | 18217/29949 [00:15<00:09, 1208.13it/s]
   61%|██████    | 18340/29949 [00:15<00:09, 1213.06it/s]
   62%|██████▏   | 18465/29949 [00:15<00:09, 1222.40it/s]
   62%|██████▏   | 18593/29949 [00:16<00:09, 1238.60it/s]
   62%|██████▏   | 18717/29949 [00:16<00:09, 1234.18it/s]
   63%|██████▎   | 18841/29949 [00:16<00:09, 1210.97it/s]
   63%|██████▎   | 18968/29949 [00:16<00:08, 1227.46it/s]
   64%|██████▎   | 19091/29949 [00:16<00:08, 1213.03it/s]
   64%|██████▍   | 19217/29949 [00:16<00:08, 1224.96it/s]
   65%|██████▍   | 19343/29949 [00:16<00:08, 1234.50it/s]
   65%|██████▌   | 19467/29949 [00:16<00:08, 1230.27it/s]
   65%|██████▌   | 19594/29949 [00:16<00:08, 1241.53it/s]
   66%|██████▌   | 19723/29949 [00:16<00:08, 1254.01it/s]
   66%|██████▋   | 19849/29949 [00:17<00:08, 1245.81it/s]
   67%|██████▋   | 19974/29949 [00:17<00:08, 1216.31it/s]
   67%|██████▋   | 20100/29949 [00:17<00:08, 1228.37it/s]
   68%|██████▊   | 20233/29949 [00:17<00:07, 1257.50it/s]
   68%|██████▊   | 20363/29949 [00:17<00:07, 1267.39it/s]
   68%|██████▊   | 20490/29949 [00:17<00:07, 1263.82it/s]
   69%|██████▉   | 20619/29949 [00:17<00:07, 1270.76it/s]
   69%|██████▉   | 20747/29949 [00:17<00:07, 1269.51it/s]
   70%|██████▉   | 20876/29949 [00:17<00:07, 1274.58it/s]
   70%|███████   | 21004/29949 [00:17<00:07, 1270.51it/s]
   71%|███████   | 21135/29949 [00:18<00:06, 1281.96it/s]
   71%|███████   | 21264/29949 [00:18<00:07, 1229.58it/s]
   71%|███████▏  | 21388/29949 [00:18<00:07, 1213.83it/s]
   72%|███████▏  | 21511/29949 [00:18<00:06, 1217.66it/s]
   72%|███████▏  | 21640/29949 [00:18<00:06, 1236.80it/s]
   73%|███████▎  | 21768/29949 [00:18<00:06, 1247.15it/s]
   73%|███████▎  | 21893/29949 [00:18<00:06, 1217.66it/s]
   74%|███████▎  | 22016/29949 [00:18<00:06, 1214.88it/s]
   74%|███████▍  | 22144/29949 [00:18<00:06, 1232.55it/s]
   74%|███████▍  | 22272/29949 [00:18<00:06, 1245.82it/s]
   75%|███████▍  | 22401/29949 [00:19<00:06, 1257.89it/s]
   75%|███████▌  | 22529/29949 [00:19<00:05, 1262.88it/s]
   76%|███████▌  | 22656/29949 [00:19<00:05, 1263.28it/s]
   76%|███████▌  | 22783/29949 [00:19<00:05, 1239.68it/s]
   76%|███████▋  | 22910/29949 [00:19<00:05, 1247.38it/s]
   77%|███████▋  | 23035/29949 [00:19<00:05, 1247.96it/s]
   77%|███████▋  | 23161/29949 [00:19<00:05, 1248.98it/s]
   78%|███████▊  | 23290/29949 [00:19<00:05, 1260.18it/s]
   78%|███████▊  | 23417/29949 [00:19<00:05, 1249.14it/s]
   79%|███████▊  | 23542/29949 [00:19<00:05, 1249.04it/s]
   79%|███████▉  | 23672/29949 [00:20<00:04, 1263.59it/s]
   79%|███████▉  | 23800/29949 [00:20<00:04, 1266.57it/s]
   80%|███████▉  | 23927/29949 [00:20<00:04, 1228.18it/s]
   80%|████████  | 24051/29949 [00:20<00:04, 1225.84it/s]
   81%|████████  | 24174/29949 [00:20<00:04, 1210.61it/s]
   81%|████████  | 24299/29949 [00:20<00:04, 1219.42it/s]
   82%|████████▏ | 24426/29949 [00:20<00:04, 1232.62it/s]
   82%|████████▏ | 24550/29949 [00:20<00:04, 1195.99it/s]
   82%|████████▏ | 24671/29949 [00:20

*** WARNING: max output size exceeded, skipping output. ***

O_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/queuing_rw_mutex.cpp
g++ -o reader_writer_lock.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/reader_writer_lock.cpp
g++ -o spin_rw_mutex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/spin_rw_mutex.cpp
g++ -o x86_rtm_rw_mutex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/x86_rtm_rw_mutex.cpp
g++ -o spin_mutex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/spin_mutex.cpp
g++ -o critical_section.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/critical_section.cpp
g++ -o mutex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/mutex.cpp
g++ -o recursive_mutex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/recursive_mutex.cpp
g++ -o condition_variable.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/condition_variable.cpp
g++ -o tbb_thread.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/tbb_thread.cpp
g++ -o concurrent_monitor.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/concurrent_monitor.cpp
g++ -o semaphore.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/semaphore.cpp
g++ -o private_server.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/private_server.cpp
g++ -o rml_tbb.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/rml/client/rml_tbb.cpp
sh ../tbb_2020.3/build/version_info_linux.sh g++ -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include -I. >version_string.ver
g++ -o tbb_misc_ex.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/tbb_misc_ex.cpp
g++ -o task.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/task.cpp
g++ -o task_group_context.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/task_group_context.cpp
g++ -o governor.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/governor.cpp
g++ -o market.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/market.cpp
g++ -o arena.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/arena.cpp
g++ -o scheduler.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/scheduler.cpp
g++ -o observer_proxy.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/observer_proxy.cpp
g++ -o tbb_statistics.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/tbb_statistics.cpp
g++ -o tbb_main.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/tbb/tbb_main.cpp
g++ -o concurrent_vector_v2.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/old/concurrent_vector_v2.cpp
g++ -o concurrent_queue_v2.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/old/concurrent_queue_v2.cpp
g++ -o spin_rw_mutex_v2.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/old/spin_rw_mutex_v2.cpp
g++ -o task_v2.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include ../tbb_2020.3/src/old/task_v2.cpp
sh ../tbb_2020.3/build/generate_tbbvars.sh
echo "INPUT (libtbb.so.2)" > libtbb.so
g++ -E -x c++ ../tbb_2020.3/src/tbb/lin64-tbb-export.def -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include > tbb.def
g++ -o tbb_misc.o -c -MMD -O2 -g -DDO_ITT_NOTIFY -DUSE_PTHREAD -pthread -m64 -mrtm -fPIC -flifetime-dse=1 -D__TBB_BUILD=1 -Wall -Wextra -Wno-parentheses -Wno-sized-deallocation -Wno-unknown-warning-option -Wno-deprecated-copy -Wno-missing-attributes -Wno-class-memaccess -Wno-sized-deallocation -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -std=c++1y -I../tbb_2020.3/src -I../tbb_2020.3/src/rml/include -I../tbb_2020.3/include -I. ../tbb_2020.3/src/tbb/tbb_misc.cpp
g++ -fPIC -o libtbb.so.2 concurrent_hash_map.o concurrent_queue.o concurrent_vector.o dynamic_link.o itt_notify.o cache_aligned_allocator.o pipeline.o queuing_mutex.o queuing_rw_mutex.o reader_writer_lock.o spin_rw_mutex.o x86_rtm_rw_mutex.o spin_mutex.o critical_section.o mutex.o recursive_mutex.o condition_variable.o tbb_thread.o concurrent_monitor.o semaphore.o private_server.o rml_tbb.o tbb_misc.o tbb_misc_ex.o task.o task_group_context.o governor.o market.o arena.o scheduler.o observer_proxy.o tbb_statistics.o tbb_main.o concurrent_vector_v2.o concurrent_queue_v2.o spin_rw_mutex_v2.o task_v2.o -ldl -lrt -shared -Wl,-soname=libtbb.so.2 -pthread -m64 -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,--version-script,tbb.def
make[1]: Leaving directory '/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb'
g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes -I stan/lib/stan_math/lib/tbb_2020.3/include -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials -DBOOST_DISABLE_ASSERTS -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" bin/cmdstan/print.o stan/lib/stan_math/lib/tbb/libtbb.so.2 -ltbb -o bin/print
g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes -I stan/lib/stan_math/lib/tbb_2020.3/include -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials -DBOOST_DISABLE_ASSERTS -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" bin/cmdstan/diagnose.o stan/lib/stan_math/lib/tbb/libtbb.so.2 -ltbb -o bin/diagnose
g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes -I stan/lib/stan_math/lib/tbb_2020.3/include -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials -DBOOST_DISABLE_ASSERTS -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" bin/cmdstan/stansummary.o stan/lib/stan_math/lib/tbb/libtbb.so.2 -ltbb -o bin/stansummary

  --- CmdStan v2.34.1 built ---
  Test model compilation
  cmd: make examples/bernoulli/bernoulli
  cwd: None
  g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes      -I stan/lib/stan_math/lib/tbb_2020.3/include    -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials    -DBOOST_DISABLE_ASSERTS          -c -MT stan/src/stan/model/model_header_11_4.hpp.gch -MT stan/src/stan/model/model_header_11_4.d -MM -E -MG -MP -MF stan/src/stan/model/model_header_11_4.d stan/src/stan/model/model_header.hpp
  g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes      -I stan/lib/stan_math/lib/tbb_2020.3/include    -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials    -DBOOST_DISABLE_ASSERTS          -c -MT src/cmdstan/main.o -MM -E -MG -MP -MF src/cmdstan/main.d src/cmdstan/main.cpp
  
  --- Translating Stan model to C++ code ---
  bin/stanc  --o=examples/bernoulli/bernoulli.hpp examples/bernoulli/bernoulli.stan
  
  --- Compiling C++ code ---
  g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes      -I stan/lib/stan_math/lib/tbb_2020.3/include    -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials    -DBOOST_DISABLE_ASSERTS          -c -Wno-ignored-attributes   -x c++ -o examples/bernoulli/bernoulli.o examples/bernoulli/bernoulli.hpp
  
  --- Linking model ---
  g++ -std=c++1y -pthread -D_REENTRANT -Wno-sign-compare -Wno-ignored-attributes      -I stan/lib/stan_math/lib/tbb_2020.3/include    -O3 -I src -I stan/src -I stan/lib/rapidjson_1.1.0/ -I lib/CLI11-1.9.1/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.4.0 -I stan/lib/stan_math/lib/boost_1.81.0 -I stan/lib/stan_math/lib/sundials_6.1.1/include -I stan/lib/stan_math/lib/sundials_6.1.1/src/sundials    -DBOOST_DISABLE_ASSERTS               -Wl,-L,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb" -Wl,-rpath,"/root/.cmdstan/cmdstan-2.34.1/stan/lib/stan_math/lib/tbb"        examples/bernoulli/bernoulli.o src/cmdstan/main.o       -ltbb   stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_nvecserial.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_cvodes.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_idas.a stan/lib/stan_math/lib/sundials_6.1.1/lib/libsundials_kinsol.a  stan/lib/stan_math/lib/tbb/libtbb.so.2 -o examples/bernoulli/bernoulli
  rm examples/bernoulli/bernoulli.o examples/bernoulli/bernoulli.hpp
  Installed cmdstan-2.34.1
  Installed cmdstanpy package.
  Compiling stan file in place: orbit/stan/dlt.stan
  Traceback (most recent call last):
    File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-6a6b44f3-2770-461a-b4e5-b9630f73e8b7/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
      main()
    File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-6a6b44f3-2770-461a-b4e5-b9630f73e8b7/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "/local_disk0/.ephemeral_nfs/envs/pythonEnv-6a6b44f3-2770-461a-b4e5-b9630f73e8b7/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 261, in build_wheel
      return _build_backend().build_wheel(wheel_directory, config_settings,
    File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 244, in build_wheel
      return self._build_with_temp_dir(['bdist_wheel'], '.whl',
    File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 229, in _build_with_temp_dir
      self.run_setup()
    File "/databricks/python/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in run_setup
      exec(code, locals())
    File "<string>", line 129, in <module>
    File "/databricks/python/lib/python3.10/site-packages/setuptools/__init__.py", line 87, in setup
      return distutils.core.setup(**attrs)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup
      return run_commands(dist)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
      dist.run_commands()
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_commands
      self.run_command(cmd)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
      super().run_command(command)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
      cmd_obj.run()
    File "/databricks/python/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command
      self.distribution.run_command(command)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
      super().run_command(command)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
      cmd_obj.run()
    File "/databricks/python/lib/python3.10/site-packages/setuptools/command/build.py", line 24, in run
      super().run()
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/command/build.py", line 132, in run
      self.run_command(cmd_name)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command
      self.distribution.run_command(command)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command
      super().run_command(command)
    File "/databricks/python/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command
      cmd_obj.run()
    File "<string>", line 117, in run
    File "<string>", line 98, in build_stan_models
    File "<string>", line 92, in build_model
  TypeError: CmdStanModel.__init__() got an unexpected keyword argument 'force_compile'
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for orbit-ml
Failed to build orbit-ml
ERROR: Could not build wheels for orbit-ml, which is required to install pyproject.toml-based projects_

@SiebertLooijeAtBillyGrace
Copy link
Author

Update:
For now we went back to %pip install orbit-ml==1.1.4.2, which seems to work again. However 1.1.4.6 does not seem to work.

@edwinnglabs
Copy link
Collaborator

I still wonder whether the cmdstanpy is >= 1.2.1. Could you print the version right before you install orbit-ml? @SiebertLooijeAtBillyGrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants