Git Product home page Git Product logo

calico's People

Contributors

rufflewind avatar

Watchers

 avatar  avatar

calico's Issues

run-generator throws an intermittent "Invalid argument" on Windows

This has happened at least twice during the monthly Windows builds, but I can't ever reproduce it after a retry.

Most recent failure: https://github.com/Rufflewind/calico/actions/runs/1199319438

build (windows-latest)
failed on 2021-09-03T20:26:22Z in 38s

Run make
  make
  shell: C:\msys64\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
cp src/arithmetic.h include/calico/arithmetic.h
tools/run-generator >src/arithmetic_impl_g.h.tmp src/arithmetic_impl_g.h.gen.py
mv src/arithmetic_impl_g.h.tmp src/arithmetic_impl_g.h
cp src/arithmetic_impl_g.h include/calico/arithmetic_impl_g.h
cp src/binary_search.h include/calico/binary_search.h
cp src/btree.hpp include/calico/btree.hpp
cp src/btree_head.h include/calico/btree_head.h
cp src/btree_impl.h include/calico/btree_impl.h
cp src/btree_template.h include/calico/btree_template.h
tools/run-generator >src/btree_impl_ids.txt.tmp src/btree_impl_ids.txt.gen.py
Traceback (most recent call last):
  File "D:\a\calico\calico\tools\run-generator", line 8, in <module>
    utils.FileGenerator(fn).main()
  File "D:\a\calico\calico\src\btree_impl_ids.txt.gen.py", line 6, in main
    utils.pexec(["parse-global-identifiers"] + __deps__)
  File "D:\a\calico\calico\tools\utils.py", line 37, in pexec
    os.execvp(args[0], args)
  File "C:\msys64\mingw64\lib\python3.9\os.py", line 574, in execvp
    _execvpe(file, args)
  File "C:\msys64\mingw64\lib\python3.9\os.py", line 615, in _execvpe
    raise saved_exc
  File "C:\msys64\mingw64\lib\python3.9\os.py", line 607, in _execvpe
    exec_func(fullname, *argrest)
OSError: [Errno 22] Invalid argument
make: *** [Makefile:202: src/btree_impl_ids.txt] Error 1
Error: Process completed with exit code 2.

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.