-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins server: Ubuntu 16.04 inside a docker container, jenkins 2.8 from pkg.jenkins-ci.org apt repo.
$ java -version
openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)
Jenkins http port is forwarded from port 2000 of docker host.
Client: iceweasel 38.7.1
Jenkins server: Ubuntu 16.04 inside a docker container, jenkins 2.8 from pkg.jenkins-ci.org apt repo. $ java -version openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) Jenkins http port is forwarded from port 2000 of docker host. Client: iceweasel 38.7.1
For some large (50%?) number of builds (across several projects):
- The build starts.
As expected:
- build related URLs work ok. (for example, http://loris.beautifuldestinations.com:2000/job/beautilytics/branch/benc-typo/1/console provides a working progressive console.
- The build appears in the LHS "build history" pane on the project page, as an in-progress build.
- The build appears on the list of workers, as occupying a worker.
- The build is correctly linked on github as an in-progress build.
After running for several minutes:
- all build related URLs for that particular build start returning 404 (in the above url example, everything beginning: http://loris.beautifuldestinations.com:2000/job/beautilytics/branch/benc-typo/1)
- and the project page ceases to show this build as existing. It displays previously finished builds.
However:
- the list of workers still shows the build as occupying the worker (and provides a link which goes to the now 404-ing build page)
- the build runs to completion successfully.
- Build-related URLs for other builds still work ok at this point.
After the build has run to completion, all of the build related URLs which started 404ing work again (for example the complete console output can be seen).
A screenshot of progressive console output breaking part way due to this is attached - to be clear, this happens for all URLs related to the build, not just the progressive console.
This has happened in all of the weekly releases that I've tried (three or four over the past two months); previous to that I was not using Jenkins on this codebase/machine.