2024-09-20 00:17:26,614:INFO:root:=== Working on: master ===
2024-09-20 00:17:27,204:INFO:root:branch pulled and checked out
2024-09-20 00:17:27,417:INFO:root:25 revisions since last Daily bump
2024-09-20 00:17:30,151:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:17:30,320:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:17:34,451:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:17:34,737:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:17:34,927:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:17:38,644:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:17:47,427:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:17:50,322:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:03,450:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:03,627:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-09-20 00:18:03,786:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:11,749:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:11,925:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:12,333:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:17,955:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-09-20 00:18:18,106:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:18,519:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:26,113:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:28,199:INFO:root:writing to ./libstdc++-v3/ChangeLog
2024-09-20 00:18:31,898:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:37,439:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:38,411:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:49,830:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:18:58,526:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:18:59,309:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:19:04,115:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:19:04,981:INFO:root:writing to ./gcc/po/ChangeLog
2024-09-20 00:19:05,135:INFO:root:writing to ./libcpp/po/ChangeLog
2024-09-20 00:19:05,281:INFO:root:writing to ./gcc/c-family/ChangeLog
2024-09-20 00:19:05,437:INFO:root:writing to ./gcc/cp/ChangeLog
2024-09-20 00:19:05,586:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:19:12,916:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-09-20 00:19:13,207:INFO:root:writing to ./gcc/c-family/ChangeLog
2024-09-20 00:19:13,392:INFO:root:DATESTAMP will be changed:
2024-09-20 00:19:16,967:INFO:root:commit is done
2024-09-20 00:19:57,934:ERROR:root:git push failed
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 153, in 
update_current_branch
    repo.git.push('origin', branch)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git push origin master
  stderr: 'remote: 
---------------------------------------------------------------------        
remote: --  Another user is currently pushing changes to this repository.  --   
     
remote: --  Please try again in another minute or two.                     --   
     
remote: ---------------------------------------------------------------------   
     
remote: error: hook declined to update refs/heads/master        
To /git/gcc.git
 ! [remote rejected]           master -> master (hook declined)
error: failed to push some refs to '/git/gcc.git''
2024-09-20 00:19:58,043:INFO:root:branch is done
2024-09-20 00:19:58,043:INFO:root:
2024-09-20 00:19:58,173:INFO:root:=== Working on: releases/gcc-12 ===
2024-09-20 00:21:18,116:INFO:root:branch pulled and checked out
2024-09-20 00:21:18,118:INFO:root:2 revisions since last Daily bump
2024-09-20 00:21:18,171:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:21:18,312:INFO:root:DATESTAMP will be changed:
2024-09-20 00:21:21,393:INFO:root:commit is done
2024-09-20 00:21:46,834:ERROR:root:git push failed
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 153, in 
update_current_branch
    repo.git.push('origin', branch)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git push origin releases/gcc-12
  stderr: 'remote: 
---------------------------------------------------------------------        
remote: --  Another user is currently pushing changes to this repository.  --   
     
remote: --  Please try again in another minute or two.                     --   
     
remote: ---------------------------------------------------------------------   
     
remote: error: hook declined to update refs/heads/releases/gcc-12        
To /git/gcc.git
 ! [remote rejected]           releases/gcc-12 -> releases/gcc-12 (hook 
declined)
error: failed to push some refs to '/git/gcc.git''
2024-09-20 00:21:46,897:INFO:root:branch is done
2024-09-20 00:21:46,898:INFO:root:
2024-09-20 00:21:47,066:INFO:root:=== Working on: releases/gcc-13 ===
2024-09-20 00:22:15,286:INFO:root:branch pulled and checked out
2024-09-20 00:22:15,287:INFO:root:2 revisions since last Daily bump
2024-09-20 00:22:15,336:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:22:16,583:INFO:root:DATESTAMP will be changed:
2024-09-20 00:22:19,814:INFO:root:commit is done
2024-09-20 00:22:44,476:ERROR:root:git push failed
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 153, in 
update_current_branch
    repo.git.push('origin', branch)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git push origin releases/gcc-13
  stderr: 'remote: 
---------------------------------------------------------------------        
remote: --  Another user is currently pushing changes to this repository.  --   
     
remote: --  Please try again in another minute or two.                     --   
     
remote: ---------------------------------------------------------------------   
     
remote: error: hook declined to update refs/heads/releases/gcc-13        
To /git/gcc.git
 ! [remote rejected]           releases/gcc-13 -> releases/gcc-13 (hook 
declined)
error: failed to push some refs to '/git/gcc.git''
2024-09-20 00:22:44,541:INFO:root:branch is done
2024-09-20 00:22:44,542:INFO:root:
2024-09-20 00:22:44,603:INFO:root:=== Working on: releases/gcc-14 ===
2024-09-20 00:23:27,866:INFO:root:branch pulled and checked out
2024-09-20 00:23:27,867:INFO:root:4 revisions since last Daily bump
2024-09-20 00:23:27,991:INFO:root:writing to ./gcc/ChangeLog
2024-09-20 00:23:28,203:INFO:root:writing to ./gcc/po/ChangeLog
2024-09-20 00:23:28,737:INFO:root:writing to ./libcpp/po/ChangeLog
2024-09-20 00:23:31,203:INFO:root:DATESTAMP will be changed:
2024-09-20 00:23:34,433:INFO:root:commit is done
2024-09-20 00:23:58,726:ERROR:root:git push failed
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 153, in 
update_current_branch
    repo.git.push('origin', branch)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "/home/gccadmin/.local/lib/python3.6/site-packages/git/cmd.py", line 
822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git push origin releases/gcc-14
  stderr: 'remote: 
---------------------------------------------------------------------        
remote: --  Another user is currently pushing changes to this repository.  --   
     
remote: --  Please try again in another minute or two.                     --   
     
remote: ---------------------------------------------------------------------   
     
remote: error: hook declined to update refs/heads/releases/gcc-14        
To /git/gcc.git
 ! [remote rejected]           releases/gcc-14 -> releases/gcc-14 (hook 
declined)
error: failed to push some refs to '/git/gcc.git''
2024-09-20 00:23:58,793:INFO:root:branch is done
2024-09-20 00:23:58,794:INFO:root:

Reply via email to