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

chit: init at 0.1.12 #61428

Merged
merged 1 commit into from May 14, 2019
Merged

chit: init at 0.1.12 #61428

merged 1 commit into from May 14, 2019

Conversation

lilyball
Copy link
Member

Motivation for this change

New package chit, which is a tool for help with Rust development.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS (with sandboxing)
    • macOS (without sandboxing)
    • 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 nix-review --run "nix-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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@worldofpeace worldofpeace left a comment

Choose a reason for hiding this comment

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

Tested that in works, expression looks right.

❯ ./result/bin/chit -c idna 
Searching for idna...
─idna─────────────────────────────────────────
IDNA (Internationalizing Domain Names in Appli
cations) and Punycode.

Rating: 🌟 🌟 🌟 🌟 🌟 
Total downloads: 4674560
Recent downloads: 781830
Latest version: 0.1.5 (2018-07-06)
Docs: None specified in Cargo.toml
Repository: https://github.com/servo/rust-url/
Crates.io: https://crates.io/crates/idna
License: MIT/Apache-2.0
Alternatives: None listed - Know one? Make a PR!
Keywords: 
Categories: 
Owner: Simon Sapin
──────────────────────────────────────────────

@worldofpeace
Copy link
Contributor

Checking build on darwin
@GrahamcOfBorg build chit

@worldofpeace
Copy link
Contributor

@GrahamcOfBorg build chit

@worldofpeace
Copy link
Contributor

so the result of the darwin build had a weird thing happen but it's probably a transient error

trying https://github.com/peterheesterman/chit/archive/0.1.12.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   128    0   128    0     0    415      0 --:--:-- --:--:-- --:--:--   415
100  166k    0  166k    0     0   122k      0 --:--:--  0:00:01 --:--:--  352k
unpacking source archive /private/tmp/nix-build-source.drv-0/0.1.12.tar.gz
building '/nix/store/7amla5f4hwd2f03ankwprqcrrxwj26dg-chit-0.1.12-vendor.drv'...
unpacking sources
unpacking source archive /nix/store/g3qhzd314lmqh6jyykmpgidm98k2gh80-source
source root is source
patching sources
installing
    Updating crates.io index
error: failed to sync
Caused by:
  failed to load pkg lockfile
Caused by:
  failed to fetch `https://github.com/rust-lang/crates.io-index`
Caused by:
  unexpected return value from ssl handshake -9808; class=Ssl (16)
Traceback (most recent call last):
  File "/nix/store/k05wxmyimfvrfn3j86ghliqjsgkrznrl-cargo-vendor-normalise/bin/.cargo-vendor-normalise-wrapped", line 42, in <module>
    main()
  File "/nix/store/k05wxmyimfvrfn3j86ghliqjsgkrznrl-cargo-vendor-normalise/bin/.cargo-vendor-normalise-wrapped", line 17, in main
    assert list(data.keys()) == ["source"]
AssertionError

And it built the second time.

@worldofpeace worldofpeace merged commit bc7d17a into NixOS:master May 14, 2019
@worldofpeace
Copy link
Contributor

Thank you @lilyball

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