+ dirname /input/Singularity + REPO_ROOT=/input + mkdir -p /usr/local/var/singularity/mnt/container/planning + cp -r /input/ /usr/local/var/singularity/mnt/container/planning/fs-planner + apt-get update + apt-get install --no-install-recommends -y build-essential pkg-config g++ python3 python3-pyparsing git scons less gdb libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-timer-dev libboost-serialization-dev debconf: delaying package configuration, since apt-utils is not installed + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_main_binary-amd64_Packages /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_restricted_binary-amd64_Packages /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_universe_source_Sources.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_bionic-security_InRelease + cd /planning + tar xfz /planning/fs-planner/ext/clingo-5.2.2-linux-x86_64.tar.gz + rm -rf clingo + ln -s clingo-5.2.2-linux-x86_64 clingo + cd /tmp + tar xfz /planning/fs-planner/ext/gecode-5.1.0.tar.gz + cd gecode-5.1.0 + CXXFLAGS=-Wno-unused-variable -Wno-unused-parameter ./configure --disable-minimodel --disable-examples --disable-flatzinc --disable-gist --disable-driver --disable-qt --disable-mpfr --disable-doc-tagfile --disable-doc-dot --disable-thread + make -j6 In file included from gecode/search/sequential/lds.cpp:41:0: ./gecode/search/sequential/lds.hh: In member function 'Gecode::Space* Gecode::Search::Sequential::Probe::next(const Gecode::Search::Options&)': ./gecode/search/sequential/lds.hh:256:13: warning: this statement may fall through [-Wimplicit-fallthrough=] fail++; ~~~~^~ ./gecode/search/sequential/lds.hh:257:7: note: here case SS_SOLVED: ^~~~ gecode/int/ldsb.cpp: In function 'void Gecode::branch(Gecode::Home, const Gecode::IntVarArgs&, Gecode::IntVarBranch, Gecode::IntValBranch, const Gecode::Symmetries&, Gecode::IntBranchFilter, Gecode::IntVarValPrint)': gecode/int/ldsb.cpp:285:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vals.commit()) ^~ gecode/int/ldsb.cpp:289:5: note: here default: ^~~~~~~ gecode/int/ldsb.cpp: In function 'void Gecode::branch(Gecode::Home, const Gecode::IntVarArgs&, Gecode::TieBreak, Gecode::IntValBranch, const Gecode::Symmetries&, Gecode::IntBranchFilter, Gecode::IntVarValPrint)': gecode/int/ldsb.cpp:365:11: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vals.commit()) ^~ gecode/int/ldsb.cpp:369:9: note: here default: ^~~~~~~ gecode/int/ldsb.cpp:389:11: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vals.commit()) ^~ gecode/int/ldsb.cpp:393:9: note: here default: ^~~~~~~ gecode/int/ldsb.cpp:413:11: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vals.commit()) ^~ gecode/int/ldsb.cpp:417:9: note: here default: ^~~~~~~ gecode/int/ldsb.cpp: In function 'void Gecode::branch(Gecode::Home, const Gecode::BoolVarArgs&, Gecode::BoolVarBranch, Gecode::BoolValBranch, const Gecode::Symmetries&, Gecode::BoolBranchFilter, Gecode::BoolVarValPrint)': gecode/int/ldsb.cpp:461:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (vals.commit()) ^~ gecode/int/ldsb.cpp:465:5: note: here default: ^~~~~~~ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdIntTracer::init(const Gecode::Space&, const IntTraceRecorder&)': gecode/int/trace/tracer.cpp:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:50:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdIntTracer::prune(const Gecode::Space&, const IntTraceRecorder&, const Gecode::ViewTraceInfo&, int, Gecode::IntTraceDelta&)': gecode/int/trace/tracer.cpp:59:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:60:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdIntTracer::fix(const Gecode::Space&, const IntTraceRecorder&)': gecode/int/trace/tracer.cpp:78:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:79:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdIntTracer::fail(const Gecode::Space&, const IntTraceRecorder&)': gecode/int/trace/tracer.cpp:96:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:97:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdIntTracer::done(const Gecode::Space&, const IntTraceRecorder&)': gecode/int/trace/tracer.cpp:114:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:115:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdBoolTracer::init(const Gecode::Space&, const BoolTraceRecorder&)': gecode/int/trace/tracer.cpp:129:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:130:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdBoolTracer::prune(const Gecode::Space&, const BoolTraceRecorder&, const Gecode::ViewTraceInfo&, int, Gecode::BoolTraceDelta&)': gecode/int/trace/tracer.cpp:139:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:140:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdBoolTracer::fix(const Gecode::Space&, const BoolTraceRecorder&)': gecode/int/trace/tracer.cpp:158:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:159:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdBoolTracer::fail(const Gecode::Space&, const BoolTraceRecorder&)': gecode/int/trace/tracer.cpp:176:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:177:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/int/trace/tracer.cpp: In member function 'virtual void Gecode::StdBoolTracer::done(const Gecode::Space&, const BoolTraceRecorder&)': gecode/int/trace/tracer.cpp:194:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/int/trace/tracer.cpp:195:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/float/trace/tracer.cpp: In member function 'virtual void Gecode::StdFloatTracer::init(const Gecode::Space&, const FloatTraceRecorder&)': gecode/float/trace/tracer.cpp:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/float/trace/tracer.cpp:50:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/float/trace/tracer.cpp: In member function 'virtual void Gecode::StdFloatTracer::prune(const Gecode::Space&, const FloatTraceRecorder&, const Gecode::ViewTraceInfo&, int, Gecode::FloatTraceDelta&)': gecode/float/trace/tracer.cpp:59:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/float/trace/tracer.cpp:60:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/float/trace/tracer.cpp: In member function 'virtual void Gecode::StdFloatTracer::fix(const Gecode::Space&, const FloatTraceRecorder&)': gecode/float/trace/tracer.cpp:69:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/float/trace/tracer.cpp:70:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/float/trace/tracer.cpp: In member function 'virtual void Gecode::StdFloatTracer::fail(const Gecode::Space&, const FloatTraceRecorder&)': gecode/float/trace/tracer.cpp:87:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/float/trace/tracer.cpp:88:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/float/trace/tracer.cpp: In member function 'virtual void Gecode::StdFloatTracer::done(const Gecode::Space&, const FloatTraceRecorder&)': gecode/float/trace/tracer.cpp:105:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/float/trace/tracer.cpp:106:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-compl.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ComplementView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-nocompl.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sub(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:91:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:94:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sup(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:132:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:135:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-compl-cvv.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ComplementView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-nocompl-cvv.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sub(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:91:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:94:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sup(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:132:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:135:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-compl-vvc.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-nocompl-vvc.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sub(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:91:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:94:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sup(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:132:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:135:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::SetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-nocompl-cvc.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ In file included from ./gecode/set/rel-op.hh:293:0, from gecode/set/rel-op/post-compl-cvc.cpp:42: ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sub(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:91:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:94:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_sup(Gecode::Home, View0, Gecode::SetOpType, View1, View2) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; View2 = Gecode::Set::ConstSetView]': ./gecode/set/rel-op/post.hpp:132:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:135:5: note: here case SOT_UNION: ^~~~ ./gecode/set/rel-op/post.hpp: In function 'void Gecode::Set::RelOp::rel_eq(Gecode::Home, View0, Gecode::SetOpType, View1, Res) [with View0 = Gecode::Set::ConstSetView; View1 = Gecode::Set::SetView; Res = Gecode::Set::SetView]': ./gecode/set/rel-op/post.hpp:55:62: warning: this statement may fall through [-Wimplicit-fallthrough=] ::post(home, x0, x1, emptyset))); ^ ./gecode/set/rel-op/post.hpp:58:5: note: here case SOT_UNION: ^~~~ gecode/set/trace/tracer.cpp: In member function 'virtual void Gecode::StdSetTracer::init(const Gecode::Space&, const SetTraceRecorder&)': gecode/set/trace/tracer.cpp:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/set/trace/tracer.cpp:50:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/set/trace/tracer.cpp: In member function 'virtual void Gecode::StdSetTracer::prune(const Gecode::Space&, const SetTraceRecorder&, const Gecode::ViewTraceInfo&, int, Gecode::SetTraceDelta&)': gecode/set/trace/tracer.cpp:59:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/set/trace/tracer.cpp:60:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/set/trace/tracer.cpp: In member function 'virtual void Gecode::StdSetTracer::fix(const Gecode::Space&, const SetTraceRecorder&)': gecode/set/trace/tracer.cpp:91:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/set/trace/tracer.cpp:92:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/set/trace/tracer.cpp: In member function 'virtual void Gecode::StdSetTracer::fail(const Gecode::Space&, const SetTraceRecorder&)': gecode/set/trace/tracer.cpp:109:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/set/trace/tracer.cpp:110:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ gecode/set/trace/tracer.cpp: In member function 'virtual void Gecode::StdSetTracer::done(const Gecode::Space&, const SetTraceRecorder&)': gecode/set/trace/tracer.cpp:127:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (t.group().in()) ^~ gecode/set/trace/tracer.cpp:128:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' os << ",g:";t.group().id(); ^ + make install + cd /planning/fs-planner + python ./build.py -p .build/prod/src/fs/core/problem.cxx: In member function 'void fs0::Problem::consolidateAxioms()': .build/prod/src/fs/core/problem.cxx:134:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( !_ground.empty() ) ^~ .build/prod/src/fs/core/problem.cxx:136:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' const ProblemInfo& info = ProblemInfo::getInstance(); ^~~~~ .build/prod/src/fs/core/constraints/grounding.cxx: In static member function 'static std::vector fs0::AxiomGrounder::fully_ground(const std::vector&, const fs0::ProblemInfo&)': .build/prod/src/fs/core/constraints/grounding.cxx:56:22: warning: unused variable 'grounded_0' [-Wunused-variable] unsigned grounded_0 = grounded.size(); ^~~~~~~~~~ .build/prod/src/fs/core/fstrips/loader.cxx: In static member function 'static const fs0::fstrips::Formula* fs0::fstrips::Loader::parseFormula(const Value&, const fs0::fstrips::LanguageInfo&)': .build/prod/src/fs/core/fstrips/loader.cxx:64:8: warning: unused variable 'negated' [-Wunused-variable] bool negated = tree["negated"].GetBool(); // TODO NEGATED SHOULDN'T BE HERE, BUT RATHER A NEGATION. ^~~~~~~ ERROR _ found in /usr/local/var/singularity/mnt/container/.singularity.d/labels.json and overwrite set to False.