Modify

Opened 11 months ago

Closed 11 months ago

Last modified 11 months ago

#23526 closed defect (fixed)

Jenkins seems to hang

Reported by: GerdP Owned by: team
Priority: normal Milestone:
Component: Unit tests Version:
Keywords: jenkins Cc: stoecker, taylor.smock

Description

I see no progress for some hours, JOSM r19001 is in the queue since 9 a.m.

Attachments (0)

Change History (9)

comment:1 by taylor.smock, 11 months ago

Component: CoreUnit tests
Resolution: fixed
Status: newclosed

I killed the integration job that seemed to be stuck (~2 days).

For the record, it was stuck in check-plugins:

check-plugins:
   [delete] Deleting directory /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check
    [mkdir] Created dir: /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check
     [copy] Warning: Could not find resource URLResource "https://community.improveosm.org/plugins/improveosm/ImproveOsm.jar" to copy.
     [copy] Warning: Could not find resource URLResource "https://mapathoner.tojemoje.site/mapathoner.jar" to copy.
     [copy] Warning: Could not find resource URLResource "https://damn-plugin.tojemoje.site/damn.jar" to copy.
     [copy] Copying 156 resources to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/ext_tools.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/ext_tools.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/SaudiNationalAddress.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/SaudiNationalAddress.jar
     [copy] Copying https://github.com/hhtznr/JOSM-Tracks2Map-Plugin/releases/latest/download/Tracks2Map.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/Tracks2Map.jar
     [copy] Copying https://github.com/gabortim/josm-phonenumber/releases/latest/download/phonenumber.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/phonenumber.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/ColumbusCSV.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/ColumbusCSV.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/jackson.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/jackson.jar
     [copy] Failed to copy https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/jackson.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/jackson.jar due to javax.net.ssl.SSLException Connection reset
     [copy] Copying https://github.com/kendzi/TombPlugin/releases/download/58/TombPlugin.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/TombPlugin.jar
     [copy] Copying https://github.com/ubipo/shrinkwrap/releases/latest/download/shrinkwrap.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/shrinkwrap.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/undelete.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/undelete.jar
     [copy] Copying https://github.com/JOSM/Building-Generalization/releases/download/v1.1/BuildingGeneralization.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/BuildingGeneralization.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/o5m.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/o5m.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/openvisible.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/openvisible.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/wms-turbo-challenge2.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/wms-turbo-challenge2.jar
     [copy] Failed to copy https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/wms-turbo-challenge2.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/wms-turbo-challenge2.jar due to javax.net.ssl.SSLException Connection reset
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/native_password_manager.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/native_password_manager.jar
     [copy] Copying https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/poly.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/poly.jar
     [copy] Copying https://community.improveosm.org/plugins/geohash/geohash.jar to /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/geohash.jar
Last edited 11 months ago by taylor.smock (previous) (diff)

comment:2 by taylor.smock, 11 months ago

Keywords: jenkins added

comment:3 by GerdP, 11 months ago

Is it possible that there are too few free executors? I think the job is still waiting for a free one.

comment:4 by taylor.smock, 11 months ago

I didn't kill the rest of the queue. We have a single executor, so we go through the queue serially.

I could look into adding my home server as an executor, but I'd want to go through the current jobs to make certain they can be run on a separate machine.

comment:5 by GerdP, 11 months ago

We have a single executor, so we go through the queue serially.

OK, that explains it. I'll just wait ;)

in reply to:  4 comment:6 by stoecker, 11 months ago

Replying to taylor.smock:

I didn't kill the rest of the queue. We have a single executor, so we go through the queue serially.

I could look into adding my home server as an executor, but I'd want to go through the current jobs to make certain they can be run on a separate machine.

Not necessary. The server could also do more than one queue, but why? ;-)

comment:7 by GerdP, 11 months ago

I was just confused because Jenkins showed 4 different task which are "executed" but only one was really making progress.

in reply to:  7 comment:8 by stoecker, 11 months ago

Replying to GerdP:

I was just confused because Jenkins showed 4 different task which are "executed" but only one was really making progress.

I think being confused by Jenkins is totally normal. It's rather an exception if one understands what's going on. ;-)

comment:9 by taylor.smock, 11 months ago

IIRC, most of the jobs that were "executing" were parent jobs that were waiting on their children to execute. There was only one that was actually doing anything.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.