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

couchdb2: 2.1.2 -> 2.2.0 #45246

Merged
merged 2 commits into from Aug 21, 2018
Merged

couchdb2: 2.1.2 -> 2.2.0 #45246

merged 2 commits into from Aug 21, 2018

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/couchdb/versions.

meta.description for couchdb2 is: '"A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API"'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/couchdb.cmd had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/couchup had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/couchdb had a zero exit code or showed the expected version
  • /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/couchjs passed the binary check.
  • /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/remsh passed the binary check.
  • Warning: no invocation of /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0/bin/.couchdb-wrapped had a zero exit code or showed the expected version
  • 2 of 6 passed binary check by having a zero exit code.
  • 0 of 6 passed binary check by having the new version present in output.
  • found 2.2.0 with grep in /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0
  • directory tree listing: https://gist.github.com/2e62180aacadfbd665d72746a8f42664
  • du listing: https://gist.github.com/d193816a3178412fe6ecd937562f43cc
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 841d3a5da3a55f37e6a6b803b3515979bf63ceb8 && nix-shell --pure -I nixpkgs=. -p couchdb2

cc @garbas 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/couchdb/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: couchdb2

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

Success on x86_64-linux (full log)

Attempted: couchdb2

Partial log (click to expand)

checking for references to /build in /nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0...
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
/nix/store/ysnyafnam2nca74lkxdl13fk3czv0ns5-couchdb-2.2.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: couchdb2

Partial log (click to expand)

./yarr/yarr/RegexJIT.h:73:10: note: candidate: void JSC::Yarr::RegexCodeBlock::set(int)
     void set(MacroAssembler::CodeRef ref) { m_ref = ref; }
          ^~~
./yarr/yarr/RegexJIT.h:73:10: note:   no known conversion for argument 1 from 'JSC::LinkBuffer::CodeRef {aka JSC::MacroAssemblerCodeRef}' to 'int'
make[1]: *** [config/rules.mk:1475: RegexJIT.o] Error 1
make[1]: Leaving directory '/build/js-1.8.5/js/src'
make: *** [config/rules.mk:754: default] Error 2
builder for '/nix/store/spbsmvx3zxnhk6l145dcw3ci139xylbz-spidermonkey-1.8.5.drv' failed with exit code 2
cannot build derivation '/nix/store/17saw3gk277kwq6lyd4xbzmam00g8irw-couchdb-2.2.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/17saw3gk277kwq6lyd4xbzmam00g8irw-couchdb-2.2.0.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 21, 2018

aarch64 failure of dependency spidermonkey_1_8_5 has been around for a while, unrelated.

@xeji
Copy link
Contributor

xeji commented Aug 21, 2018

@GrahamcOfBorg test couchdb

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: tests.couchdb

Partial log (click to expand)

couchdb2: exit status 0
couchdb1: running command: sync
couchdb1: exit status 0
test script finished in 31.12s
cleaning up
killing couchdb2 (pid 609)
killing couchdb1 (pid 621)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
/nix/store/xihh2vbrsbscdmbvblhjqmxnrs7xk8al-vm-test-run-couchdb

never built on hydra as far back as 2017-03-08
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

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

Partial log (click to expand)


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

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


@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: couchdb2, spidermonkey_1_8_5

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

Success on x86_64-linux (full log)

Attempted: couchdb2, spidermonkey_1_8_5

Partial log (click to expand)

/nix/store/byl5mw0nx94gq45ngxf381d9vj348yiz-couchdb-2.2.0
/nix/store/6aabjdz4sfani2m3ygcfaismj1rmxgac-spidermonkey-1.8.5

@xeji xeji merged commit 691ec45 into NixOS:master Aug 21, 2018
@GrahamcOfBorg
Copy link

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

Attempted: tests.couchdb

Partial log (click to expand)

cannot build derivation '/nix/store/a1mwrkqasrqhlish7fvhnlx74vv71gli-nixos-system-couchdb2-18.09.git.af30ea9.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/0cn5lw98ii03njdzyxdi9q56fc26z34c-closure-info.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/w09582p6mciw9f2fdr43gq16lgqnlcr0-closure-info.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nfsr0f7rycgrv2vk1nysh310zb0aa6hr-run-nixos-vm.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/zd0c2yx4cpnxcqpqdyaxk0mbmysbdip8-run-nixos-vm.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/6fw3r7qnz5grgz3mbsksm0z46a8g319l-nixos-vm.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/xlmsfaqcwnj64nq51dnn5ib8hf3jibgj-nixos-vm.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/zqd4aycrksm7n48s82cd0pxyshlrmghx-nixos-test-driver-couchdb.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/9pc6xp7xia77wmcbaihxy8n0mr09wwvn-vm-test-run-couchdb.drv': 1 dependencies couldn't be built
error: build of '/nix/store/9pc6xp7xia77wmcbaihxy8n0mr09wwvn-vm-test-run-couchdb.drv' failed

@r-ryantm r-ryantm deleted the auto-update/couchdb branch August 22, 2018 18:26
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