if node.binary == BINARY_MISSING and build_mode.allowed(node.conanfile):
                node.should_build = True
                if node.cant_build:
                    node.binary = BINARY_INVALID
                else: