[Ci-reports] Problems...

Rohan McGovern rohan.mcgovern at nokia.com
Mon Oct 22 03:37:55 CEST 2012


Qt Continuous Integration System said:
> Some problems occurred recently...
> 
>   2012-10-22T01:29:23Z: [QtBase_master_Integration error] command [ssh] [-oBatchMode=yes] [-p] [29418] [codereview.qt-project.org] [gerrit] [staging-approve] [--branch] [master] [--build-id] [refs/builds/master_1350867984] [--project] [qt/qtbase] [--result] [fail] [--message] [-] exited with status 256 at /var/lib/jenkins/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Coro/AnyEvent.pm line 362.
>   
>   stderr:
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   Change not in INTEGRATING state (I51ebbcad5406e99130e5b12e62ba624d1489088c)
>   , retry in 8 seconds
> 

QTQAINFRA-509 again.  The problem often occurs in pairs like this,
affecting the current build and the next pending build.

Fixed by the usual process:

  $ git fetch gerrit '+refs/builds/master_1350867984:refs/builds/master_1350867984' '+refs/heads/*:refs/remotes/gerrit/*'
  $ git log refs/builds/master_1350867984 ^gerrit/master
  (...verify the build actually did contain I51ebbcad5406e99130e5b12e62ba624d1489088c)
  $ ssh -p 29418 codereview.qt-project.org gerrit gsql
  > update changes set status='i'
      where change_key='I51ebbcad5406e99130e5b12e62ba624d1489088c'
      and dest_project_name='qt/qtbase'
      and dest_branch_name='refs/heads/master';



More information about the Ci-reports mailing list