Giter VIP home page Giter VIP logo

Comments (3)

mwitkow avatar mwitkow commented on July 1, 2024

Bazel 0.2.0:

michal:~/code/polyglot/ (master) $ bazel build ...                             [14:03:35]
zsh: correct '...' to '..' [nyae]? n
SLF4J: The following set of substitute loggers may have been accessed
SLF4J: during the initialization phase. Logging calls during this
SLF4J: phase were not honored. However, subsequent logging calls to these
SLF4J: loggers will work as normally expected.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: org.eclipse.aether.internal.impl.DefaultRepositorySystem
Unhandled exception thrown during build; message: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@tcnative_boringssl_static_linux_x86_64' (requested by nodes 'REPOSITORY:@tcnative_boringssl_static_linux_x86_64')
INFO: Elapsed time: 12.792s
java.lang.RuntimeException: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@tcnative_boringssl_static_linux_x86_64' (requested by nodes 'REPOSITORY:@tcnative_boringssl_static_linux_x86_64')
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:1003)
    at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$WrappedRunnable.run(AbstractQueueVisitor.java:499)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:212)
    at com.google.common.io.ByteStreams.copy(ByteStreams.java:105)
    at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:168)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader$HttpConnection.createAndConnect(HttpDownloader.java:248)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:126)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:88)
    at com.google.devtools.build.lib.bazel.repository.HttpArchiveFunction.fetch(HttpArchiveFunction.java:61)
    at com.google.devtools.build.lib.rules.repository.RepositoryDelegatorFunction.compute(RepositoryDelegatorFunction.java:124)
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:954)
    ... 4 more

from polyglot.

mwitkow avatar mwitkow commented on July 1, 2024

On the build mac and windows branch:

michal:~/code/polyglot/ (build-for-mac-and-win) $ bazel build ...                                                                                        [14:10:37]
zsh: correct '...' to '..' [nyae]? n
......
Unhandled exception thrown during build; message: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@protoc_linux_x86_64' (requested by nodes 'REPOSITORY:@protoc_linux_x86_64')
INFO: Elapsed time: 1.227s
java.lang.RuntimeException: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@protoc_linux_x86_64' (requested by nodes 'REPOSITORY:@protoc_linux_x86_64')
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:1003)
    at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$WrappedRunnable.run(AbstractQueueVisitor.java:499)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:212)
    at com.google.common.io.ByteStreams.copy(ByteStreams.java:105)
    at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:168)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader$HttpConnection.createAndConnect(HttpDownloader.java:248)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:126)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:88)
    at com.google.devtools.build.lib.bazel.repository.HttpArchiveFunction.fetch(HttpArchiveFunction.java:61)
    at com.google.devtools.build.lib.rules.repository.RepositoryDelegatorFunction.compute(RepositoryDelegatorFunction.java:124)
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:954)
    ... 4 more
michal:~/code/polyglot/ (build-for-mac-and-win) $ bazel build ... --cpu=darwin_x86_64                                                                    [14:10:44]
zsh: correct '...' to '..' [nyae]? n
......
Unhandled exception thrown during build; message: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@tcnative_boringssl_static_linux_x86_64' (requested by nodes 'REPOSITORY:@tcnative_boringssl_static_linux_x86_64')
INFO: Elapsed time: 0.715s
java.lang.RuntimeException: Unrecoverable error while evaluating node 'REPOSITORY_DIRECTORY:@tcnative_boringssl_static_linux_x86_64' (requested by nodes 'REPOSITORY:@tcnative_boringssl_static_linux_x86_64')
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:1003)
    at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$WrappedRunnable.run(AbstractQueueVisitor.java:499)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:212)
    at com.google.common.io.ByteStreams.copy(ByteStreams.java:105)
    at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:168)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader$HttpConnection.createAndConnect(HttpDownloader.java:248)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:126)
    at com.google.devtools.build.lib.bazel.repository.HttpDownloader.download(HttpDownloader.java:88)
    at com.google.devtools.build.lib.bazel.repository.HttpArchiveFunction.fetch(HttpArchiveFunction.java:61)
    at com.google.devtools.build.lib.rules.repository.RepositoryDelegatorFunction.compute(RepositoryDelegatorFunction.java:124)
    at com.google.devtools.build.skyframe.ParallelEvaluator$Evaluate.run(ParallelEvaluator.java:954)
    ... 4 more

from polyglot.

dinowernli avatar dinowernli commented on July 1, 2024

This is fixed with #23.

from polyglot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.