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

soapui: 5.5.0 -> 5.6.0 #93433

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

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

meta.description for soapui is: "The Most Advanced REST & SOAP Testing Tool in the World"

meta.homepage for soapui is: "https://www.soapui.org/"

meta.changelog for soapui is: ""

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

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

1 package rebuild(s)

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


First fifty rebuilds by attrpath
soapui
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/zk178bipzc1sggjc3aj1y9ndinrpm13k-soapui-5.6.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's 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 soapui https://github.com/r-ryantm/nixpkgs/archive/777b4170a8f908b908addaed744c7471fc343532.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/zk178bipzc1sggjc3aj1y9ndinrpm13k-soapui-5.6.0
ls -la /nix/store/zk178bipzc1sggjc3aj1y9ndinrpm13k-soapui-5.6.0/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

1 package built:
- soapui

Maintainer pings

cc @Gerschtli for testing.

Copy link
Contributor

@danieldk danieldk left a comment

Choose a reason for hiding this comment

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

I have found several issues with this derivation (may not just be this update):

  • The bytecode is newer than that supported by jdk. This probably needs to be bumped up to jdk11:
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/eviware/soapui/tools/JfxrtLocator has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  • The program calls various utilities from coreutils, so it does not run in a pure environment. coreutils should probably be added in a wrapper.

  • The application tries to write in the Nix store:

06:38:05,068 INFO  [DefaultSoapUICore] Creating new settings at [/nix/store/2dbz9kk62safs64ia5s69d8da70aspjz-soapui-5.6.0/share/java/bin/?/soapui-settings.xml]

Even after fixing the first two issues, the application does not actually start (is stuck in the splash screen).

@Gerschtli : perhaps you could have a look at these issues?

@Gerschtli
Copy link
Contributor

It seems that we need to look into the source code to fix this. Unfortunately I don't have the time at the moment. The source code is hosted here: https://github.com/SmartBear/soapui

@stale
Copy link

stale bot commented Jan 17, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jan 17, 2021
@SuperSandro2000 SuperSandro2000 added the 9.needs: human intervention There were changes that bots cannot deal with. label Jan 20, 2021
@SuperSandro2000 SuperSandro2000 marked this pull request as draft January 20, 2021 22:54
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jan 20, 2021
@SuperSandro2000 SuperSandro2000 removed the 9.needs: human intervention There were changes that bots cannot deal with. label Jan 20, 2021
@stale
Copy link

stale bot commented Jul 20, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 20, 2021
@asbachb asbachb mentioned this pull request Jul 26, 2021
11 tasks
@r-ryantm r-ryantm deleted the auto-update/soapui branch August 2, 2021 00:01
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