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

Bzip2.pm fails #444

Closed
sjmackenzie opened this issue Jan 17, 2017 · 6 comments
Closed

Bzip2.pm fails #444

sjmackenzie opened this issue Jan 17, 2017 · 6 comments

Comments

@sjmackenzie
Copy link

sjmackenzie commented Jan 17, 2017

hydra build fails current nixos-unstable channel with:

$ systemctl status hydra-server.service
● hydra-server.service
   Loaded: loaded (/nix/store/3gg026xx5vry2s1fg89jc2yva05fx6lj-unit-hydra-server.service/hydra-server.service; bad; vendor preset: enabled)
   Active: failed (Result: start-limit-hit) since Tue 2017-01-17 21:00:40 HKT; 2min 56s ago
  Process: 21954 ExecStart=hydra-server -f -h * -p 8089 --max_spare_servers 5 --max_servers 25 --max_requests 100 (code=exited, status=255)
 Main PID: 21954 (code=exited, status=255)

Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Failed with result 'exit-code'.
Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Service hold-off time over, scheduling restart.
Jan 17 21:00:40 rivergod systemd[1]: Stopped hydra-server.service.
Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Start request repeated too quickly.
Jan 17 21:00:40 rivergod systemd[1]: Failed to start hydra-server.service.
Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 17 21:00:40 rivergod systemd[1]: hydra-server.service: Failed with result 'start-limit-hit'.

@sjmackenzie sjmackenzie reopened this Jan 17, 2017
@sjmackenzie sjmackenzie changed the title fatal error: aws/s3/S3Client.h: No such file or directory Start request repeated too quickly. Jan 17, 2017
@globin
Copy link
Member

globin commented Jan 18, 2017

Please check the logs with journalctl -xeu hydra-server as the error occurs earlier and is not included in the lines you pasted. This is just systemd trying to restart the failing job.

@sjmackenzie
Copy link
Author

sjmackenzie commented Jan 18, 2017

Jan 18 20:08:24 rivergod systemd[1]: Started hydra-server.service.
Jan 18 20:08:24 rivergod hydra-server[31797]: [warn] Unicode::Encoding plugin is auto-applied, please remove this from your appclass and make sure to define "encoding" config
Jan 18 20:08:25 rivergod hydra-server[31797]: Compress::Raw::Bzip2 version 2.07 required--this is only version 2.064 at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:25 rivergod hydra-server[31797]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:25 rivergod hydra-server[31797]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:25 rivergod hydra-server[31797]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:25 rivergod hydra-server[31797]: Compilation failed in require at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:25 rivergod hydra-server[31797]: BEGIN failed--compilation aborted at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:25 rivergod hydra-server[31797]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/Utils.pm line 309.
Jan 18 20:08:25 rivergod hydra-server[31797]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/ScriptRunner.pm line 50.
Jan 18 20:08:25 rivergod systemd[1]: hydra-server.service: Main process exited, code=exited, status=255/n/a
Jan 18 20:08:25 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 18 20:08:25 rivergod systemd[1]: hydra-server.service: Failed with result 'exit-code'.
Jan 18 20:08:25 rivergod systemd[1]: hydra-server.service: Service hold-off time over, scheduling restart.
Jan 18 20:08:25 rivergod systemd[1]: Stopped hydra-server.service.
Jan 18 20:08:25 rivergod systemd[1]: Started hydra-server.service.
Jan 18 20:08:25 rivergod hydra-server[31800]: [warn] Unicode::Encoding plugin is auto-applied, please remove this from your appclass and make sure to define "encoding" config
Jan 18 20:08:26 rivergod hydra-server[31800]: Compress::Raw::Bzip2 version 2.07 required--this is only version 2.064 at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:26 rivergod hydra-server[31800]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:26 rivergod hydra-server[31800]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:26 rivergod hydra-server[31800]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:26 rivergod hydra-server[31800]: Compilation failed in require at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:26 rivergod hydra-server[31800]: BEGIN failed--compilation aborted at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:26 rivergod hydra-server[31800]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/Utils.pm line 309.
Jan 18 20:08:26 rivergod hydra-server[31800]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/ScriptRunner.pm line 50.
Jan 18 20:08:26 rivergod systemd[1]: hydra-server.service: Main process exited, code=exited, status=255/n/a
Jan 18 20:08:26 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 18 20:08:26 rivergod systemd[1]: hydra-server.service: Failed with result 'exit-code'.
Jan 18 20:08:26 rivergod systemd[1]: hydra-server.service: Service hold-off time over, scheduling restart.
Jan 18 20:08:26 rivergod systemd[1]: Stopped hydra-server.service.
Jan 18 20:08:26 rivergod systemd[1]: Started hydra-server.service.
Jan 18 20:08:26 rivergod hydra-server[31803]: [warn] Unicode::Encoding plugin is auto-applied, please remove this from your appclass and make sure to define "encoding" config
Jan 18 20:08:27 rivergod hydra-server[31803]: Compress::Raw::Bzip2 version 2.07 required--this is only version 2.064 at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:27 rivergod hydra-server[31803]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Adapter/Bzip2.pm line 9.
Jan 18 20:08:27 rivergod hydra-server[31803]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:27 rivergod hydra-server[31803]: BEGIN failed--compilation aborted at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/IO/Compress/Bzip2.pm line 11.
Jan 18 20:08:27 rivergod hydra-server[31803]: Compilation failed in require at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:27 rivergod hydra-server[31803]: BEGIN failed--compilation aborted at /nix/store/b20crf8yisk36kwnvfdiqcqf0d8ryih4-hydra-2016-12-09/libexec/hydra/lib/Hydra/View/NixExprs.pm line 7.
Jan 18 20:08:27 rivergod hydra-server[31803]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/Utils.pm line 309.
Jan 18 20:08:27 rivergod hydra-server[31803]: Compilation failed in require at /nix/store/v4b73k27ijng18d38d79hghxmjisif1k-hydra-perl-deps/lib/perl5/site_perl/5.22.2/Catalyst/ScriptRunner.pm line 50.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Main process exited, code=exited, status=255/n/a
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Failed with result 'exit-code'.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Service hold-off time over, scheduling restart.
Jan 18 20:08:27 rivergod systemd[1]: Stopped hydra-server.service.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Start request repeated too quickly.
Jan 18 20:08:27 rivergod systemd[1]: Failed to start hydra-server.service.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Unit entered failed state.
Jan 18 20:08:27 rivergod systemd[1]: hydra-server.service: Failed with result 'start-limit-hit'.

@globin
Copy link
Member

globin commented Jan 18, 2017

This has been fixed a few days ago on nixpkgs master: NixOS/nixpkgs@e2be232

@sjmackenzie
Copy link
Author

okay so it hasn't hit unstable yet?

@sjmackenzie
Copy link
Author

let me move away from unstable to head.

@sjmackenzie
Copy link
Author

That's it! Thanks @globin

@sjmackenzie sjmackenzie changed the title Start request repeated too quickly. Bzip2.pm fails Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants