Git Product home page Git Product logo

Comments (3)

becheran avatar becheran commented on May 24, 2024

@phodina thanks for reporting and sorry for the inconvenience. I am not familiar with guix. Is this some kind of replacement of package manager? Like cargo? Is the failing test you describe somehow reproducible without using guix?

from ntest.

phodina avatar phodina commented on May 24, 2024

Hi,
sorry for the long delay.

GNU Guix is a package manager similar to Nix.

The "main" idea is to break the Filesystem Hierarchy Standard and store packages in /gnu/store/ or /nix/store.

This is done using prefixes and some modifications. The advantage is that we don't have a global state but each package is independent and we just symlink the whole system together. So we can have multiple version of the package and have generation of the OS therefore we can go always back if we break the system. Also the OS config is simple text config file.

This is very brief and high level overview.

Guix/Nix do follow the package build/test process. So in this case they also use cargo with some additional steps (patching the crates).

Is the failing test you describe somehow reproducible without using guix?

Unfortunately I don't have "classical" distro on my laptop. But, I could spin docker container e.g. Alpine or Arch and run the test there to check if it's Guix specific or distro agnostic.

I'll report once this is done, ok?

from ntest.

becheran avatar becheran commented on May 24, 2024

@phodina thanks for the explanation. I am not directly calling any OS specific functions but since the error ocures in timeout_inf_loop I am pretty sure that this line of code causes trouble:

thread::spawn(move || {
    match sender.send(code()) {
        Ok(()) => {} // All good
        Err(_) => {} // Released, don't panic
    }
});

What version of rust are you using?

from ntest.

Related Issues (12)

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.