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

duckdb: 0.2.2 -> 0.2.3 #105862

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Dec 4, 2020

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/cwida/duckdb/releases.

meta.description for duckdb is: "Embeddable SQL OLAP Database Management System"

meta.homepage for duckdb is: "https://github.com/cwida/duckdb"

meta.changelog for duckdb is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
16 total rebuild path(s)

4 package rebuild(s)

4 x86_64-linux rebuild(s)
4 i686-linux rebuild(s)
4 x86_64-darwin rebuild(s)
4 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
duckdb
python37Packages.duckdb
python38Packages.duckdb
python39Packages.duckdb
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/rch2kpmnikxvglz2chik6y0hliaydp68-duckdb-0.2.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A duckdb https://github.com/r-ryantm/nixpkgs/archive/2f2c7ee86012d352f2c23d1231c4d256c906adcc.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/rch2kpmnikxvglz2chik6y0hliaydp68-duckdb-0.2.3
ls -la /nix/store/rch2kpmnikxvglz2chik6y0hliaydp68-duckdb-0.2.3/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

3 packages failed to build:
  • python37Packages.duckdb
  • python38Packages.duckdb
  • python39Packages.duckdb
1 package built:
  • duckdb

Maintainer pings

cc @costrouc for testing.

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Dec 4, 2020

Result of nixpkgs-review pr 105862 run on x86_64-darwin 1

3 packages failed to build:
  • python37Packages.duckdb
  • python38Packages.duckdb
  • python39Packages.duckdb
1 package built:
  • duckdb
building
Executing setuptoolsBuildPhase
Traceback (most recent call last):
  File "nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 85, in <module>
    (source_list, include_list, original_sources) = package_build.build_package(os.path.join(script_path, 'duckdb'))
  File "/private/tmp/nix-build-python3.7-duckdb-0.2.3.drv-0/source/tools/pythonpkg/../../scripts/package_build.py", line 133, in build_package
    githash = git_commit_hash()
  File "/private/tmp/nix-build-python3.7-duckdb-0.2.3.drv-0/source/tools/pythonpkg/../../scripts/package_build.py", line 70, in git_commit_hash
    return subprocess.check_output(['false','log','-1','--format=%h']).strip().decode('utf8')
  File "/nix/store/1zgzhh71ivf4bc322l6vhlb6m9wlaq8k-python3-3.7.9/lib/python3.7/subprocess.py", line 411, in check_output
    **kwargs).stdout
  File "/nix/store/1zgzhh71ivf4bc322l6vhlb6m9wlaq8k-python3-3.7.9/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['false', 'log', '-1', '--format=%h']' returned non-zero exit status 1.

@SuperSandro2000 SuperSandro2000 marked this pull request as draft January 20, 2021 23:00
@Artturin
Copy link
Member

https://github.com/duckdb/duckdb/releases/tag/v0.2.7
Note: This release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.
duckdb has this for every release, what should be done about that?

@siraben siraben closed this Jul 27, 2021
@r-ryantm r-ryantm deleted the auto-update/duckdb branch July 28, 2021 01:15
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

4 participants