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

particl-core: 0.16.1 -> 0.16.2 #45718

Merged
merged 1 commit into from Aug 28, 2018
Merged

Conversation

demyanrogozhin
Copy link
Member

Particl Core updated

Motivation for this change

https://github.com/particl/particl-core/releases/tag/v0.16.2.0

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-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)
  • Fits CONTRIBUTING.md.

@demyanrogozhin
Copy link
Member Author

In #45279 I added GUI version particl-qt along with version bump.
But darwin build fails and also Linux build hangs.
I decided to open this PR with upgrade of particl-core and fix GUI client build meanwhile.

@xeji
Copy link
Contributor

xeji commented Aug 28, 2018

@GrahamcOfBorg build particl-core

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: particl-core

Partial log (click to expand)

 /nix/store/zkfqg7icazgz0kj7rff6zdfbcf3v79sa-coreutils-8.29/bin/mkdir -p '/nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0/lib/pkgconfig'
 /nix/store/zkfqg7icazgz0kj7rff6zdfbcf3v79sa-coreutils-8.29/bin/install -c -m 644 libparticlconsensus.pc '/nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0/lib/pkgconfig'
make[2]: Leaving directory '/private/tmp/nix-build-particl-core-0.16.2.0.drv-0/particl-core-0.16.2.0'
make[1]: Leaving directory '/private/tmp/nix-build-particl-core-0.16.2.0.drv-0/particl-core-0.16.2.0'
post-installation fixup
gzipping man pages under /nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0/share/man/
strip is /nix/store/df6k4mgdjxciy0f637lryp7c9ln7n1m3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0/lib  /nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0/bin
patching script interpreter paths in /nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0
/nix/store/wq33jvijlh3j94ipx747hwywld0cabw1-particl-core-0.16.2.0

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-linux (full log)

Attempted: particl-core

Partial log (click to expand)

  CXX      test/test_particl-bloom_tests.o
  CXX      test/test_particl-bswap_tests.o
  CXX      test/test_particl-checkqueue_tests.o
  CXX      test/test_particl-coins_tests.o
  CXX      test/test_particl-compress_tests.o
  CXX      test/test_particl-crypto_tests.o
  CXX      test/test_particl-cuckoocache_tests.o
  CXX      test/test_particl-DoS_tests.o
building of '/nix/store/x0y9v9ya0kn8n7ggr1nbrsn3xi5c6hz0-particl-core-0.16.2.0.drv' timed out after 3600 seconds
error: build of '/nix/store/x0y9v9ya0kn8n7ggr1nbrsn3xi5c6hz0-particl-core-0.16.2.0.drv' failed

@GrahamcOfBorg
Copy link

Timed out, unknown build status on aarch64-linux (full log)

Attempted: particl-core

Partial log (click to expand)

  CXX      leveldb/util/libleveldb_a-options.o
  CXX      leveldb/util/libleveldb_a-status.o
  CXX      leveldb/port/libleveldb_a-port_posix.o
  AR       leveldb/libleveldb.a
  CXX      leveldb/port/libleveldb_sse42_a-port_posix_sse.o
  AR       leveldb/libleveldb_sse42.a
  CXX      leveldb/helpers/memenv/libmemenv_a-memenv.o
  AR       leveldb/libmemenv.a
building of '/nix/store/yg5zl0qp4qq45sd6apcy61cw48vbmr4c-particl-core-0.16.2.0.drv' timed out after 3600 seconds
error: build of '/nix/store/yg5zl0qp4qq45sd6apcy61cw48vbmr4c-particl-core-0.16.2.0.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 28, 2018

Builds locally on x86_64-linux and passes the tests:

$ ./test_particl
Running 318 test cases...

*** No errors detected

@xeji xeji merged commit 9f6bc5e into NixOS:master Aug 28, 2018
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

3 participants