Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18795

Timestamper sometimes does not update its timestamps

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • timestamper-plugin
    • None
    • Windows 7 64 bit, latest and greatest Jenkins

      Sometimes I was puzzled by timestamps printed by timestamper being not correct, but could not proove it. Luckily now I can because of another program (SONAR) printing it's own time-stamps.

      09:49:30 11:23:02.889 INFO - [timeout] Test RohdeSchwarz.Contest.PhysicalDevicesTests/SscuMimoTest05/SscuMimo050005GetBasePathTest
      09:49:30 11:23:02.890 INFO - Test 'SscuMimo050005GetBasePathTest' exceeded execution timeout period.
      09:49:30 11:23:02.890 INFO -
      09:49:30 11:54:28.022 INFO - [timeout] Test RohdeSchwarz.Contest.PhysicalDevicesTests/SscuMimoTest/SscuMimo0004GetPathListTestPtp
      09:49:30 11:54:28.022 INFO - Test 'SscuMimo0004GetPathListTestPtp' exceeded execution timeout period.
      09:49:30 11:54:28.022 INFO -
      11:23:03 12:49:28.408 INFO - [timeout] Test RohdeSchwarz.Contest.PhysicalDevicesTests/SscuMimoTest/SscuMimo0004GetPathListTest
      11:23:03 12:49:28.408 INFO - Test 'SscuMimo0004GetPathListTest' exceeded execution timeout period.
      11:23:03 12:49:28.408 INFO -
      11:54:28 13:27:03.297 INFO - [timeout] Test RohdeSchwarz.Contest.PhysicalDevicesTests/SscuMimoTest/SscuMimo0005GetBasePathTest
      11:54:28 13:27:03.297 INFO - Test 'SscuMimo0005GetBasePathTest' exceeded execution timeout period.
      11:54:28 13:27:03.297 INFO -
      12:49:27 13:41:13.160 INFO - [failed] Test RohdeSchwarz.Contest.PhysicalDevicesTests/SmbvTest/Smbv8000OptionCheck6GpsSatellitesTest
      12:49:27 13:41:13.160 INFO - Assert.IsTrue failed. The file SmbvGps6SatellitesConfigurationParameters.xml was not deployed.
      12:49:27 13:41:13.188 INFO - at RohdeSchwarz.Contest.UnitTests.UnitTestHelper.ActivateConfigurationParameterFile(String deployedFileName, String deviceName) in d:\Snapshots\RunSonarContestBase\contest_sw\CommonFunctions\UnitTestHelper\UnitTestHelper.cs:line 236
      13:27:01 13:41:13.188 INFO - at SmbvTest.SmbvTest.Smbv8000OptionCheck6GpsSatellitesTest() in d:\Snapshots\RunSonarContestBase\contest_sw\Devices\PhysicalDevicesTest\SmbvTest\SmbvTest.cs:line 3083
      13:27:01 13:41:13.188 INFO -
      13:27:01 13:41:13.188 INFO -

          [JENKINS-18795] Timestamper sometimes does not update its timestamps

          I suspect this is a duplicate of JENKINS-17779.

          • Is this happening for the .../console URL or for the .../consoleFull URL?
          • Which version of the Timestamper plugin were you running?
          • Can you still reproduce this with Timestamper 1.5.5?

          Steven G Brown added a comment - I suspect this is a duplicate of JENKINS-17779 . Is this happening for the .../console URL or for the .../consoleFull URL? Which version of the Timestamper plugin were you running? Can you still reproduce this with Timestamper 1.5.5?

          Dirk Kuypers added a comment -
          • I used TimeStamper 1.5.4.
          • My update center does not show 1.5.5 yet

          Currently I am seeing small differences in console as in consoleFull:

          consoleFull:
          03:44:50 03:44:48.354 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
          03:44:50 03:44:48.365 INFO - -> Keep one snapshot per day between 2013-06-26 and 2013-07-23
          03:44:50 03:44:48.366 INFO - <- Delete snapshot: 2013-07-23T09:47:44+0200 [183533]
          03:44:50 03:44:48.456 INFO - <- Delete snapshot: 2013-07-23T09:57:54+0200 [185425]
          03:44:50 03:44:48.602 INFO - <- Delete snapshot: 2013-07-23T10:08:56+0200 [185710]
          03:44:50 03:44:48.661 INFO - <- Delete snapshot: 2013-07-23T10:16:57+0200 [185995]
          03:44:50 03:44:48.849 INFO - <- Delete snapshot: 2013-07-23T10:27:11+0200 [186280]

          console:
          03:44:48 03:44:48.354 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
          03:44:48 03:44:48.365 INFO - -> Keep one snapshot per day between 2013-06-26 and 2013-07-23
          03:44:49 03:44:48.366 INFO - <- Delete snapshot: 2013-07-23T09:47:44+0200 [183533]
          03:44:50 03:44:48.456 INFO - <- Delete snapshot: 2013-07-23T09:57:54+0200 [185425]
          03:44:50 03:44:48.602 INFO - <- Delete snapshot: 2013-07-23T10:08:56+0200 [185710]
          03:44:50 03:44:48.661 INFO - <- Delete snapshot: 2013-07-23T10:16:57+0200 [185995]
          03:44:50 03:44:48.849 INFO - <- Delete snapshot: 2013-07-23T10:27:11+0200 [186280]

          I will try 1.55 as soon I will see it in the update center.

          Dirk Kuypers added a comment - I used TimeStamper 1.5.4. My update center does not show 1.5.5 yet Currently I am seeing small differences in console as in consoleFull: consoleFull: 03:44:50 03:44:48.354 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob 03:44:50 03:44:48.365 INFO - -> Keep one snapshot per day between 2013-06-26 and 2013-07-23 03:44:50 03:44:48.366 INFO - <- Delete snapshot: 2013-07-23T09:47:44+0200 [183533] 03:44:50 03:44:48.456 INFO - <- Delete snapshot: 2013-07-23T09:57:54+0200 [185425] 03:44:50 03:44:48.602 INFO - <- Delete snapshot: 2013-07-23T10:08:56+0200 [185710] 03:44:50 03:44:48.661 INFO - <- Delete snapshot: 2013-07-23T10:16:57+0200 [185995] 03:44:50 03:44:48.849 INFO - <- Delete snapshot: 2013-07-23T10:27:11+0200 [186280] console: 03:44:48 03:44:48.354 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob 03:44:48 03:44:48.365 INFO - -> Keep one snapshot per day between 2013-06-26 and 2013-07-23 03:44:49 03:44:48.366 INFO - <- Delete snapshot: 2013-07-23T09:47:44+0200 [183533] 03:44:50 03:44:48.456 INFO - <- Delete snapshot: 2013-07-23T09:57:54+0200 [185425] 03:44:50 03:44:48.602 INFO - <- Delete snapshot: 2013-07-23T10:08:56+0200 [185710] 03:44:50 03:44:48.661 INFO - <- Delete snapshot: 2013-07-23T10:16:57+0200 [185995] 03:44:50 03:44:48.849 INFO - <- Delete snapshot: 2013-07-23T10:27:11+0200 [186280] I will try 1.55 as soon I will see it in the update center.

          Based on your console timestamps falling behind your consoleFull timestamps, this does appear to be a duplicate of JENKINS-17779.

          Please re-open if you can reproduce with the latest Timestamper version. Thanks.

          Steven G Brown added a comment - Based on your console timestamps falling behind your consoleFull timestamps, this does appear to be a duplicate of JENKINS-17779 . Please re-open if you can reproduce with the latest Timestamper version. Thanks.

            stevengbrown Steven G Brown
            bruce Dirk Kuypers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: