* installing *source* package ‘Rwbo’ ...
** package ‘Rwbo’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
cd open_wbo && if [ "$(uname -s)" = "Darwin" ]; then make r OPENWBO_WARNFLAGS=; else make rs || make r; fi
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/Encoder.or
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/Main.or
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSAT.or
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSATFormula.or
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSAT_Partition.or
Compiling: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/ParserPB.or
Compiling: utils/Options.or
Compiling: utils/System.or
Compiling: core/Solver.or
Compiling: ../../encodings/Enc_Adder.or
Compiling: ../../encodings/Enc_CNetworks.or
Compiling: ../../encodings/Enc_GTE.or
/Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/solvers/glucose4.1/core/Solver.cc:1415:13: warning: variable 'moved' set but not used [-Wunused-but-set-variable]
        int moved = 0;
            ^
Compiling: ../../encodings/Enc_Ladder.or
Compiling: ../../encodings/Enc_MTotalizer.or
Compiling: ../../encodings/Enc_SWC.or
Compiling: ../../encodings/Enc_Totalizer.or
Compiling: ../../encodings/Encodings.or
Compiling: ../../algorithms/Alg_LinearSU.or
Compiling: ../../algorithms/Alg_MSU3.or
Compiling: ../../algorithms/Alg_OLL.or
Compiling: ../../algorithms/Alg_PartMSU3.or
Compiling: ../../algorithms/Alg_WBO.or
1 warning generated.
Compiling: ../../graph/Graph.or
/Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/solvers/glucose4.1/../../algorithms/Alg_OLL.cc:372:15: warning: variable 'active_soft' set but not used [-Wunused-but-set-variable]
          int active_soft = 0;
              ^
Compiling: ../../graph/Graph_Algorithms.or
Compiling: ../../graph/Graph_Communities.or
1 warning generated.
Linking: open-wbo_release ( /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/Encoder.or /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/Main.or /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSAT.or /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSATFormula.or /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/MaxSAT_Partition.or /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00_pkg_src/Rwbo/src/open_wbo/ParserPB.or utils/Options.or utils/System.or core/Solver.or ../../encodings/Enc_Adder.or ../../encodings/Enc_CNetworks.or ../../encodings/Enc_GTE.or ../../encodings/Enc_Ladder.or ../../encodings/Enc_MTotalizer.or ../../encodings/Enc_SWC.or ../../encodings/Enc_Totalizer.or ../../encodings/Encodings.or ../../algorithms/Alg_LinearSU.or ../../algorithms/Alg_MSU3.or ../../algorithms/Alg_OLL.or ../../algorithms/Alg_PartMSU3.or ../../algorithms/Alg_WBO.or ../../graph/Graph.or ../../graph/Graph_Algorithms.or ../../graph/Graph_Communities.or )
mkdir -p ../inst/bin
if [ "$(uname -s)" = "Darwin" ]; then \
		cp -f open_wbo/open-wbo_release ../inst/bin/open-wbo_static; \
	else \
		if [ -f open_wbo/open-wbo_static ]; then \
			cp -f open_wbo/open-wbo_static ../inst/bin/open-wbo_static; \
		else \
			cp -f open_wbo/open-wbo_release ../inst/bin/open-wbo_static; \
		fi; \
	fi
installing via 'install.libs.R' to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rwbo.Rcheck/00LOCK-Rwbo/00new/Rwbo
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rwbo)