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

clickhouse: 18.10.3 -> 18.12.17 #47075

Merged
merged 1 commit into from Oct 21, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clickhouse/versions.

meta.description for clickhouse is: '"Column-oriented database management system"'.

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-report had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-server had a zero exit code or showed the expected version
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-client passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-local passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-benchmark passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-performance-test passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-copier passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-extract-from-config passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-compressor passed the binary check.
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-format had a zero exit code or showed the expected version
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-obfuscator passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-odbc-bridge passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-clang passed the binary check.
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-lld passed the binary check.
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-test had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-test-server had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/config-processor had a zero exit code or showed the expected version
  • /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/corrector_utf8 passed the binary check.
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse-zookeeper-cli had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17/bin/clickhouse had a zero exit code or showed the expected version
  • 12 of 20 passed binary check by having a zero exit code.
  • 2 of 20 passed binary check by having the new version present in output.
  • found 18.12.17 with grep in /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17
  • directory tree listing: https://gist.github.com/21a4ecef7491db47e1066af79a365ea7
  • du listing: https://gist.github.com/d25e69399a7ffe1a0ed5e5cd196999be
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/6f88fb06814d2cff57564397bfca32d225698099.tar.gz -p clickhouse
ls -la /nix/store/34l00jahlsdvnfbk2nx23308djgr6663-clickhouse-18.12.17

cc @orivej for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clickhouse/versions
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: clickhouse

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: clickhouse

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

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

Attempted: clickhouse

Partial log (click to expand)

[417/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/LevelMergeSelector.cpp.o
[418/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeBaseBlockInputStream.cpp.o
[419/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeBlockOutputStream.cpp.o
[420/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeBlockInputStream.cpp.o
[421/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeSettings.cpp.o
[422/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeBlockReadUtils.cpp.o
[423/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeData.cpp.o
[424/983] Building CXX object dbms/CMakeFiles/dbms.dir/src/Storages/MergeTree/MergeTreeDataMergerMutator.cpp.o
building of '/nix/store/csppn548379g0c85xvwibbziq0la8m7p-clickhouse-18.12.17.drv' timed out after 3600 seconds
error: build of '/nix/store/csppn548379g0c85xvwibbziq0la8m7p-clickhouse-18.12.17.drv' failed

Copy link
Contributor

@c0bw3b c0bw3b left a comment

Choose a reason for hiding this comment

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

Completed nox-review (that was a long build...) :

lrwxrwxrwx 1 xxxxx users 63 21 oct.  14:58 result -> /nix/store/k9aggcrqr0qldgy63y06fnsh8nlwjrvr-clickhouse-18.12.17

$ /nix/store/k9aggcrqr0qldgy63y06fnsh8nlwjrvr-clickhouse-18.12.17/bin/clickhouse-client --version
ClickHouse client version 18.12.17.

@c0bw3b c0bw3b merged commit 2b24e1a into NixOS:master Oct 21, 2018
@r-ryantm r-ryantm deleted the auto-update/clickhouse branch October 24, 2018 03:07
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