Git Product home page Git Product logo

Comments (3)

werkt avatar werkt commented on May 27, 2024

Yeah, that's bad. I've switched over to using a MultiMap in other implementations of the server to accomplish the watcher storage - I definitely need to do so here as well. Thanks for reporting this.

from bazel-buildfarm.

werkt avatar werkt commented on May 27, 2024

Your problem here is twofold. The former is definitely a bug and related to problematic management of unsequenced operation updates - #182 will prevent it and tests it away.

The client side issue is a problem with your action executions - they are not producing any outputs (consistent with their action definitions, very likely). Bazel is observing that and humbly refusing to serve your incomplete operations up as viable output results for the action execution. If you can narrow down a build to just that action and post the remote log, I can elaborate.

from bazel-buildfarm.

yk1002 avatar yk1002 commented on May 27, 2024

Thanks for the very quick response!

Re: the client side issue, Are genrules that produce an empty file an issue for buildfarm? We do have one for C++ linting which produces an empty file if an input file (C++ source file) does not have any issue.

from bazel-buildfarm.

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.