weekly releases for Windows are 0-byte archives since 2.41 (see attached image). 2.40 is last correct zip. http://mirrors.jenkins.io/windows/

          [JENKINS-41413] no downloads for Windows

          Kohsuke Kawaguchi added a comment - Fix in https://github.com/jenkinsci/distfork-plugin/pull/6

          Kohsuke Kawaguchi added a comment - Also in https://github.com/jenkinsci/packaging/pull/90

          The root cause of the problem was cygwin failing to fork a process, resulting in a failed installer build:

           rm -rf tmp
              490 [main] bash 4848 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1760000)
          build.sh: fork: retry: No child processes
              229 [main] bash 4780 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1810000)
          build.sh: fork: retry: No child processes
              207 [main] bash 4188 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x17E0000)
          build.sh: fork: retry: No child processes
                0 [main] bash 6028 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x730000)
          build.sh: fork: retry: No child processes
              295 [main] bash 2384 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1700000)
          build.sh: fork: Resource temporarily unavailable
          

          This problem was masked by a script that skipped MSI build upon a manual retry.

          Kohsuke Kawaguchi added a comment - The root cause of the problem was cygwin failing to fork a process, resulting in a failed installer build: rm -rf tmp 490 [main] bash 4848 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1760000) build.sh: fork: retry: No child processes 229 [main] bash 4780 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1810000) build.sh: fork: retry: No child processes 207 [main] bash 4188 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x17E0000) build.sh: fork: retry: No child processes 0 [main] bash 6028 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x730000) build.sh: fork: retry: No child processes 295 [main] bash 2384 child_info_fork::abort: c:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x1850000) != child(0x1700000) build.sh: fork: Resource temporarily unavailable This problem was masked by a script that skipped MSI build upon a manual retry.

          I'm recreating 2.42 installer.

          Kohsuke Kawaguchi added a comment - I'm recreating 2.42 installer.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: msi/build-on-jenkins.sh http://jenkins-ci.org/commit/packaging/1df9edbb61445632acc1109528ad09c1b6f2fda8 Log: Merge pull request #90 from jenkinsci/ JENKINS-41413 JENKINS-41413 Working around https://github.com/jenkinsci/distfork-plugin/pull/6 Compare: https://github.com/jenkinsci/packaging/compare/4382ed86c570...1df9edbb6144

          Daniel Beck added a comment -

          This has been fixed for 2.43, 2.44.

          Daniel Beck added a comment - This has been fixed for 2.43, 2.44.

            kohsuke Kohsuke Kawaguchi
            nkorotysh Nick Korotysh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: