Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrewAnnex/0e4fc730ef3c165891ed1d2c21a2f13e to your computer and use it in GitHub Desktop.
Save AndrewAnnex/0e4fc730ef3c165891ed1d2c21a2f13e to your computer and use it in GitHub Desktop.
spiceypy_cibuildwheels_arm64_log
2022-07-09T23:59:52.8522580Z ##[group]Run python -m cibuildwheel --output-dir wheelhouse
2022-07-09T23:59:52.8523000Z python -m cibuildwheel --output-dir wheelhouse
2022-07-09T23:59:52.8827550Z shell: /bin/bash -e {0}
2022-07-09T23:59:52.8827810Z env:
2022-07-09T23:59:52.8828030Z CIBW_ARCHS: arm64
2022-07-09T23:59:52.8828280Z MACOSX_DEPLOYMENT_TARGET: 10.11
2022-07-09T23:59:52.8828620Z pythonLocation: /Users/runner/hostedtoolcache/Python/3.9.13/x64
2022-07-09T23:59:52.8829050Z ##[endgroup]
2022-07-09T23:59:53.1989380Z
2022-07-09T23:59:53.1990440Z _ _ _ _ _ _ _
2022-07-09T23:59:53.1991340Z ___|_| |_ _ _|_| |_| |_ _ _| |_ ___ ___| |
2022-07-09T23:59:53.1992370Z | _| | . | | | | | . | | | | | -_| -_| |
2022-07-09T23:59:53.1992850Z |___|_|___|___|_|_|___|_____|_|_|___|___|_|
2022-07-09T23:59:53.1993240Z
2022-07-09T23:59:53.1993550Z cibuildwheel version 2.3.1
2022-07-09T23:59:53.1993910Z
2022-07-09T23:59:53.1994210Z Build options:
2022-07-09T23:59:53.1995040Z platform: 'macos'
2022-07-09T23:59:53.2059330Z architectures: {<Architecture.arm64: 'arm64'>}
2022-07-09T23:59:53.2060520Z build_selector: BuildSelector(build_config='cp39-*', skip_config='*-win32 *-manylinux_i686 *-musllinux_i686 pypy* pp* *-musllinux_aarch64')
2022-07-09T23:59:53.2061270Z output_dir: PosixPath('wheelhouse')
2022-07-09T23:59:53.2061730Z package_dir: PosixPath('.')
2022-07-09T23:59:53.2062130Z test_selector: TestSelector(build_config='*')
2022-07-09T23:59:53.2062470Z before_all: ''
2022-07-09T23:59:53.2062870Z before_build: 'python {project}/get_spice.py'
2022-07-09T23:59:53.2063440Z before_test: 'pip install -r ci-requirements.txt'
2022-07-09T23:59:53.2063890Z build_frontend: 'build'
2022-07-09T23:59:53.2064160Z build_verbosity: 2
2022-07-09T23:59:53.2064800Z dependency_constraints: DependencyConstraints(PosixPath('/Users/runner/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/cibuildwheel/resources/constraints.txt'))
2022-07-09T23:59:53.2065310Z environment: ParsedEnvironment([])
2022-07-09T23:59:53.2065780Z manylinux_images: None
2022-07-09T23:59:53.2066060Z musllinux_images: None
2022-07-09T23:59:53.2066620Z repair_command: 'delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}'
2022-07-09T23:59:53.2067220Z test_command: 'coverage run --source {package} -m pytest --pyargs {project}'
2022-07-09T23:59:53.2067790Z test_extras: ''
2022-07-09T23:59:53.2068040Z test_requires: []
2022-07-09T23:59:53.2068200Z
2022-07-09T23:59:53.2068310Z Here we go!
2022-07-09T23:59:53.2068450Z
2022-07-09T23:59:53.2140680Z
2022-07-09T23:59:53.2142020Z Building cp39-macosx_arm64 wheel
2022-07-09T23:59:53.2142500Z CPython 3.9 macOS arm64 - Apple Silicon
2022-07-09T23:59:53.2142860Z
2022-07-09T23:59:53.2143970Z ##[group]Installing Python cp39...
2022-07-09T23:59:53.2144190Z
2022-07-09T23:59:53.3931570Z + Download https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg to /tmp/Python.pkg
2022-07-09T23:59:54.1911230Z + sudo installer -pkg /tmp/Python.pkg -target /
2022-07-10T00:00:25.2629860Z installer: Package name is Python
2022-07-10T00:00:25.2731440Z installer: Upgrading at base path /
2022-07-10T00:00:25.2760750Z installer: The upgrade was successful.
2022-07-10T00:00:25.2762170Z + sudo /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 /Users/runner/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/cibuildwheel/resources/install_certifi.py
2022-07-10T00:00:26.2163380Z WARNING: The directory '/Users/runner/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
2022-07-10T00:00:26.5114530Z Collecting certifi
2022-07-10T00:00:26.5394090Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
2022-07-10T00:00:26.6014820Z Installing collected packages: certifi
2022-07-10T00:00:26.6237450Z Successfully installed certifi-2022.6.15
2022-07-10T00:00:26.6239300Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2022-07-10T00:00:26.9538540Z WARNING: You are using pip version 21.2.4; however, version 22.1.2 is available.
2022-07-10T00:00:26.9643390Z You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -m pip install --upgrade pip' command.
2022-07-10T00:00:27.0644350Z -- pip install --upgrade certifi
2022-07-10T00:00:27.0728800Z -- removing any existing file or link
2022-07-10T00:00:27.0830310Z -- creating symlink to certifi certificate bundle
2022-07-10T00:00:27.0930580Z -- setting permissions
2022-07-10T00:00:27.1032180Z -- update complete
2022-07-10T00:00:27.1133190Z ##[endgroup]
2022-07-10T00:00:27.1234830Z ✓ 33.86s
2022-07-10T00:00:27.1334390Z ##[group]Setting up build environment...
2022-07-10T00:00:27.1434480Z
2022-07-10T00:00:27.1535740Z + python -m ensurepip
2022-07-10T00:00:29.5187240Z Looking in links: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqwqw4dy0
2022-07-10T00:00:29.5290600Z Requirement already satisfied: setuptools in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (58.1.0)
2022-07-10T00:00:29.5392290Z Requirement already satisfied: pip in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (21.2.4)
2022-07-10T00:00:29.8487300Z + python -m pip install --force-reinstall pip -c /Users/runner/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/cibuildwheel/resources/constraints-python39.txt
2022-07-10T00:00:31.6861100Z Collecting pip
2022-07-10T00:00:31.7393550Z Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
2022-07-10T00:00:31.8670880Z Installing collected packages: pip
2022-07-10T00:00:31.8671930Z Attempting uninstall: pip
2022-07-10T00:00:31.8673640Z Found existing installation: pip 21.2.4
2022-07-10T00:00:32.5328940Z Uninstalling pip-21.2.4:
2022-07-10T00:00:33.1909010Z Successfully uninstalled pip-21.2.4
2022-07-10T00:00:34.8302650Z Successfully installed pip-21.3.1
2022-07-10T00:00:34.9342730Z + which pip
2022-07-10T00:00:34.9649840Z /tmp/cibw_bin/pip
2022-07-10T00:00:34.9751490Z + pip --version
2022-07-10T00:00:35.3581610Z pip 21.3.1 from /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip (python 3.9)
2022-07-10T00:00:35.4183380Z + which python
2022-07-10T00:00:35.4384810Z /tmp/cibw_bin/python
2022-07-10T00:00:35.4487290Z + python --version
2022-07-10T00:00:35.4585250Z Python 3.9.9
2022-07-10T00:00:35.4888300Z ##[endgroup]
2022-07-10T00:00:35.4989830Z ✓ 8.41s
2022-07-10T00:00:35.5092600Z ##[group]Installing build tools...
2022-07-10T00:00:35.5192280Z
2022-07-10T00:00:35.5294890Z + pip install --upgrade delocate 'build[virtualenv]' -c /Users/runner/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/cibuildwheel/resources/constraints-python39.txt
2022-07-10T00:00:36.3060790Z Collecting delocate
2022-07-10T00:00:36.3344330Z Downloading delocate-0.10.1-py3-none-any.whl (136 kB)
2022-07-10T00:00:36.3921460Z Collecting build[virtualenv]
2022-07-10T00:00:36.4000350Z Using cached build-0.8.0-py3-none-any.whl (17 kB)
2022-07-10T00:00:36.5047310Z Collecting wheel
2022-07-10T00:00:36.5140580Z Downloading wheel-0.37.0-py2.py3-none-any.whl (35 kB)
2022-07-10T00:00:36.5610080Z Collecting typing-extensions
2022-07-10T00:00:36.5693300Z Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
2022-07-10T00:00:36.6567600Z Collecting tomli>=1.0.0
2022-07-10T00:00:36.6638430Z Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
2022-07-10T00:00:36.7385710Z Collecting packaging>=19.0
2022-07-10T00:00:36.7482540Z Using cached packaging-21.3-py3-none-any.whl (40 kB)
2022-07-10T00:00:36.7794610Z Collecting pep517>=0.9.1
2022-07-10T00:00:36.7897520Z Using cached pep517-0.12.0-py2.py3-none-any.whl (19 kB)
2022-07-10T00:00:37.0518970Z Collecting virtualenv>=20.0.35
2022-07-10T00:00:37.0620570Z Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
2022-07-10T00:00:37.3359920Z Collecting pyparsing!=3.0.5,>=2.0.2
2022-07-10T00:00:37.3431410Z Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
2022-07-10T00:00:37.4562240Z Collecting filelock<4,>=3.2
2022-07-10T00:00:37.4704980Z Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
2022-07-10T00:00:37.5047790Z Collecting distlib<1,>=0.3.1
2022-07-10T00:00:37.5147950Z Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
2022-07-10T00:00:37.5693000Z Collecting platformdirs<3,>=2
2022-07-10T00:00:37.5786850Z Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
2022-07-10T00:00:37.6259390Z Collecting six<2,>=1.9.0
2022-07-10T00:00:37.6328030Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2022-07-10T00:00:37.6625960Z Collecting backports.entry-points-selectable>=1.0.4
2022-07-10T00:00:37.6763560Z Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
2022-07-10T00:00:38.0750250Z Installing collected packages: tomli, pyparsing, six, platformdirs, pep517, packaging, filelock, distlib, backports.entry-points-selectable, wheel, virtualenv, typing-extensions, build, delocate
2022-07-10T00:00:39.0038050Z Successfully installed backports.entry-points-selectable-1.1.1 build-0.8.0 delocate-0.10.1 distlib-0.3.4 filelock-3.4.0 packaging-21.3 pep517-0.12.0 platformdirs-2.4.0 pyparsing-3.0.9 six-1.16.0 tomli-2.0.1 typing-extensions-4.0.1 virtualenv-20.10.0 wheel-0.37.0
2022-07-10T00:00:39.1008450Z ##[endgroup]
2022-07-10T00:00:39.1009400Z ✓ 3.62s
2022-07-10T00:00:39.1009900Z ##[group]Running before_build...
2022-07-10T00:00:39.1010080Z
2022-07-10T00:00:39.1019100Z + python ./get_spice.py
2022-07-10T00:00:39.2312410Z Preparing cspice
2022-07-10T00:00:39.2413940Z Downloading CSPICE src from NAIF
2022-07-10T00:00:44.8316460Z Gathering information...
2022-07-10T00:00:44.8327030Z SYSTEM: Darwin
2022-07-10T00:00:44.8327550Z PROCESSOR: i386
2022-07-10T00:00:44.8328490Z MACHINE: 64bit x86_64
2022-07-10T00:00:44.8329890Z Downloading CSPICE for MacM1_OSX_clang_64bit...
2022-07-10T00:00:44.8330480Z Unpacking... (this may take some time!)
2022-07-10T00:00:44.8331140Z end of prep: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cspice_spiceypy_0ur6k2z7
2022-07-10T00:00:44.8332580Z Copying supplements
2022-07-10T00:00:44.8338090Z copy supplements to: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cspice_spiceypy_0ur6k2z7
2022-07-10T00:00:44.8381400Z Apply patches
2022-07-10T00:00:44.8383910Z Building cspice
2022-07-10T00:00:52.7206590Z ./cspice/src/cspice/bodeul.c:783:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:00:52.7207450Z k = (i__ - 1 << 1) + 1;
2022-07-10T00:00:52.7207700Z ~~~~^~~ ~~
2022-07-10T00:00:52.7253580Z ./cspice/src/cspice/bodeul.c:783:12: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:00:52.7254180Z k = (i__ - 1 << 1) + 1;
2022-07-10T00:00:52.7254640Z ^
2022-07-10T00:00:52.7254900Z ( )
2022-07-10T00:00:52.7811990Z 1 warning generated.
2022-07-10T00:00:58.3787990Z ./cspice/src/cspice/ckgr02.c:517:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:00:58.3788750Z addr__ = beg + (*recno - 1 << 3);
2022-07-10T00:00:58.3789030Z ~~~~~~~^~~ ~~
2022-07-10T00:00:58.3789910Z ./cspice/src/cspice/ckgr02.c:517:28: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:00:58.3790670Z addr__ = beg + (*recno - 1 << 3);
2022-07-10T00:00:58.3791150Z ^
2022-07-10T00:00:58.3791720Z ( )
2022-07-10T00:00:58.4425640Z 1 warning generated.
2022-07-10T00:01:01.9851030Z ./cspice/src/cspice/ckr02.c:663:29: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:01.9852650Z n = beg + (skip + index - 1 << 3);
2022-07-10T00:01:01.9853390Z ~~~~~~~~~~~~~^~~ ~~
2022-07-10T00:01:01.9854610Z ./cspice/src/cspice/ckr02.c:663:29: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:01.9855460Z n = beg + (skip + index - 1 << 3);
2022-07-10T00:01:01.9856020Z ^
2022-07-10T00:01:01.9856640Z ( )
2022-07-10T00:01:02.0931380Z 1 warning generated.
2022-07-10T00:01:10.6241510Z ./cspice/src/cspice/dafbt.c:631:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:10.6242360Z snmlen = nd + (ni + 1) / 2 << 3;
2022-07-10T00:01:10.6242610Z ~~~^~~~~~~~~~~~~~ ~~
2022-07-10T00:01:10.6243210Z ./cspice/src/cspice/dafbt.c:631:17: note: place parentheses around the '+' expression to silence this warning
2022-07-10T00:01:10.6243590Z snmlen = nd + (ni + 1) / 2 << 3;
2022-07-10T00:01:10.6243800Z ^
2022-07-10T00:01:10.6244230Z ( )
2022-07-10T00:01:10.6763870Z 1 warning generated.
2022-07-10T00:01:12.9893370Z ./cspice/src/cspice/dafrwa.c:169:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:12.9894050Z *addr__ = *wordno + (*recno - 1 << 7);
2022-07-10T00:01:12.9894400Z ~~~~~~~^~~ ~~
2022-07-10T00:01:12.9894950Z ./cspice/src/cspice/dafrwa.c:169:33: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:12.9914550Z *addr__ = *wordno + (*recno - 1 << 7);
2022-07-10T00:01:12.9914850Z ^
2022-07-10T00:01:12.9915100Z ( )
2022-07-10T00:01:12.9916830Z ./cspice/src/cspice/dafrwa.c:323:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:12.9917930Z *wordno = *addr__ - (*recno - 1 << 7);
2022-07-10T00:01:12.9918720Z ~~~~~~~^~~ ~~
2022-07-10T00:01:12.9919730Z ./cspice/src/cspice/dafrwa.c:323:33: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:12.9920650Z *wordno = *addr__ - (*recno - 1 << 7);
2022-07-10T00:01:12.9921430Z ^
2022-07-10T00:01:12.9922270Z ( )
2022-07-10T00:01:13.0053560Z 2 warnings generated.
2022-07-10T00:01:13.2088350Z ./cspice/src/cspice/daftb.c:554:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:13.2088890Z snmlen = nd + (ni + 1) / 2 << 3;
2022-07-10T00:01:13.2089170Z ~~~^~~~~~~~~~~~~~ ~~
2022-07-10T00:01:13.2089920Z ./cspice/src/cspice/daftb.c:554:17: note: place parentheses around the '+' expression to silence this warning
2022-07-10T00:01:13.2090360Z snmlen = nd + (ni + 1) / 2 << 3;
2022-07-10T00:01:13.2090610Z ^
2022-07-10T00:01:13.2090860Z ( )
2022-07-10T00:01:13.2594330Z 1 warning generated.
2022-07-10T00:01:13.5956570Z ./cspice/src/cspice/dasac.c:462:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:13.5957240Z curpos = ncomc - (rinuse - 1 << 10) + 1;
2022-07-10T00:01:13.5957550Z ~~~~~~~^~~ ~~
2022-07-10T00:01:13.5958670Z ./cspice/src/cspice/dasac.c:462:27: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:13.5959250Z curpos = ncomc - (rinuse - 1 << 10) + 1;
2022-07-10T00:01:13.5959510Z ^
2022-07-10T00:01:13.5959770Z ( )
2022-07-10T00:01:13.6348170Z 1 warning generated.
2022-07-10T00:01:18.2473090Z ./cspice/src/cspice/dfe.c:97:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:18.2474170Z if(n=c_dfe(a))return(n);
2022-07-10T00:01:18.2474840Z ~^~~~~~~~~
2022-07-10T00:01:18.2475550Z ./cspice/src/cspice/dfe.c:97:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:18.2476420Z if(n=c_dfe(a))return(n);
2022-07-10T00:01:18.2477030Z ^
2022-07-10T00:01:18.2477590Z ( )
2022-07-10T00:01:18.2478600Z ./cspice/src/cspice/dfe.c:97:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:18.2479260Z if(n=c_dfe(a))return(n);
2022-07-10T00:01:18.2480140Z ^
2022-07-10T00:01:18.2480690Z ==
2022-07-10T00:01:18.2485010Z ./cspice/src/cspice/dfe.c:119:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:18.2485860Z if(n=c_dfe(a)) return(n);
2022-07-10T00:01:18.2486670Z ~^~~~~~~~~
2022-07-10T00:01:18.2487430Z ./cspice/src/cspice/dfe.c:119:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:18.2499440Z if(n=c_dfe(a)) return(n);
2022-07-10T00:01:18.2500370Z ^
2022-07-10T00:01:18.2500630Z ( )
2022-07-10T00:01:18.2509330Z ./cspice/src/cspice/dfe.c:119:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:18.2509680Z if(n=c_dfe(a)) return(n);
2022-07-10T00:01:18.2509950Z ^
2022-07-10T00:01:18.2510180Z ==
2022-07-10T00:01:18.2974530Z 2 warnings generated.
2022-07-10T00:01:24.4321270Z ./cspice/src/cspice/due.c:36:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:24.4321740Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4322000Z ~^~~~~~~~~
2022-07-10T00:01:24.4322350Z ./cspice/src/cspice/due.c:36:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:24.4322690Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4323070Z ^
2022-07-10T00:01:24.4323290Z ( )
2022-07-10T00:01:24.4323810Z ./cspice/src/cspice/due.c:36:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:24.4324100Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4324320Z ^
2022-07-10T00:01:24.4324530Z ==
2022-07-10T00:01:24.4329320Z ./cspice/src/cspice/due.c:49:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:24.4331290Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4331830Z ~^~~~~~~~~
2022-07-10T00:01:24.4332200Z ./cspice/src/cspice/due.c:49:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:24.4332580Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4332820Z ^
2022-07-10T00:01:24.4333110Z ( )
2022-07-10T00:01:24.4333680Z ./cspice/src/cspice/due.c:49:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:24.4334030Z if(n=c_due(a)) return(n);
2022-07-10T00:01:24.4334290Z ^
2022-07-10T00:01:24.4334490Z ==
2022-07-10T00:01:24.4612620Z 2 warnings generated.
2022-07-10T00:01:29.0244190Z ./cspice/src/cspice/ekqmgr.c:6113:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:29.0244850Z ptroff = nsv + 4 + (nseg - 1 << 1) + 1;
2022-07-10T00:01:29.0245160Z ~~~~~^~~ ~~
2022-07-10T00:01:29.0245780Z ./cspice/src/cspice/ekqmgr.c:6113:28: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:29.0246260Z ptroff = nsv + 4 + (nseg - 1 << 1) + 1;
2022-07-10T00:01:29.0246570Z ^
2022-07-10T00:01:29.0247710Z ( )
2022-07-10T00:01:29.9555450Z 1 warning generated.
2022-07-10T00:01:31.6684730Z ./cspice/src/cspice/endfile.c:30:27: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat]
2022-07-10T00:01:31.6685400Z sprintf(nbuf,"fort.%ld",a->aunit);
2022-07-10T00:01:31.6685710Z ~~~ ^~~~~~~~
2022-07-10T00:01:31.6685950Z %d
2022-07-10T00:01:31.6686640Z /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
2022-07-10T00:01:31.6687160Z __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
2022-07-10T00:01:31.6687730Z ^~~~~~~~~~~
2022-07-10T00:01:31.6688390Z ./cspice/src/cspice/endfile.c:31:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:31.6689890Z if (tf = fopen(nbuf, f__w_mode[0]))
2022-07-10T00:01:31.6690280Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:01:31.6690770Z ./cspice/src/cspice/endfile.c:31:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:31.6691220Z if (tf = fopen(nbuf, f__w_mode[0]))
2022-07-10T00:01:31.6691560Z ^
2022-07-10T00:01:31.6691830Z ( )
2022-07-10T00:01:31.6692520Z ./cspice/src/cspice/endfile.c:31:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:31.6692950Z if (tf = fopen(nbuf, f__w_mode[0]))
2022-07-10T00:01:31.6693180Z ^
2022-07-10T00:01:31.6693510Z ==
2022-07-10T00:01:31.7002500Z 2 warnings generated.
2022-07-10T00:01:37.3927000Z ./cspice/src/cspice/getenv_.c:159:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:37.3927520Z while (ep = *env++)
2022-07-10T00:01:37.3927820Z ~~~^~~~~~~~
2022-07-10T00:01:37.3928200Z ./cspice/src/cspice/getenv_.c:159:14: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:37.3928580Z while (ep = *env++)
2022-07-10T00:01:37.3928800Z ^
2022-07-10T00:01:37.3929030Z ( )
2022-07-10T00:01:37.3929530Z ./cspice/src/cspice/getenv_.c:159:14: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:37.3930760Z while (ep = *env++)
2022-07-10T00:01:37.3931010Z ^
2022-07-10T00:01:37.3931240Z ==
2022-07-10T00:01:37.4126880Z 1 warning generated.
2022-07-10T00:01:43.3115720Z ./cspice/src/cspice/iio.c:84:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:43.3116220Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3116510Z ~^~~~~~~~
2022-07-10T00:01:43.3116860Z ./cspice/src/cspice/iio.c:84:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:43.3117200Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3117430Z ^
2022-07-10T00:01:43.3117660Z ( )
2022-07-10T00:01:43.3118090Z ./cspice/src/cspice/iio.c:84:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:43.3118390Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3118570Z ^
2022-07-10T00:01:43.3118940Z ==
2022-07-10T00:01:43.3125440Z ./cspice/src/cspice/iio.c:115:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:43.3125900Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3126250Z ~^~~~~~~~
2022-07-10T00:01:43.3126730Z ./cspice/src/cspice/iio.c:115:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:43.3127090Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3128050Z ^
2022-07-10T00:01:43.3128270Z ( )
2022-07-10T00:01:43.3128780Z ./cspice/src/cspice/iio.c:115:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:43.3129090Z if(n=c_si(a)) return(n);
2022-07-10T00:01:43.3129280Z ^
2022-07-10T00:01:43.3129450Z ==
2022-07-10T00:01:43.3490140Z 2 warnings generated.
2022-07-10T00:01:49.1384030Z ./cspice/src/cspice/lbitbits.c:44:44: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:49.1384680Z return (integer)(x << b | x >> LONGBITS -b );
2022-07-10T00:01:49.1384950Z ~~ ~~~~~~~~~^~
2022-07-10T00:01:49.1385440Z ./cspice/src/cspice/lbitbits.c:44:44: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:49.1385900Z return (integer)(x << b | x >> LONGBITS -b );
2022-07-10T00:01:49.1386160Z ~~~~~~~~~^~
2022-07-10T00:01:49.1386700Z ./cspice/src/cspice/lbitbits.c:48:34: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:49.1387200Z return (integer)(x << LONGBITS - b | x >> b);
2022-07-10T00:01:49.1387440Z ~~ ~~~~~~~~~^~~
2022-07-10T00:01:49.1388220Z ./cspice/src/cspice/lbitbits.c:48:34: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:49.1388680Z return (integer)(x << LONGBITS - b | x >> b);
2022-07-10T00:01:49.1388920Z ~~~~~~~~~^~~
2022-07-10T00:01:49.1389440Z ./cspice/src/cspice/lbitbits.c:57:47: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:49.1389920Z return (integer)(y | z & (x << b | x >> len - b));
2022-07-10T00:01:49.1390180Z ~~ ~~~~^~~
2022-07-10T00:01:49.1390760Z ./cspice/src/cspice/lbitbits.c:57:47: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:49.1391250Z return (integer)(y | z & (x << b | x >> len - b));
2022-07-10T00:01:49.1391500Z ^
2022-07-10T00:01:49.1391730Z ( )
2022-07-10T00:01:49.1392250Z ./cspice/src/cspice/lbitbits.c:61:46: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:01:49.1393470Z return (integer)(y | z & (x >> b | x << len - b));
2022-07-10T00:01:49.1393720Z ~~ ~~~~^~~
2022-07-10T00:01:49.1394350Z ./cspice/src/cspice/lbitbits.c:61:46: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:01:49.1394860Z return (integer)(y | z & (x >> b | x << len - b));
2022-07-10T00:01:49.1395180Z ^
2022-07-10T00:01:49.1395400Z ( )
2022-07-10T00:01:49.1536150Z 4 warnings generated.
2022-07-10T00:01:51.4995980Z ./cspice/src/cspice/lread.c:289:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2022-07-10T00:01:51.4996390Z else
2022-07-10T00:01:51.4996590Z ^
2022-07-10T00:01:51.4998320Z ./cspice/src/cspice/lread.c:309:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.4998720Z if (ch = l_R(1,0))
2022-07-10T00:01:51.4998910Z ~~~^~~~~~~~~~
2022-07-10T00:01:51.5000400Z ./cspice/src/cspice/lread.c:309:9: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5000740Z if (ch = l_R(1,0))
2022-07-10T00:01:51.5001650Z ^
2022-07-10T00:01:51.5001840Z ( )
2022-07-10T00:01:51.5002350Z ./cspice/src/cspice/lread.c:309:9: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5002640Z if (ch = l_R(1,0))
2022-07-10T00:01:51.5002990Z ^
2022-07-10T00:01:51.5003180Z ==
2022-07-10T00:01:51.5004640Z ./cspice/src/cspice/lread.c:321:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5005000Z if (ch = l_R(1,0))
2022-07-10T00:01:51.5005310Z ~~~^~~~~~~~~~
2022-07-10T00:01:51.5005630Z ./cspice/src/cspice/lread.c:321:9: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5005930Z if (ch = l_R(1,0))
2022-07-10T00:01:51.5006110Z ^
2022-07-10T00:01:51.5006290Z ( )
2022-07-10T00:01:51.5006740Z ./cspice/src/cspice/lread.c:321:9: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5007030Z if (ch = l_R(1,0))
2022-07-10T00:01:51.5007210Z ^
2022-07-10T00:01:51.5007370Z ==
2022-07-10T00:01:51.5011340Z ./cspice/src/cspice/lread.c:350:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2022-07-10T00:01:51.5011670Z else
2022-07-10T00:01:51.5011860Z ^
2022-07-10T00:01:51.5043810Z ./cspice/src/cspice/lread.c:590:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5044280Z ERR(l_R(0,1));
2022-07-10T00:01:51.5044490Z ^~~~~~~~~~~~~
2022-07-10T00:01:51.5044880Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5045150Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5045350Z ~^~~~
2022-07-10T00:01:51.5045650Z ./cspice/src/cspice/lread.c:590:4: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5046120Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5046390Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5046580Z ^
2022-07-10T00:01:51.5046990Z ./cspice/src/cspice/lread.c:590:4: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5047450Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5047710Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5047910Z ^
2022-07-10T00:01:51.5049040Z ./cspice/src/cspice/lread.c:595:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5049380Z ERR(l_R(0,0));
2022-07-10T00:01:51.5049580Z ^~~~~~~~~~~~~
2022-07-10T00:01:51.5049950Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5050210Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5050600Z ~^~~~
2022-07-10T00:01:51.5050930Z ./cspice/src/cspice/lread.c:595:4: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5051400Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5051670Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5051870Z ^
2022-07-10T00:01:51.5052270Z ./cspice/src/cspice/lread.c:595:4: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5052740Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5053000Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5053200Z ^
2022-07-10T00:01:51.5053670Z ./cspice/src/cspice/lread.c:606:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5053990Z ERR(l_C());
2022-07-10T00:01:51.5054610Z ^~~~~~~~~~
2022-07-10T00:01:51.5054990Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5055260Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5055460Z ~^~~~
2022-07-10T00:01:51.5055770Z ./cspice/src/cspice/lread.c:606:4: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5056230Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5056500Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5056700Z ^
2022-07-10T00:01:51.5057110Z ./cspice/src/cspice/lread.c:606:4: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5057560Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5057820Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5058010Z ^
2022-07-10T00:01:51.5058490Z ./cspice/src/cspice/lread.c:611:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5058820Z ERR(l_L());
2022-07-10T00:01:51.5059010Z ^~~~~~~~~~
2022-07-10T00:01:51.5059360Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5059620Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5059820Z ~^~~~
2022-07-10T00:01:51.5060110Z ./cspice/src/cspice/lread.c:611:4: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5060570Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5060840Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5061020Z ^
2022-07-10T00:01:51.5061440Z ./cspice/src/cspice/lread.c:611:4: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5061890Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5062150Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5062340Z ^
2022-07-10T00:01:51.5062820Z ./cspice/src/cspice/lread.c:614:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5063150Z ERR(l_CHAR());
2022-07-10T00:01:51.5063340Z ^~~~~~~~~~~~~
2022-07-10T00:01:51.5063700Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5063960Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5064160Z ~^~~~
2022-07-10T00:01:51.5064820Z ./cspice/src/cspice/lread.c:614:4: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5065310Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5065570Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5065760Z ^
2022-07-10T00:01:51.5066190Z ./cspice/src/cspice/lread.c:614:4: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5066650Z ./cspice/src/cspice/lread.c:101:20: note: expanded from macro 'ERR'
2022-07-10T00:01:51.5066900Z #define ERR(x) if(n=(x)) return(n)
2022-07-10T00:01:51.5067100Z ^
2022-07-10T00:01:51.5071590Z ./cspice/src/cspice/lread.c:687:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:51.5072000Z if(n=c_le(a)) return(n);
2022-07-10T00:01:51.5072210Z ~^~~~~~~~
2022-07-10T00:01:51.5072500Z ./cspice/src/cspice/lread.c:687:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:51.5072800Z if(n=c_le(a)) return(n);
2022-07-10T00:01:51.5072980Z ^
2022-07-10T00:01:51.5073150Z ( )
2022-07-10T00:01:51.5073600Z ./cspice/src/cspice/lread.c:687:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:51.5073880Z if(n=c_le(a)) return(n);
2022-07-10T00:01:51.5074480Z ^
2022-07-10T00:01:51.5074760Z ==
2022-07-10T00:01:51.6850770Z 10 warnings generated.
2022-07-10T00:01:52.7878100Z ./cspice/src/cspice/lwrite.c:134:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:52.7878540Z while(b[0] = b[1])
2022-07-10T00:01:52.7878750Z ~~~~~^~~~~~
2022-07-10T00:01:52.7879070Z ./cspice/src/cspice/lwrite.c:134:15: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:52.7879380Z while(b[0] = b[1])
2022-07-10T00:01:52.7879600Z ^
2022-07-10T00:01:52.7879810Z ( )
2022-07-10T00:01:52.7880280Z ./cspice/src/cspice/lwrite.c:134:15: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:52.7880580Z while(b[0] = b[1])
2022-07-10T00:01:52.7880770Z ^
2022-07-10T00:01:52.7881090Z ==
2022-07-10T00:01:52.7881780Z ./cspice/src/cspice/lwrite.c:159:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:52.7882250Z for(c1 = '.', c = 'E'; *b = c1;
2022-07-10T00:01:52.7882500Z ~~~^~~~
2022-07-10T00:01:52.7882820Z ./cspice/src/cspice/lwrite.c:159:32: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:52.7883260Z for(c1 = '.', c = 'E'; *b = c1;
2022-07-10T00:01:52.7883500Z ^
2022-07-10T00:01:52.7883790Z ( )
2022-07-10T00:01:52.7884260Z ./cspice/src/cspice/lwrite.c:159:32: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:52.7884680Z for(c1 = '.', c = 'E'; *b = c1;
2022-07-10T00:01:52.7884910Z ^
2022-07-10T00:01:52.7885130Z ==
2022-07-10T00:01:52.7887040Z ./cspice/src/cspice/lwrite.c:183:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:52.7887430Z while(c = *s++)
2022-07-10T00:01:52.7887740Z ~~^~~~~~
2022-07-10T00:01:52.7888070Z ./cspice/src/cspice/lwrite.c:183:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:52.7888850Z while(c = *s++)
2022-07-10T00:01:52.7889030Z ^
2022-07-10T00:01:52.7889210Z ( )
2022-07-10T00:01:52.7889670Z ./cspice/src/cspice/lwrite.c:183:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:52.7889960Z while(c = *s++)
2022-07-10T00:01:52.7890140Z ^
2022-07-10T00:01:52.7890310Z ==
2022-07-10T00:01:52.8675290Z 3 warnings generated.
2022-07-10T00:01:58.0309410Z ./cspice/src/cspice/open.c:285:32: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat]
2022-07-10T00:01:58.0309960Z sprintf(buf, "fort.%ld", a->ounit);
2022-07-10T00:01:58.0310200Z ~~~ ^~~~~~~~
2022-07-10T00:01:58.0310390Z %d
2022-07-10T00:01:58.0310980Z /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
2022-07-10T00:01:58.0311440Z __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
2022-07-10T00:01:58.0311710Z ^~~~~~~~~~~
2022-07-10T00:01:58.0314970Z ./cspice/src/cspice/open.c:382:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:58.0316370Z if (tf = fopen(buf,f__w_mode[0]))
2022-07-10T00:01:58.0316570Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:01:58.0316880Z ./cspice/src/cspice/open.c:382:14: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:58.0317180Z if (tf = fopen(buf,f__w_mode[0]))
2022-07-10T00:01:58.0317370Z ^
2022-07-10T00:01:58.0317550Z ( )
2022-07-10T00:01:58.0318020Z ./cspice/src/cspice/open.c:382:14: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:58.0318310Z if (tf = fopen(buf,f__w_mode[0]))
2022-07-10T00:01:58.0318520Z ^
2022-07-10T00:01:58.0318690Z ==
2022-07-10T00:01:58.0320520Z ./cspice/src/cspice/open.c:392:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:58.0320880Z if (tf = fopen(buf, f__r_mode[ufmt]))
2022-07-10T00:01:58.0321110Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:01:58.0321430Z ./cspice/src/cspice/open.c:392:14: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:58.0321730Z if (tf = fopen(buf, f__r_mode[ufmt]))
2022-07-10T00:01:58.0321930Z ^
2022-07-10T00:01:58.0322120Z ( )
2022-07-10T00:01:58.0322560Z ./cspice/src/cspice/open.c:392:14: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:58.0322860Z if (tf = fopen(buf, f__r_mode[ufmt]))
2022-07-10T00:01:58.0323060Z ^
2022-07-10T00:01:58.0323240Z ==
2022-07-10T00:01:58.0323710Z ./cspice/src/cspice/open.c:394:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:01:58.0324070Z else if (tf = fopen(buf, f__w_mode[ufmt])) {
2022-07-10T00:01:58.0324310Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:01:58.0324630Z ./cspice/src/cspice/open.c:394:19: note: place parentheses around the assignment to silence this warning
2022-07-10T00:01:58.0324940Z else if (tf = fopen(buf, f__w_mode[ufmt])) {
2022-07-10T00:01:58.0325150Z ^
2022-07-10T00:01:58.0325340Z ( )
2022-07-10T00:01:58.0325770Z ./cspice/src/cspice/open.c:394:19: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:01:58.0326090Z else if (tf = fopen(buf, f__w_mode[ufmt])) {
2022-07-10T00:01:58.0326300Z ^
2022-07-10T00:01:58.0326580Z ==
2022-07-10T00:01:58.0329110Z ./cspice/src/cspice/open.c:413:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2022-07-10T00:01:58.0330150Z else if ((s = a->oacc) && (*s == 'a' || *s == 'A')
2022-07-10T00:01:58.0330380Z ^
2022-07-10T00:01:58.0351760Z ./cspice/src/cspice/open.c:434:35: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat]
2022-07-10T00:01:58.0352140Z (void) sprintf(nbuf,"fort.%ld",n);
2022-07-10T00:01:58.0352380Z ~~~ ^
2022-07-10T00:01:58.0352570Z %d
2022-07-10T00:01:58.0353170Z /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
2022-07-10T00:01:58.0353610Z __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
2022-07-10T00:01:58.0353880Z ^~~~~~~~~~~
2022-07-10T00:01:58.1197850Z 6 warnings generated.
2022-07-10T00:02:06.8772770Z ./cspice/src/cspice/rdfmt.c:34:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:06.8877270Z while(ch = *s++)
2022-07-10T00:02:06.8939870Z ~~~^~~~~~
2022-07-10T00:02:06.8940710Z ./cspice/src/cspice/rdfmt.c:34:12: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:06.8941980Z while(ch = *s++)
2022-07-10T00:02:06.8942270Z ^
2022-07-10T00:02:06.8942580Z ( )
2022-07-10T00:02:06.8943210Z ./cspice/src/cspice/rdfmt.c:34:12: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:06.8943540Z while(ch = *s++)
2022-07-10T00:02:06.8943740Z ^
2022-07-10T00:02:06.8943920Z ==
2022-07-10T00:02:06.8944420Z ./cspice/src/cspice/rdfmt.c:37:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:06.8944770Z while(ch = *s++)
2022-07-10T00:02:06.8944970Z ~~~^~~~~~
2022-07-10T00:02:06.8945260Z ./cspice/src/cspice/rdfmt.c:37:12: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:06.8945550Z while(ch = *s++)
2022-07-10T00:02:06.8945740Z ^
2022-07-10T00:02:06.8945930Z ( )
2022-07-10T00:02:06.8946360Z ./cspice/src/cspice/rdfmt.c:37:12: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:06.8946740Z while(ch = *s++)
2022-07-10T00:02:06.8946960Z ^
2022-07-10T00:02:06.8947450Z ==
2022-07-10T00:02:06.8948070Z ./cspice/src/cspice/rdfmt.c:66:9: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:06.8948490Z w2 = w1+1 >> 1;
2022-07-10T00:02:06.8948730Z ~~^~ ~~
2022-07-10T00:02:06.8949280Z ./cspice/src/cspice/rdfmt.c:66:9: note: place parentheses around the '+' expression to silence this warning
2022-07-10T00:02:06.8950290Z w2 = w1+1 >> 1;
2022-07-10T00:02:06.8950590Z ^
2022-07-10T00:02:06.8950850Z ( )
2022-07-10T00:02:06.8951440Z ./cspice/src/cspice/rdfmt.c:88:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:06.8952150Z *t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1;
2022-07-10T00:02:06.8952600Z ~~~~~~~~~~~~~~~^~ ~~
2022-07-10T00:02:06.8953120Z ./cspice/src/cspice/rdfmt.c:88:23: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:06.8953690Z *t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1;
2022-07-10T00:02:06.8954100Z ^
2022-07-10T00:02:06.8954480Z ( )
2022-07-10T00:02:07.0631570Z 4 warnings generated.
2022-07-10T00:02:11.5372770Z ./cspice/src/cspice/rsfe.c:221:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.5373210Z if(n=c_sfe(a))
2022-07-10T00:02:11.5373390Z ~^~~~~~~~~
2022-07-10T00:02:11.5373670Z ./cspice/src/cspice/rsfe.c:221:8: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.5373980Z if(n=c_sfe(a))
2022-07-10T00:02:11.5374150Z ^
2022-07-10T00:02:11.5374310Z ( )
2022-07-10T00:02:11.5374730Z ./cspice/src/cspice/rsfe.c:221:8: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.5375010Z if(n=c_sfe(a))
2022-07-10T00:02:11.5375170Z ^
2022-07-10T00:02:11.5375320Z ==
2022-07-10T00:02:11.5694910Z 1 warning generated.
2022-07-10T00:02:11.6583350Z ./cspice/src/cspice/rsne.c:81:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6583950Z for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
2022-07-10T00:02:11.6584180Z ~~^~~~~~
2022-07-10T00:02:11.6584560Z ./cspice/src/cspice/rsne.c:81:15: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6584910Z for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
2022-07-10T00:02:11.6585840Z ^
2022-07-10T00:02:11.6586030Z ( )
2022-07-10T00:02:11.6586510Z ./cspice/src/cspice/rsne.c:81:15: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6586840Z for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
2022-07-10T00:02:11.6587050Z ^
2022-07-10T00:02:11.6587230Z ==
2022-07-10T00:02:11.6590400Z ./cspice/src/cspice/rsne.c:102:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6590890Z for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
2022-07-10T00:02:11.6591120Z ~~^~~~
2022-07-10T00:02:11.6591430Z ./cspice/src/cspice/rsne.c:102:23: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6591860Z for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
2022-07-10T00:02:11.6592070Z ^
2022-07-10T00:02:11.6592270Z ( )
2022-07-10T00:02:11.6592710Z ./cspice/src/cspice/rsne.c:102:23: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6593110Z for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
2022-07-10T00:02:11.6593340Z ^
2022-07-10T00:02:11.6593530Z ==
2022-07-10T00:02:11.6610980Z ./cspice/src/cspice/rsne.c:154:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6611400Z for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
2022-07-10T00:02:11.6611830Z ~~^~~~~~
2022-07-10T00:02:11.6612150Z ./cspice/src/cspice/rsne.c:154:42: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6612490Z for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
2022-07-10T00:02:11.6612740Z ^
2022-07-10T00:02:11.6612970Z ( )
2022-07-10T00:02:11.6613430Z ./cspice/src/cspice/rsne.c:154:42: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6613770Z for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
2022-07-10T00:02:11.6614020Z ^
2022-07-10T00:02:11.6614230Z ==
2022-07-10T00:02:11.6615070Z ./cspice/src/cspice/rsne.c:160:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6616270Z for(s = "0123456789_"; c = *s++; )
2022-07-10T00:02:11.6616700Z ~~^~~~~~
2022-07-10T00:02:11.6617220Z ./cspice/src/cspice/rsne.c:160:27: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6617560Z for(s = "0123456789_"; c = *s++; )
2022-07-10T00:02:11.6617770Z ^
2022-07-10T00:02:11.6617980Z ( )
2022-07-10T00:02:11.6618450Z ./cspice/src/cspice/rsne.c:160:27: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6618750Z for(s = "0123456789_"; c = *s++; )
2022-07-10T00:02:11.6618960Z ^
2022-07-10T00:02:11.6619150Z ==
2022-07-10T00:02:11.6619640Z ./cspice/src/cspice/rsne.c:183:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6620080Z while(*s = Alphanum[GETC(ch) & 0xff])
2022-07-10T00:02:11.6620400Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6620710Z ./cspice/src/cspice/rsne.c:183:11: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6621020Z while(*s = Alphanum[GETC(ch) & 0xff])
2022-07-10T00:02:11.6621230Z ^
2022-07-10T00:02:11.6621420Z ( )
2022-07-10T00:02:11.6622340Z ./cspice/src/cspice/rsne.c:183:11: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6622660Z while(*s = Alphanum[GETC(ch) & 0xff])
2022-07-10T00:02:11.6622870Z ^
2022-07-10T00:02:11.6623030Z ==
2022-07-10T00:02:11.6626560Z ./cspice/src/cspice/rsne.c:238:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6626900Z if (k = getnum(chp, x1))
2022-07-10T00:02:11.6627100Z ~~^~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6627410Z ./cspice/src/cspice/rsne.c:238:8: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6627820Z if (k = getnum(chp, x1))
2022-07-10T00:02:11.6628030Z ^
2022-07-10T00:02:11.6628200Z ( )
2022-07-10T00:02:11.6628650Z ./cspice/src/cspice/rsne.c:238:8: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6628960Z if (k = getnum(chp, x1))
2022-07-10T00:02:11.6629150Z ^
2022-07-10T00:02:11.6629310Z ==
2022-07-10T00:02:11.6629800Z ./cspice/src/cspice/rsne.c:242:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6630140Z if (k = getnum(chp, &x2))
2022-07-10T00:02:11.6630340Z ~~^~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6630650Z ./cspice/src/cspice/rsne.c:242:9: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6630960Z if (k = getnum(chp, &x2))
2022-07-10T00:02:11.6631150Z ^
2022-07-10T00:02:11.6631350Z ( )
2022-07-10T00:02:11.6631830Z ./cspice/src/cspice/rsne.c:242:9: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6632140Z if (k = getnum(chp, &x2))
2022-07-10T00:02:11.6632340Z ^
2022-07-10T00:02:11.6632520Z ==
2022-07-10T00:02:11.6633010Z ./cspice/src/cspice/rsne.c:246:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6633350Z if (k = getnum(chp, &x3))
2022-07-10T00:02:11.6633570Z ~~^~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6633890Z ./cspice/src/cspice/rsne.c:246:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6634210Z if (k = getnum(chp, &x3))
2022-07-10T00:02:11.6634710Z ^
2022-07-10T00:02:11.6634920Z ( )
2022-07-10T00:02:11.6635380Z ./cspice/src/cspice/rsne.c:246:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6635680Z if (k = getnum(chp, &x3))
2022-07-10T00:02:11.6635890Z ^
2022-07-10T00:02:11.6636090Z ==
2022-07-10T00:02:11.6641730Z ./cspice/src/cspice/rsne.c:343:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6642090Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6642330Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6642640Z ./cspice/src/cspice/rsne.c:343:9: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6643040Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6643250Z ^
2022-07-10T00:02:11.6643450Z ( )
2022-07-10T00:02:11.6643890Z ./cspice/src/cspice/rsne.c:343:9: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6644210Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6644410Z ^
2022-07-10T00:02:11.6644590Z ==
2022-07-10T00:02:11.6649260Z ./cspice/src/cspice/rsne.c:398:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6650120Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6650370Z ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6650680Z ./cspice/src/cspice/rsne.c:398:12: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6651010Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6651240Z ^
2022-07-10T00:02:11.6651470Z ( )
2022-07-10T00:02:11.6651930Z ./cspice/src/cspice/rsne.c:398:12: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6652260Z if (ch = getname(buf,sizeof(buf)))
2022-07-10T00:02:11.6652490Z ^
2022-07-10T00:02:11.6652690Z ==
2022-07-10T00:02:11.6654310Z ./cspice/src/cspice/rsne.c:422:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6654700Z if (k = getdimen(&ch, dn, (ftnlen)size,
2022-07-10T00:02:11.6654950Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6655260Z ./cspice/src/cspice/rsne.c:422:11: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6655590Z if (k = getdimen(&ch, dn, (ftnlen)size,
2022-07-10T00:02:11.6655830Z ^
2022-07-10T00:02:11.6656030Z (
2022-07-10T00:02:11.6656870Z ./cspice/src/cspice/rsne.c:422:11: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6657210Z if (k = getdimen(&ch, dn, (ftnlen)size,
2022-07-10T00:02:11.6657440Z ^
2022-07-10T00:02:11.6657640Z ==
2022-07-10T00:02:11.6658270Z ./cspice/src/cspice/rsne.c:439:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6658640Z if (k = getdimen(&ch, dn, size, nomax, &b))
2022-07-10T00:02:11.6658900Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6659470Z ./cspice/src/cspice/rsne.c:439:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6660270Z if (k = getdimen(&ch, dn, size, nomax, &b))
2022-07-10T00:02:11.6660510Z ^
2022-07-10T00:02:11.6660720Z ( )
2022-07-10T00:02:11.6661190Z ./cspice/src/cspice/rsne.c:439:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6661520Z if (k = getdimen(&ch, dn, size, nomax, &b))
2022-07-10T00:02:11.6661740Z ^
2022-07-10T00:02:11.6661930Z ==
2022-07-10T00:02:11.6662430Z ./cspice/src/cspice/rsne.c:450:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6662910Z if (k = getdimen(&ch, dn1, dn->delta**dims,
2022-07-10T00:02:11.6663180Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6663510Z ./cspice/src/cspice/rsne.c:450:11: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6663970Z if (k = getdimen(&ch, dn1, dn->delta**dims,
2022-07-10T00:02:11.6664200Z ^
2022-07-10T00:02:11.6664400Z (
2022-07-10T00:02:11.6664840Z ./cspice/src/cspice/rsne.c:450:11: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6665720Z if (k = getdimen(&ch, dn1, dn->delta**dims,
2022-07-10T00:02:11.6665950Z ^
2022-07-10T00:02:11.6666150Z ==
2022-07-10T00:02:11.6667170Z ./cspice/src/cspice/rsne.c:470:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6667550Z if (k = getdimen(&ch, &substr, size, size, &b))
2022-07-10T00:02:11.6667820Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6668320Z ./cspice/src/cspice/rsne.c:470:11: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6668690Z if (k = getdimen(&ch, &substr, size, size, &b))
2022-07-10T00:02:11.6668910Z ^
2022-07-10T00:02:11.6669140Z ( )
2022-07-10T00:02:11.6669620Z ./cspice/src/cspice/rsne.c:470:11: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6669950Z if (k = getdimen(&ch, &substr, size, size, &b))
2022-07-10T00:02:11.6670180Z ^
2022-07-10T00:02:11.6670380Z ==
2022-07-10T00:02:11.6673140Z ./cspice/src/cspice/rsne.c:505:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6673590Z else if (dims = v->dims) {
2022-07-10T00:02:11.6673820Z ~~~~~^~~~~~~~~
2022-07-10T00:02:11.6674120Z ./cspice/src/cspice/rsne.c:505:17: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6674520Z else if (dims = v->dims) {
2022-07-10T00:02:11.6674730Z ^
2022-07-10T00:02:11.6674930Z ( )
2022-07-10T00:02:11.6675360Z ./cspice/src/cspice/rsne.c:505:17: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6675740Z else if (dims = v->dims) {
2022-07-10T00:02:11.6675950Z ^
2022-07-10T00:02:11.6676140Z ==
2022-07-10T00:02:11.6677640Z ./cspice/src/cspice/rsne.c:525:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6678060Z if (k = l_read(&no1, vaddr + iva, size, type))
2022-07-10T00:02:11.6678720Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6679050Z ./cspice/src/cspice/rsne.c:525:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6679390Z if (k = l_read(&no1, vaddr + iva, size, type))
2022-07-10T00:02:11.6679620Z ^
2022-07-10T00:02:11.6679850Z ( )
2022-07-10T00:02:11.6680340Z ./cspice/src/cspice/rsne.c:525:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6680670Z if (k = l_read(&no1, vaddr + iva, size, type))
2022-07-10T00:02:11.6680900Z ^
2022-07-10T00:02:11.6681090Z ==
2022-07-10T00:02:11.6681600Z ./cspice/src/cspice/rsne.c:536:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6681970Z if (k = l_read(&no1, vaddr + iva,
2022-07-10T00:02:11.6682220Z ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:11.6682540Z ./cspice/src/cspice/rsne.c:536:12: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6682860Z if (k = l_read(&no1, vaddr + iva,
2022-07-10T00:02:11.6683510Z ^
2022-07-10T00:02:11.6683810Z (
2022-07-10T00:02:11.6684300Z ./cspice/src/cspice/rsne.c:536:12: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6684620Z if (k = l_read(&no1, vaddr + iva,
2022-07-10T00:02:11.6684860Z ^
2022-07-10T00:02:11.6685070Z ==
2022-07-10T00:02:11.6685520Z ./cspice/src/cspice/rsne.c:546:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2022-07-10T00:02:11.6685840Z else for(;;) {
2022-07-10T00:02:11.6686050Z ^
2022-07-10T00:02:11.6717340Z ./cspice/src/cspice/rsne.c:597:7: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:11.6717750Z if(n = c_le(a))
2022-07-10T00:02:11.6717950Z ~~^~~~~~~~~
2022-07-10T00:02:11.6718240Z ./cspice/src/cspice/rsne.c:597:7: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:11.6718520Z if(n = c_le(a))
2022-07-10T00:02:11.6718880Z ^
2022-07-10T00:02:11.6719070Z ( )
2022-07-10T00:02:11.6719500Z ./cspice/src/cspice/rsne.c:597:7: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:11.6719790Z if(n = c_le(a))
2022-07-10T00:02:11.6719970Z ^
2022-07-10T00:02:11.6720160Z ==
2022-07-10T00:02:11.8272490Z 19 warnings generated.
2022-07-10T00:02:15.5162190Z ./cspice/src/cspice/sgseqw.c:2005:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:15.5162690Z nc = nd + (ni + 1) / 2 << 3;
2022-07-10T00:02:15.5162900Z ~~~^~~~~~~~~~~~~~ ~~
2022-07-10T00:02:15.5163380Z ./cspice/src/cspice/sgseqw.c:2005:13: note: place parentheses around the '+' expression to silence this warning
2022-07-10T00:02:15.5163710Z nc = nd + (ni + 1) / 2 << 3;
2022-07-10T00:02:15.5163900Z ^
2022-07-10T00:02:15.5164070Z ( )
2022-07-10T00:02:15.5185210Z ./cspice/src/cspice/sgseqw.c:2417:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:15.5185630Z nc = nd + (ni + 1) / 2 << 3;
2022-07-10T00:02:15.5185830Z ~~~^~~~~~~~~~~~~~ ~~
2022-07-10T00:02:15.5186290Z ./cspice/src/cspice/sgseqw.c:2417:13: note: place parentheses around the '+' expression to silence this warning
2022-07-10T00:02:15.5187260Z nc = nd + (ni + 1) / 2 << 3;
2022-07-10T00:02:15.5187460Z ^
2022-07-10T00:02:15.5187630Z ( )
2022-07-10T00:02:15.8799170Z 2 warnings generated.
2022-07-10T00:02:16.6250370Z ./cspice/src/cspice/signal_.c:14:9: warning: cast to smaller integer type 'ftnint' (aka 'int') from 'void (*)(int)' [-Wpointer-to-int-cast]
2022-07-10T00:02:16.6250880Z return (ftnint)signal(sig, proc);
2022-07-10T00:02:16.6251250Z ^~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-10T00:02:16.6329030Z 1 warning generated.
2022-07-10T00:02:29.2916750Z ./cspice/src/cspice/sue.c:34:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:29.2917180Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2917390Z ~^~~~~~~~~
2022-07-10T00:02:29.2917740Z ./cspice/src/cspice/sue.c:34:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:29.2918170Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2918360Z ^
2022-07-10T00:02:29.2918530Z ( )
2022-07-10T00:02:29.2918990Z ./cspice/src/cspice/sue.c:34:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:29.2919280Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2920370Z ^
2022-07-10T00:02:29.2920540Z ==
2022-07-10T00:02:29.2930110Z ./cspice/src/cspice/sue.c:57:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:29.2930510Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2930710Z ~^~~~~~~~~
2022-07-10T00:02:29.2931000Z ./cspice/src/cspice/sue.c:57:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:29.2931290Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2931480Z ^
2022-07-10T00:02:29.2931650Z ( )
2022-07-10T00:02:29.2932090Z ./cspice/src/cspice/sue.c:57:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:29.2932390Z if(n=c_sue(a)) return(n);
2022-07-10T00:02:29.2932570Z ^
2022-07-10T00:02:29.2932730Z ==
2022-07-10T00:02:29.3215850Z 2 warnings generated.
2022-07-10T00:02:33.5194240Z ./cspice/src/cspice/tisbod.c:1670:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:33.5194820Z k = (i__ - 1 << 1) + 1;
2022-07-10T00:02:33.5195030Z ~~~~^~~ ~~
2022-07-10T00:02:33.5195500Z ./cspice/src/cspice/tisbod.c:1670:12: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:33.5195900Z k = (i__ - 1 << 1) + 1;
2022-07-10T00:02:33.5196090Z ^
2022-07-10T00:02:33.5196550Z ( )
2022-07-10T00:02:33.6656040Z 1 warning generated.
2022-07-10T00:02:43.2069160Z ./cspice/src/cspice/wref.c:131:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.2069740Z for(s -= 2, e1 = 2; s[0] = s[1]; s++)
2022-07-10T00:02:43.2069980Z ~~~~~^~~~~~
2022-07-10T00:02:43.2070320Z ./cspice/src/cspice/wref.c:131:29: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.2070780Z for(s -= 2, e1 = 2; s[0] = s[1]; s++)
2022-07-10T00:02:43.2071010Z ^
2022-07-10T00:02:43.2071220Z ( )
2022-07-10T00:02:43.2071680Z ./cspice/src/cspice/wref.c:131:29: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.2072100Z for(s -= 2, e1 = 2; s[0] = s[1]; s++)
2022-07-10T00:02:43.2072330Z ^
2022-07-10T00:02:43.2073310Z ==
2022-07-10T00:02:43.2098610Z ./cspice/src/cspice/wref.c:221:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.2099010Z if (n = f__scale)
2022-07-10T00:02:43.2099200Z ~~^~~~~~~~~~
2022-07-10T00:02:43.2099510Z ./cspice/src/cspice/wref.c:221:8: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.2099830Z if (n = f__scale)
2022-07-10T00:02:43.2100020Z ^
2022-07-10T00:02:43.2100180Z ( )
2022-07-10T00:02:43.2100620Z ./cspice/src/cspice/wref.c:221:8: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.2100930Z if (n = f__scale)
2022-07-10T00:02:43.2102370Z ^
2022-07-10T00:02:43.2102740Z ==
2022-07-10T00:02:43.2103950Z ./cspice/src/cspice/wref.c:224:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
2022-07-10T00:02:43.2104810Z else
2022-07-10T00:02:43.2105590Z ^
2022-07-10T00:02:43.2106610Z ./cspice/src/cspice/wref.c:271:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.2107470Z while(n = *b++)
2022-07-10T00:02:43.2108150Z ~~^~~~~~
2022-07-10T00:02:43.2109030Z ./cspice/src/cspice/wref.c:271:10: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.2110190Z while(n = *b++)
2022-07-10T00:02:43.2110460Z ^
2022-07-10T00:02:43.2110820Z ( )
2022-07-10T00:02:43.2111460Z ./cspice/src/cspice/wref.c:271:10: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.2111780Z while(n = *b++)
2022-07-10T00:02:43.2111960Z ^
2022-07-10T00:02:43.2112140Z ==
2022-07-10T00:02:43.2836270Z 4 warnings generated.
2022-07-10T00:02:43.7533370Z ./cspice/src/cspice/wsfe.c:53:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.7533810Z if(n=c_sfe(a)) return(n);
2022-07-10T00:02:43.7534090Z ~^~~~~~~~~
2022-07-10T00:02:43.7534390Z ./cspice/src/cspice/wsfe.c:53:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.7534700Z if(n=c_sfe(a)) return(n);
2022-07-10T00:02:43.7535110Z ^
2022-07-10T00:02:43.7535540Z ( )
2022-07-10T00:02:43.7536120Z ./cspice/src/cspice/wsfe.c:53:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.7536450Z if(n=c_sfe(a)) return(n);
2022-07-10T00:02:43.7536640Z ^
2022-07-10T00:02:43.7536810Z ==
2022-07-10T00:02:43.7755750Z 1 warning generated.
2022-07-10T00:02:43.8057830Z ./cspice/src/cspice/wsle.c:14:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.8058410Z if(n=c_le(a)) return(n);
2022-07-10T00:02:43.8058620Z ~^~~~~~~~
2022-07-10T00:02:43.8059200Z ./cspice/src/cspice/wsle.c:14:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.8059530Z if(n=c_le(a)) return(n);
2022-07-10T00:02:43.8059760Z ^
2022-07-10T00:02:43.8059960Z ( )
2022-07-10T00:02:43.8060630Z ./cspice/src/cspice/wsle.c:14:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.8060940Z if(n=c_le(a)) return(n);
2022-07-10T00:02:43.8061120Z ^
2022-07-10T00:02:43.8061300Z ==
2022-07-10T00:02:43.8205590Z 1 warning generated.
2022-07-10T00:02:43.8489180Z ./cspice/src/cspice/wsne.c:14:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2022-07-10T00:02:43.8490050Z if(n=c_le(a))
2022-07-10T00:02:43.8490300Z ~^~~~~~~~
2022-07-10T00:02:43.8490860Z ./cspice/src/cspice/wsne.c:14:6: note: place parentheses around the assignment to silence this warning
2022-07-10T00:02:43.8491820Z if(n=c_le(a))
2022-07-10T00:02:43.8492000Z ^
2022-07-10T00:02:43.8492180Z ( )
2022-07-10T00:02:43.8492720Z ./cspice/src/cspice/wsne.c:14:6: note: use '==' to turn this assignment into an equality comparison
2022-07-10T00:02:43.8493010Z if(n=c_le(a))
2022-07-10T00:02:43.8493210Z ^
2022-07-10T00:02:43.8493380Z ==
2022-07-10T00:02:43.8623720Z 1 warning generated.
2022-07-10T00:02:47.2716900Z ./cspice/src/cspice/zzdafgsr.c:677:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:47.2718260Z cindex = (dindex - 1 << 3) + 1;
2022-07-10T00:02:47.2718870Z ~~~~~~~^~~ ~~
2022-07-10T00:02:47.2719670Z ./cspice/src/cspice/zzdafgsr.c:677:23: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:47.2720450Z cindex = (dindex - 1 << 3) + 1;
2022-07-10T00:02:47.2720990Z ^
2022-07-10T00:02:47.2721480Z ( )
2022-07-10T00:02:47.2722390Z ./cspice/src/cspice/zzdafgsr.c:718:21: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:47.2723220Z left = 256 - (i__ - 1 << 1) * sumsiz - (*nd << 1) - 6;
2022-07-10T00:02:47.2724510Z ~~~~^~~ ~~
2022-07-10T00:02:47.2725310Z ./cspice/src/cspice/zzdafgsr.c:718:21: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:47.2726100Z left = 256 - (i__ - 1 << 1) * sumsiz - (*nd << 1) - 6;
2022-07-10T00:02:47.2726640Z ^
2022-07-10T00:02:47.2727140Z ( )
2022-07-10T00:02:47.3128320Z 2 warnings generated.
2022-07-10T00:02:51.5784570Z ./cspice/src/cspice/zzekbs01.c:1166:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.5785220Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.5785450Z ~~~~^~~ ~~
2022-07-10T00:02:51.5785920Z ./cspice/src/cspice/zzekbs01.c:1166:16: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.5786340Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.5786580Z ^
2022-07-10T00:02:51.5786770Z ( )
2022-07-10T00:02:51.5787290Z ./cspice/src/cspice/zzekbs01.c:1166:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.5787760Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.5788000Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.5788480Z ./cspice/src/cspice/zzekbs01.c:1166:41: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.5788920Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.5789160Z ^
2022-07-10T00:02:51.5789370Z ( )
2022-07-10T00:02:51.5789900Z ./cspice/src/cspice/zzekbs01.c:1174:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.5790400Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.5790660Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.5791130Z ./cspice/src/cspice/zzekbs01.c:1174:45: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.5791580Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.5791830Z ^
2022-07-10T00:02:51.5792050Z ( )
2022-07-10T00:02:51.5793330Z ./cspice/src/cspice/zzekbs01.c:1183:42: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.5793830Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.5794100Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.5794570Z ./cspice/src/cspice/zzekbs01.c:1183:42: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.5795020Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.5795270Z ^
2022-07-10T00:02:51.5795490Z ( )
2022-07-10T00:02:51.5796030Z ./cspice/src/cspice/zzekbs01.c:1218:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.5796500Z dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8);
2022-07-10T00:02:51.5796740Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.5797200Z ./cspice/src/cspice/zzekbs01.c:1218:41: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.5797630Z dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8);
2022-07-10T00:02:51.5798150Z ^
2022-07-10T00:02:51.5798370Z ( )
2022-07-10T00:02:51.6186740Z 5 warnings generated.
2022-07-10T00:02:51.6342770Z ./cspice/src/cspice/zzekbs02.c:1166:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.6343380Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.6343600Z ~~~~^~~ ~~
2022-07-10T00:02:51.6344110Z ./cspice/src/cspice/zzekbs02.c:1166:16: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.6344580Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.6344810Z ^
2022-07-10T00:02:51.6344980Z ( )
2022-07-10T00:02:51.6345520Z ./cspice/src/cspice/zzekbs02.c:1166:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.6346010Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.6346250Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.6346710Z ./cspice/src/cspice/zzekbs02.c:1166:41: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.6347140Z nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10);
2022-07-10T00:02:51.6347370Z ^
2022-07-10T00:02:51.6347580Z ( )
2022-07-10T00:02:51.6348120Z ./cspice/src/cspice/zzekbs02.c:1174:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.6356750Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.6357030Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.6357510Z ./cspice/src/cspice/zzekbs02.c:1174:45: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.6357980Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.6358230Z ^
2022-07-10T00:02:51.6358450Z ( )
2022-07-10T00:02:51.6359010Z ./cspice/src/cspice/zzekbs02.c:1183:42: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.6359520Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.6360380Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.6360880Z ./cspice/src/cspice/zzekbs02.c:1183:42: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.6361340Z cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas;
2022-07-10T00:02:51.6361590Z ^
2022-07-10T00:02:51.6361820Z ( )
2022-07-10T00:02:51.6362350Z ./cspice/src/cspice/zzekbs02.c:1206:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:51.6362820Z dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8);
2022-07-10T00:02:51.6363050Z ~~~~~~~^~~ ~~
2022-07-10T00:02:51.6363510Z ./cspice/src/cspice/zzekbs02.c:1206:41: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:51.6363950Z dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8);
2022-07-10T00:02:51.6364190Z ^
2022-07-10T00:02:51.6364390Z ( )
2022-07-10T00:02:51.6739090Z 5 warnings generated.
2022-07-10T00:02:52.8605600Z ./cspice/src/cspice/zzekjoin.c:893:32: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.8606780Z offset = nsv1 * nt1 + 4 + (s1 - 1 << 1) + 1;
2022-07-10T00:02:52.8607030Z ~~~^~~ ~~
2022-07-10T00:02:52.8607490Z ./cspice/src/cspice/zzekjoin.c:893:32: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.8607900Z offset = nsv1 * nt1 + 4 + (s1 - 1 << 1) + 1;
2022-07-10T00:02:52.8608130Z ^
2022-07-10T00:02:52.8608330Z ( )
2022-07-10T00:02:52.8611100Z ./cspice/src/cspice/zzekjoin.c:927:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.8611650Z offset = nsv2 * nt2 + 4 + (s2 - 1 << 1) + 1;
2022-07-10T00:02:52.8611900Z ~~~^~~ ~~
2022-07-10T00:02:52.8612370Z ./cspice/src/cspice/zzekjoin.c:927:36: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.8612830Z offset = nsv2 * nt2 + 4 + (s2 - 1 << 1) + 1;
2022-07-10T00:02:52.8613050Z ^
2022-07-10T00:02:52.8613260Z ( )
2022-07-10T00:02:52.8614900Z ./cspice/src/cspice/zzekjoin.c:955:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.8615420Z offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 1;
2022-07-10T00:02:52.8615660Z ~~~^~~ ~~
2022-07-10T00:02:52.8616130Z ./cspice/src/cspice/zzekjoin.c:955:36: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.8616550Z offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 1;
2022-07-10T00:02:52.8616780Z ^
2022-07-10T00:02:52.8616990Z ( )
2022-07-10T00:02:52.8618610Z ./cspice/src/cspice/zzekjoin.c:986:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.8619150Z offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 2;
2022-07-10T00:02:52.8619400Z ~~~^~~ ~~
2022-07-10T00:02:52.8619880Z ./cspice/src/cspice/zzekjoin.c:986:36: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.8620310Z offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 2;
2022-07-10T00:02:52.8620540Z ^
2022-07-10T00:02:52.8620750Z ( )
2022-07-10T00:02:52.9076850Z 4 warnings generated.
2022-07-10T00:02:52.9221930Z ./cspice/src/cspice/zzekjsqz.c:432:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.9222530Z cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9222790Z ~~~~^~~ ~~
2022-07-10T00:02:52.9223280Z ./cspice/src/cspice/zzekjsqz.c:432:45: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.9223730Z cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9223980Z ^
2022-07-10T00:02:52.9224190Z ( )
2022-07-10T00:02:52.9228180Z ./cspice/src/cspice/zzekjsqz.c:504:49: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.9228700Z cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9228950Z ~~~~^~~ ~~
2022-07-10T00:02:52.9229420Z ./cspice/src/cspice/zzekjsqz.c:504:49: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.9229880Z cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9230640Z ^
2022-07-10T00:02:52.9230860Z ( )
2022-07-10T00:02:52.9231950Z ./cspice/src/cspice/zzekjsqz.c:549:48: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.9232540Z cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9232810Z ~~~~^~~ ~~
2022-07-10T00:02:52.9233290Z ./cspice/src/cspice/zzekjsqz.c:549:48: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.9233750Z cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9234010Z ^
2022-07-10T00:02:52.9234230Z ( )
2022-07-10T00:02:52.9238210Z ./cspice/src/cspice/zzekjsqz.c:610:48: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:52.9238740Z cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9239010Z ~~~~^~~ ~~
2022-07-10T00:02:52.9239480Z ./cspice/src/cspice/zzekjsqz.c:610:48: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:52.9239920Z cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2;
2022-07-10T00:02:52.9240170Z ^
2022-07-10T00:02:52.9240390Z ( )
2022-07-10T00:02:52.9667820Z 4 warnings generated.
2022-07-10T00:02:53.1370700Z ./cspice/src/cspice/zzekjtst.c:1919:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.1472600Z addrss = lbase + 7 + (lrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.1573700Z ~~~~~~~^~~ ~~
2022-07-10T00:02:53.1675340Z ./cspice/src/cspice/zzekjtst.c:1919:35: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.1776740Z addrss = lbase + 7 + (lrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.1878470Z ^
2022-07-10T00:02:53.1985040Z ( )
2022-07-10T00:02:53.2086670Z ./cspice/src/cspice/zzekjtst.c:1921:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.2139810Z addrss = rbase + 7 + (rrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2159910Z ~~~~~~~^~~ ~~
2022-07-10T00:02:53.2165990Z ./cspice/src/cspice/zzekjtst.c:1921:35: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.2174150Z addrss = rbase + 7 + (rrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2174730Z ^
2022-07-10T00:02:53.2175160Z ( )
2022-07-10T00:02:53.2175930Z ./cspice/src/cspice/zzekjtst.c:2083:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.2176670Z addrss = lbase + 7 + (lrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2177110Z ~~~~~~~^~~ ~~
2022-07-10T00:02:53.2177800Z ./cspice/src/cspice/zzekjtst.c:2083:35: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.2178480Z addrss = lbase + 7 + (lrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2178940Z ^
2022-07-10T00:02:53.2179330Z ( )
2022-07-10T00:02:53.2180080Z ./cspice/src/cspice/zzekjtst.c:2085:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.2181510Z addrss = rbase + 7 + (rrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2181980Z ~~~~~~~^~~ ~~
2022-07-10T00:02:53.2182650Z ./cspice/src/cspice/zzekjtst.c:2085:35: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.2183320Z addrss = rbase + 7 + (rrvidx - 1 << 1) + 1;
2022-07-10T00:02:53.2183770Z ^
2022-07-10T00:02:53.2184170Z ( )
2022-07-10T00:02:53.3060190Z 4 warnings generated.
2022-07-10T00:02:53.7200250Z ./cspice/src/cspice/zzeknres.c:814:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.7200830Z base = ((j - 1 << 1) + 1) * 6 + 19;
2022-07-10T00:02:53.7201040Z ~~^~~ ~~
2022-07-10T00:02:53.7201510Z ./cspice/src/cspice/zzeknres.c:814:14: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.7201960Z base = ((j - 1 << 1) + 1) * 6 + 19;
2022-07-10T00:02:53.7202170Z ^
2022-07-10T00:02:53.7202360Z ( )
2022-07-10T00:02:53.7204740Z ./cspice/src/cspice/zzeknres.c:841:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:53.7205220Z base = ((i__ - 1 << 1) + 1) * 6 + 19;
2022-07-10T00:02:53.7205620Z ~~~~^~~ ~~
2022-07-10T00:02:53.7206120Z ./cspice/src/cspice/zzeknres.c:841:16: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:53.7206570Z base = ((i__ - 1 << 1) + 1) * 6 + 19;
2022-07-10T00:02:53.7206780Z ^
2022-07-10T00:02:53.7206960Z ( )
2022-07-10T00:02:53.7798910Z 2 warnings generated.
2022-07-10T00:02:54.4516950Z ./cspice/src/cspice/zzekpage.c:988:22: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4517540Z addr__ = (freec - 1 << 10) + 1;
2022-07-10T00:02:54.4517760Z ~~~~~~^~~ ~~
2022-07-10T00:02:54.4518280Z ./cspice/src/cspice/zzekpage.c:988:22: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4518720Z addr__ = (freec - 1 << 10) + 1;
2022-07-10T00:02:54.4518930Z ^
2022-07-10T00:02:54.4519320Z ( )
2022-07-10T00:02:54.4520780Z ./cspice/src/cspice/zzekpage.c:1004:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4521270Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4521510Z ~~~^~~ ~~
2022-07-10T00:02:54.4521990Z ./cspice/src/cspice/zzekpage.c:1004:17: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4522430Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4522650Z ^
2022-07-10T00:02:54.4522860Z ( )
2022-07-10T00:02:54.4523860Z ./cspice/src/cspice/zzekpage.c:1037:22: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4524450Z addr__ = (freed - 1 << 7) + 1;
2022-07-10T00:02:54.4524710Z ~~~~~~^~~ ~~
2022-07-10T00:02:54.4525210Z ./cspice/src/cspice/zzekpage.c:1037:22: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4525670Z addr__ = (freed - 1 << 7) + 1;
2022-07-10T00:02:54.4525920Z ^
2022-07-10T00:02:54.4526140Z ( )
2022-07-10T00:02:54.4526710Z ./cspice/src/cspice/zzekpage.c:1051:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4527710Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4527940Z ~~~^~~ ~~
2022-07-10T00:02:54.4528400Z ./cspice/src/cspice/zzekpage.c:1051:17: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4528800Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4528990Z ^
2022-07-10T00:02:54.4529180Z ( )
2022-07-10T00:02:54.4529700Z ./cspice/src/cspice/zzekpage.c:1084:22: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4530160Z addr__ = (freei - 1 << 8) + 257;
2022-07-10T00:02:54.4530390Z ~~~~~~^~~ ~~
2022-07-10T00:02:54.4530850Z ./cspice/src/cspice/zzekpage.c:1084:22: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4531240Z addr__ = (freei - 1 << 8) + 257;
2022-07-10T00:02:54.4531460Z ^
2022-07-10T00:02:54.4531650Z ( )
2022-07-10T00:02:54.4532170Z ./cspice/src/cspice/zzekpage.c:1097:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4532620Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4532830Z ~~~^~~ ~~
2022-07-10T00:02:54.4533290Z ./cspice/src/cspice/zzekpage.c:1097:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4533680Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4533890Z ^
2022-07-10T00:02:54.4534080Z ( )
2022-07-10T00:02:54.4536100Z ./cspice/src/cspice/zzekpage.c:1278:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4536560Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4536770Z ~~~^~~ ~~
2022-07-10T00:02:54.4537230Z ./cspice/src/cspice/zzekpage.c:1278:15: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4537620Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4537830Z ^
2022-07-10T00:02:54.4538020Z ( )
2022-07-10T00:02:54.4539980Z ./cspice/src/cspice/zzekpage.c:1311:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4540470Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4540680Z ~~~^~~ ~~
2022-07-10T00:02:54.4541130Z ./cspice/src/cspice/zzekpage.c:1311:15: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4542250Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4542460Z ^
2022-07-10T00:02:54.4542640Z ( )
2022-07-10T00:02:54.4543280Z ./cspice/src/cspice/zzekpage.c:1344:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4543720Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4543940Z ~~~^~~ ~~
2022-07-10T00:02:54.4544390Z ./cspice/src/cspice/zzekpage.c:1344:15: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4544780Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4544980Z ^
2022-07-10T00:02:54.4545160Z ( )
2022-07-10T00:02:54.4548510Z ./cspice/src/cspice/zzekpage.c:1501:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4549280Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4549510Z ~~~^~~ ~~
2022-07-10T00:02:54.4549960Z ./cspice/src/cspice/zzekpage.c:1501:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4550330Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4550530Z ^
2022-07-10T00:02:54.4551010Z ( )
2022-07-10T00:02:54.4553000Z ./cspice/src/cspice/zzekpage.c:1642:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4553430Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4553640Z ~~~^~~ ~~
2022-07-10T00:02:54.4554090Z ./cspice/src/cspice/zzekpage.c:1642:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4554460Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4554660Z ^
2022-07-10T00:02:54.4554850Z ( )
2022-07-10T00:02:54.4555620Z ./cspice/src/cspice/zzekpage.c:1779:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4556060Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4556400Z ~~~^~~ ~~
2022-07-10T00:02:54.4556990Z ./cspice/src/cspice/zzekpage.c:1779:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4557420Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4557630Z ^
2022-07-10T00:02:54.4557800Z ( )
2022-07-10T00:02:54.4560900Z ./cspice/src/cspice/zzekpage.c:1941:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4561360Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4561570Z ~~~^~~ ~~
2022-07-10T00:02:54.4562020Z ./cspice/src/cspice/zzekpage.c:1941:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4562420Z addr__ = (*p - 1 << 10) + 1;
2022-07-10T00:02:54.4562620Z ^
2022-07-10T00:02:54.4562790Z ( )
2022-07-10T00:02:54.4565360Z ./cspice/src/cspice/zzekpage.c:2091:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4565800Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4566020Z ~~~^~~ ~~
2022-07-10T00:02:54.4566470Z ./cspice/src/cspice/zzekpage.c:2091:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4566860Z addr__ = (*p - 1 << 7) + 1;
2022-07-10T00:02:54.4567050Z ^
2022-07-10T00:02:54.4567220Z ( )
2022-07-10T00:02:54.4568920Z ./cspice/src/cspice/zzekpage.c:2240:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4569440Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4570000Z ~~~^~~ ~~
2022-07-10T00:02:54.4570480Z ./cspice/src/cspice/zzekpage.c:2240:18: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4570890Z addr__ = (*p - 1 << 8) + 257;
2022-07-10T00:02:54.4571080Z ^
2022-07-10T00:02:54.4571250Z ( )
2022-07-10T00:02:54.4571790Z ./cspice/src/cspice/zzekpage.c:2362:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4572240Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4572440Z ~~~^~~ ~~
2022-07-10T00:02:54.4572890Z ./cspice/src/cspice/zzekpage.c:2362:13: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4573270Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4573470Z ^
2022-07-10T00:02:54.4573640Z ( )
2022-07-10T00:02:54.4574150Z ./cspice/src/cspice/zzekpage.c:2364:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4574600Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4574800Z ~~~^~~ ~~
2022-07-10T00:02:54.4575240Z ./cspice/src/cspice/zzekpage.c:2364:13: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4575630Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4576100Z ^
2022-07-10T00:02:54.4576270Z ( )
2022-07-10T00:02:54.4576810Z ./cspice/src/cspice/zzekpage.c:2366:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4577250Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4577440Z ~~~^~~ ~~
2022-07-10T00:02:54.4577900Z ./cspice/src/cspice/zzekpage.c:2366:14: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4578290Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4578500Z ^
2022-07-10T00:02:54.4578670Z ( )
2022-07-10T00:02:54.4579200Z ./cspice/src/cspice/zzekpage.c:2507:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4579620Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4579810Z ~~~^~~ ~~
2022-07-10T00:02:54.4580270Z ./cspice/src/cspice/zzekpage.c:2507:13: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4580650Z *base = *p - 1 << 10;
2022-07-10T00:02:54.4580850Z ^
2022-07-10T00:02:54.4581020Z ( )
2022-07-10T00:02:54.4581530Z ./cspice/src/cspice/zzekpage.c:2510:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4581950Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4582140Z ~~~^~~ ~~
2022-07-10T00:02:54.4582590Z ./cspice/src/cspice/zzekpage.c:2510:13: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4582970Z *base = *p - 1 << 7;
2022-07-10T00:02:54.4583160Z ^
2022-07-10T00:02:54.4583340Z ( )
2022-07-10T00:02:54.4583840Z ./cspice/src/cspice/zzekpage.c:2513:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:54.4584290Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4584490Z ~~~^~~ ~~
2022-07-10T00:02:54.4584940Z ./cspice/src/cspice/zzekpage.c:2513:14: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:54.4585330Z *base = (*p - 1 << 8) + 256;
2022-07-10T00:02:54.4585520Z ^
2022-07-10T00:02:54.4585700Z ( )
2022-07-10T00:02:54.5433470Z 21 warnings generated.
2022-07-10T00:02:57.9171590Z ./cspice/src/cspice/zzekweed.c:473:58: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:57.9172950Z base = bases[cand - 1] + 4 + ncndsv * svsize + (csv - 1 << 1);
2022-07-10T00:02:57.9173240Z ~~~~^~~ ~~
2022-07-10T00:02:57.9173720Z ./cspice/src/cspice/zzekweed.c:473:58: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:57.9174210Z base = bases[cand - 1] + 4 + ncndsv * svsize + (csv - 1 << 1);
2022-07-10T00:02:57.9174480Z ^
2022-07-10T00:02:57.9174710Z ( )
2022-07-10T00:02:57.9177170Z ./cspice/src/cspice/zzekweed.c:520:56: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
2022-07-10T00:02:57.9177760Z base = bases[pred - 1] + 4 + nprdsv * svsize + (psv -
2022-07-10T00:02:57.9178050Z ~~~~^
2022-07-10T00:02:57.9178530Z ./cspice/src/cspice/zzekweed.c:520:56: note: place parentheses around the '-' expression to silence this warning
2022-07-10T00:02:57.9179020Z base = bases[pred - 1] + 4 + nprdsv * svsize + (psv -
2022-07-10T00:02:57.9179290Z ^
2022-07-10T00:02:57.9180020Z (
2022-07-10T00:02:57.9588100Z 2 warnings generated.
2022-07-10T00:03:10.1364760Z /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cspice_spiceypy_0ur6k2z7/libcspice.so
2022-07-10T00:03:10.1365350Z Copying built cspice: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cspice_spiceypy_0ur6k2z7/libcspice.so to /Users/runner/work/SpiceyPy/SpiceyPy/src/spiceypy/utils/libcspice.so
2022-07-10T00:03:10.1401850Z Done!
2022-07-10T00:03:10.1570190Z ##[endgroup]
2022-07-10T00:03:10.1571480Z ✓ 151.06s
2022-07-10T00:03:10.1572870Z ##[group]Building wheel...
2022-07-10T00:03:10.1573480Z
2022-07-10T00:03:10.7469980Z + python -m build . --wheel --outdir=/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibuildwheelyntt8o4q/built_wheel --config-setting=-vv
2022-07-10T00:03:15.6857480Z running egg_info
2022-07-10T00:03:15.6865810Z creating src/spiceypy.egg-info
2022-07-10T00:03:15.6868020Z writing src/spiceypy.egg-info/PKG-INFO
2022-07-10T00:03:15.6876410Z writing dependency_links to src/spiceypy.egg-info/dependency_links.txt
2022-07-10T00:03:15.6882370Z writing requirements to src/spiceypy.egg-info/requires.txt
2022-07-10T00:03:15.6884600Z writing top-level names to src/spiceypy.egg-info/top_level.txt
2022-07-10T00:03:15.6888280Z writing manifest file 'src/spiceypy.egg-info/SOURCES.txt'
2022-07-10T00:03:15.6946870Z reading manifest file 'src/spiceypy.egg-info/SOURCES.txt'
2022-07-10T00:03:15.6947740Z reading manifest template 'MANIFEST.in'
2022-07-10T00:03:15.6971790Z warning: no previously-included files found matching 'src/spiceypy/tests/exampleKernels.txt'
2022-07-10T00:03:15.6974410Z warning: no previously-included files matching '*.dylib' found anywhere in distribution
2022-07-10T00:03:15.6976460Z warning: no previously-included files matching '*.dll' found anywhere in distribution
2022-07-10T00:03:15.6977340Z adding license file 'LICENSE'
2022-07-10T00:03:15.6990610Z writing manifest file 'src/spiceypy.egg-info/SOURCES.txt'
2022-07-10T00:03:16.8522360Z running bdist_wheel
2022-07-10T00:03:16.8646600Z running build
2022-07-10T00:03:16.8747850Z running build_py
2022-07-10T00:03:16.8807810Z try_get_spice 0
2022-07-10T00:03:16.8851690Z Done! shared library for cspice already exists in destination. Done!
2022-07-10T00:03:16.8913330Z creating build
2022-07-10T00:03:16.8974770Z creating build/lib
2022-07-10T00:03:16.9020260Z creating build/lib/spiceypy
2022-07-10T00:03:16.9063920Z copying src/spiceypy/config.py -> build/lib/spiceypy
2022-07-10T00:03:16.9089750Z warning: no previously-included files found matching 'src/spiceypy/tests/exampleKernels.txt'
2022-07-10T00:03:16.9090300Z copying src/spiceypy/spiceypy.py -> build/lib/spiceypy
2022-07-10T00:03:16.9109010Z warning: no previously-included files matching '*.dylib' found anywhere in distribution
2022-07-10T00:03:16.9109540Z copying src/spiceypy/__init__.py -> build/lib/spiceypy
2022-07-10T00:03:16.9115620Z warning: no previously-included files matching '*.dll' found anywhere in distribution
2022-07-10T00:03:16.9115970Z creating build/lib/spiceypy/tests
2022-07-10T00:03:16.9117700Z copying src/spiceypy/tests/test_gettestkernels.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9118890Z copying src/spiceypy/tests/test_support_types.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9119960Z copying src/spiceypy/tests/test_wrapper.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9121020Z copying src/spiceypy/tests/__init__.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9122100Z copying src/spiceypy/tests/gettestkernels.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9123170Z copying src/spiceypy/tests/test_spiceerrors.py -> build/lib/spiceypy/tests
2022-07-10T00:03:16.9124040Z creating build/lib/spiceypy/utils
2022-07-10T00:03:16.9125610Z copying src/spiceypy/utils/libspicehelper.py -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9126840Z copying src/spiceypy/utils/support_types.py -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9128400Z copying src/spiceypy/utils/__init__.py -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9129500Z copying src/spiceypy/utils/callbacks.py -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9130590Z copying src/spiceypy/utils/exceptions.py -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9131500Z running egg_info
2022-07-10T00:03:16.9132450Z writing src/spiceypy.egg-info/PKG-INFO
2022-07-10T00:03:16.9133540Z writing dependency_links to src/spiceypy.egg-info/dependency_links.txt
2022-07-10T00:03:16.9134610Z writing requirements to src/spiceypy.egg-info/requires.txt
2022-07-10T00:03:16.9135710Z writing top-level names to src/spiceypy.egg-info/top_level.txt
2022-07-10T00:03:16.9136790Z reading manifest file 'src/spiceypy.egg-info/SOURCES.txt'
2022-07-10T00:03:16.9137460Z reading manifest template 'MANIFEST.in'
2022-07-10T00:03:16.9138420Z adding license file 'LICENSE'
2022-07-10T00:03:16.9139460Z writing manifest file 'src/spiceypy.egg-info/SOURCES.txt'
2022-07-10T00:03:16.9140550Z copying src/spiceypy/utils/libcspice.so -> build/lib/spiceypy/utils
2022-07-10T00:03:16.9221590Z installing to build/bdist.macosx-11.0-arm64/wheel
2022-07-10T00:03:16.9222340Z running install
2022-07-10T00:03:16.9225960Z try_get_spice 1
2022-07-10T00:03:16.9226210Z already built libcspice
2022-07-10T00:03:16.9226590Z running install_lib
2022-07-10T00:03:16.9239170Z creating build/bdist.macosx-11.0-arm64
2022-07-10T00:03:16.9240980Z creating build/bdist.macosx-11.0-arm64/wheel
2022-07-10T00:03:16.9244530Z creating build/bdist.macosx-11.0-arm64/wheel/spiceypy
2022-07-10T00:03:16.9246720Z copying build/lib/spiceypy/config.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy
2022-07-10T00:03:16.9254990Z creating build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9256920Z copying build/lib/spiceypy/tests/test_gettestkernels.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9263570Z copying build/lib/spiceypy/tests/test_support_types.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9269150Z copying build/lib/spiceypy/tests/test_wrapper.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9284090Z copying build/lib/spiceypy/tests/__init__.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9287740Z copying build/lib/spiceypy/tests/gettestkernels.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9294720Z copying build/lib/spiceypy/tests/test_spiceerrors.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/tests
2022-07-10T00:03:16.9299900Z copying build/lib/spiceypy/spiceypy.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy
2022-07-10T00:03:16.9321890Z copying build/lib/spiceypy/__init__.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy
2022-07-10T00:03:16.9329700Z creating build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9331680Z copying build/lib/spiceypy/utils/libspicehelper.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9338880Z copying build/lib/spiceypy/utils/libcspice.so -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9413760Z copying build/lib/spiceypy/utils/support_types.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9414840Z copying build/lib/spiceypy/utils/__init__.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9419450Z copying build/lib/spiceypy/utils/callbacks.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9422870Z copying build/lib/spiceypy/utils/exceptions.py -> build/bdist.macosx-11.0-arm64/wheel/spiceypy/utils
2022-07-10T00:03:16.9433640Z running install_egg_info
2022-07-10T00:03:16.9466610Z Copying src/spiceypy.egg-info to build/bdist.macosx-11.0-arm64/wheel/spiceypy-5.1.0-py3.9.egg-info
2022-07-10T00:03:16.9510760Z running install_scripts
2022-07-10T00:03:16.9640660Z [WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value (10.11) than the version on which the Python interpreter was compiled (11.0), and will be ignored.
2022-07-10T00:03:16.9876160Z [WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value (10.11) than the version on which the Python interpreter was compiled (11.0), and will be ignored.
2022-07-10T00:03:16.9941120Z creating build/bdist.macosx-11.0-arm64/wheel/spiceypy-5.1.0.dist-info/WHEEL
2022-07-10T00:03:16.9950060Z creating '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibuildwheelyntt8o4q/built_wheel/tmpnjevfpre/spiceypy-5.1.0-py3-none-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.0-arm64/wheel' to it
2022-07-10T00:03:16.9961280Z adding 'spiceypy/__init__.py'
2022-07-10T00:03:16.9967190Z adding 'spiceypy/config.py'
2022-07-10T00:03:17.0101150Z adding 'spiceypy/spiceypy.py'
2022-07-10T00:03:17.0123410Z adding 'spiceypy/tests/__init__.py'
2022-07-10T00:03:17.0131010Z adding 'spiceypy/tests/gettestkernels.py'
2022-07-10T00:03:17.0136720Z adding 'spiceypy/tests/test_gettestkernels.py'
2022-07-10T00:03:17.0141840Z adding 'spiceypy/tests/test_spiceerrors.py'
2022-07-10T00:03:17.0148930Z adding 'spiceypy/tests/test_support_types.py'
2022-07-10T00:03:17.0232420Z adding 'spiceypy/tests/test_wrapper.py'
2022-07-10T00:03:17.0248700Z adding 'spiceypy/utils/__init__.py'
2022-07-10T00:03:17.0254520Z adding 'spiceypy/utils/callbacks.py'
2022-07-10T00:03:17.0278930Z adding 'spiceypy/utils/exceptions.py'
2022-07-10T00:03:17.1877340Z adding 'spiceypy/utils/libcspice.so'
2022-07-10T00:03:17.1977640Z adding 'spiceypy/utils/libspicehelper.py'
2022-07-10T00:03:17.2079920Z adding 'spiceypy/utils/support_types.py'
2022-07-10T00:03:17.2180150Z adding 'spiceypy-5.1.0.dist-info/LICENSE'
2022-07-10T00:03:17.2191270Z adding 'spiceypy-5.1.0.dist-info/METADATA'
2022-07-10T00:03:17.2192190Z adding 'spiceypy-5.1.0.dist-info/WHEEL'
2022-07-10T00:03:17.2192920Z adding 'spiceypy-5.1.0.dist-info/top_level.txt'
2022-07-10T00:03:17.2193670Z adding 'spiceypy-5.1.0.dist-info/RECORD'
2022-07-10T00:03:17.2194410Z removing build/bdist.macosx-11.0-arm64/wheel
2022-07-10T00:03:17.3920870Z * Creating virtualenv isolated environment...
2022-07-10T00:03:17.4022250Z * Installing packages in isolated environment... (setuptools >= 46.4.0, wheel)
2022-07-10T00:03:17.4121850Z * Getting dependencies for wheel...
2022-07-10T00:03:17.4222490Z * Installing packages in isolated environment... (wheel)
2022-07-10T00:03:17.4331770Z * Building wheel...
2022-07-10T00:03:17.4424440Z Successfully built spiceypy-5.1.0-py3-none-macosx_11_0_arm64.whl
2022-07-10T00:03:17.4525910Z ##[endgroup]
2022-07-10T00:03:17.4626410Z ✓ 7.28s
2022-07-10T00:03:17.4729480Z ##[group]Repairing wheel...
2022-07-10T00:03:17.4828030Z
2022-07-10T00:03:17.4930250Z + delocate-listdeps /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibuildwheelyntt8o4q/built_wheel/spiceypy-5.1.0-py3-none-macosx_11_0_arm64.whl && delocate-wheel --require-archs arm64 -w /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibuildwheelyntt8o4q/repaired_wheel /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibuildwheelyntt8o4q/built_wheel/spiceypy-5.1.0-py3-none-macosx_11_0_arm64.whl
2022-07-10T00:03:26.1673120Z ##[warning]While arm64 wheels can be built on x86_64, they cannot be tested. The ability to test the arm64 wheels will be added in a future release of cibuildwheel, once Apple Silicon CI runners are widely available. To silence this warning, set `CIBW_TEST_SKIP: *-macosx_arm64`.
2022-07-10T00:03:26.1687220Z ##[endgroup]
2022-07-10T00:03:26.1687480Z
2022-07-10T00:03:26.1687950Z ✓ 8.72s
2022-07-10T00:03:26.1688160Z
2022-07-10T00:03:26.1688410Z ✓ cp39-macosx_arm64 finished in 212.95s
2022-07-10T00:03:26.1688570Z
2022-07-10T00:03:26.1688680Z 1 wheels produced in 4 minutes:
2022-07-10T00:03:26.1689120Z spiceypy-5.1.0-py3-none-macosx_11_0_arm64.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment