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

          Nick Korotysh created issue -
          Nick Korotysh made changes -
          Description Original: weekly releases for Windows are 0-byte archives since 2.41 (see attached image). 2.40 is last correct zip. New: 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/
          Oleg Nenashev made changes -
          Labels Original: download installer windows New: download installer release windows
          Oleg Nenashev made changes -
          Component/s New: packaging [ 20120 ]
          Oleg Nenashev made changes -
          Assignee New: Kohsuke Kawaguchi [ kohsuke ]

          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.
          Oleg Nenashev made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

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

              Created:
              Updated:
              Resolved: