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

chromedriver: 2.41 -> 2.42 #47329

Merged
merged 1 commit into from Sep 29, 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/chromedriver/versions.

meta.description for chromedriver is: '"A WebDriver server for running Selenium tests on Chrome"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42/bin/chromedriver passed the binary check.
  • Warning: no invocation of /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42/bin/.chromedriver-wrapped had a zero exit code or showed the expected version
  • 1 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 2.42 with grep in /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42
  • directory tree listing: https://gist.github.com/822813ae32745d2b9bb14b2713e550c3
  • du listing: https://gist.github.com/3c5e4a368dd0b42eb4a8eba92a89a1ef
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/75f399710d5f82bf35a2de3191fbede2e0c2a138.tar.gz -p chromedriver
ls -la /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42

cc @cillianderoiste 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/chromedriver/versions
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

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

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

Failure on x86_64-darwin (full log)

Attempted: chromedriver

Partial log (click to expand)

  /nix/store/3v0k8wbj98d1payzmlibnjshgr2ijdnw-chromedriver_mac64.zip
copying path '/nix/store/3v0k8wbj98d1payzmlibnjshgr2ijdnw-chromedriver_mac64.zip' from 'https://cache.nixos.org'...
building '/nix/store/yw5jsyzf430bmd3qfd84mjsrfqrvx20i-chromedriver-2.42.drv'...
/nix/store/ky61xm4xhialdbf2mbjlv8njdcz4x4vh-cctools-binutils-darwin-wrapper/nix-support/setup-hook: fork: retry: Resource temporarily unavailable
/nix/store/ky61xm4xhialdbf2mbjlv8njdcz4x4vh-cctools-binutils-darwin-wrapper/nix-support/setup-hook: fork: retry: Resource temporarily unavailable
/nix/store/ky61xm4xhialdbf2mbjlv8njdcz4x4vh-cctools-binutils-darwin-wrapper/nix-support/setup-hook: fork: retry: Resource temporarily unavailable
/nix/store/ky61xm4xhialdbf2mbjlv8njdcz4x4vh-cctools-binutils-darwin-wrapper/nix-support/setup-hook: fork: retry: Resource temporarily unavailable
/nix/store/ky61xm4xhialdbf2mbjlv8njdcz4x4vh-cctools-binutils-darwin-wrapper/nix-support/setup-hook: fork: Resource temporarily unavailable
builder for '/nix/store/yw5jsyzf430bmd3qfd84mjsrfqrvx20i-chromedriver-2.42.drv' failed with exit code 254
error: build of '/nix/store/yw5jsyzf430bmd3qfd84mjsrfqrvx20i-chromedriver-2.42.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: chromedriver

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42
shrinking /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42/bin/.chromedriver-wrapped
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42/bin
patching script interpreter paths in /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42
checking for references to /build in /nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42...
/nix/store/v639rrz6b5kl9ksysr98g88dpgqi0n4n-chromedriver-2.42

@xeji
Copy link
Contributor

xeji commented Sep 29, 2018

@GrahamcOfBorg build selendroid selenium-server-standalone

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: selendroid, selenium-server-standalone

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: selendroid, selenium-server-standalone

Partial log (click to expand)

no configure script, doing nothing
building
no Makefile, doing nothing
installing
post-installation fixup
strip is /nix/store/4w56qihlrddav67p7d1vy5qkyayaqw11-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/mh4qdw8ywrkxg3vsyvxln6w4srxlpvjg-selendroid-standalone-0.17.0/bin
patching script interpreter paths in /nix/store/mh4qdw8ywrkxg3vsyvxln6w4srxlpvjg-selendroid-standalone-0.17.0
/nix/store/mh4qdw8ywrkxg3vsyvxln6w4srxlpvjg-selendroid-standalone-0.17.0
/nix/store/c2j55105nbq9xycy43l1zfhmqb3xv24d-selenium-server-standalone-3.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: selendroid, selenium-server-standalone

Partial log (click to expand)

no Makefile, doing nothing
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/cbixvwisax56ac983x6mvl883xc4mb8a-selendroid-standalone-0.17.0
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/cbixvwisax56ac983x6mvl883xc4mb8a-selendroid-standalone-0.17.0/bin
patching script interpreter paths in /nix/store/cbixvwisax56ac983x6mvl883xc4mb8a-selendroid-standalone-0.17.0
checking for references to /build in /nix/store/cbixvwisax56ac983x6mvl883xc4mb8a-selendroid-standalone-0.17.0...
/nix/store/cbixvwisax56ac983x6mvl883xc4mb8a-selendroid-standalone-0.17.0
/nix/store/9v2zcmqbqv110kr2y2nx57h5ypyh0sw5-selenium-server-standalone-3.6.0

@xeji xeji merged commit e365442 into NixOS:master Sep 29, 2018
@r-ryantm r-ryantm deleted the auto-update/chromedriver branch October 3, 2018 04:04
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