Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitAndTools.gitbatch: init at 2019-12-19 #84619

Merged
merged 1 commit into from Apr 13, 2020
Merged

gitAndTools.gitbatch: init at 2019-12-19 #84619

merged 1 commit into from Apr 13, 2020

Conversation

teto
Copy link
Member

@teto teto commented Apr 7, 2020

init an unstable version since the tagged release wouldn't work on my
machine (infinite loop).
Practical tool to fetch several repositories at the same time, see their
status etc.

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@JeffLabonte JeffLabonte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some dependency didn't build for sha256sum mismatch:

warning: ignoring the user-specified setting 'sandbox', because it is a restricted setting and you are not a trusted user
hash mismatch in fixed-output derivation '/nix/store/ixgq573h38zs3c01xbni3kvpm7vvm182-source':
  wanted: sha256:00wjps3yfx8q0qy0zrmmfd1ixjxi2dhkn1wfazb5qm2slav39dp2
  got:    sha256:01wjps3yfx8q0qy0zrmmfd1ixjxi2dhkn1wfazb5qm2slav39dp2
cannot build derivation '/nix/store/hchw8brb25hz3gd47k3mjl5ikzqp24xy-Boogie-unstable-2019-06-20.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/2imq9q08fvjflbaci9vamcx04w0pyc2p-Dafny-2.3.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/iwfyj488gibw9d578ln05az2m1cqxzb7-env.drv': 2 dependencies couldn't be built
[8 built (1 failed), 103 copied (926.0 MiB), 222.1 MiB DL]
error: build of '/nix/store/iwfyj488gibw9d578ln05az2m1cqxzb7-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/84619
2 package failed to build:
boogie dafny

1 package built:
gitAndTools.gitbatch

[0.0 MiB DL]
error: build log of '/nix/store/hchw8brb25hz3gd47k3mjl5ikzqp24xy-Boogie-unstable-2019-06-20.drv' is not available
[0.0 MiB DL]
error: build log of '/nix/store/2imq9q08fvjflbaci9vamcx04w0pyc2p-Dafny-2.3.0.drv' is not available
$ nix-shell /home/jflabonte/.cache/nixpkgs-review/pr-84619/shell.nix

@teto
Copy link
Member Author

teto commented Apr 8, 2020

thanks for noticing the unrelated committed change. There is an error on darwin but I am not sure if it's transient or go-related :s

init an unstable version since the tagged release wouldn't work on my
machine (infinite loop).
Practical tool to fetch several repositories at the same time, see their
status etc.

Disabled for darwin because of CI error "SIGILL: illegal instruction".
@teto
Copy link
Member Author

teto commented Apr 13, 2020

I disabled on darwin because of CI error "SIGILL: illegal instruction"

@teto teto merged commit ed234c3 into NixOS:master Apr 13, 2020
@teto teto deleted the gitbatch branch April 13, 2020 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants