Re: [openstack-dev] [Release-job-failures] Tag of openstack/instack-undercloud failed

2018-03-27 Thread Sean McGinnis
On Mon, Mar 26, 2018 at 03:36:11PM -0600, Alex Schultz wrote:
> On Mon, Mar 26, 2018 at 2:33 PM, Doug Hellmann  wrote:
> > Excerpts from zuul's message of 2018-03-26 18:11:49 +:
> >> Build failed.
> >>
> >> - publish-openstack-releasenotes 
> >> http://logs.openstack.org/94/94bb28ae46bd263314c9d846069ca913d225e625/tag/publish-openstack-releasenotes/9440894/
> >>  : POST_FAILURE in 3m 29s
> >>
> >
> > This release notes build failure is probably not a problem, but I
> > don't recognize the cause of the error so I wanted to bring it up
> > in case someone else did.
> >
> > Is the ".pike.html.AEKeun" a lock file of some sort? Or a temporary
> > file created for some other purpose?
> >
> 
> I think that's part of the rsync process.  From
> https://rsync.samba.org/how-rsync-works.html
> 

Sorry, I commented in the #openstack-release channel yesterday, but I should
have followed up on this email.

This is indeed from the rsync job. There is a long standing issue that if
multiple jobs are overlapping, we occasionally get these types of errors when
two of them are trying to upload files at the same time.

It is mostly harmless, and release notes will get refreshed every merge, so in
this case it is safe to ignore this failure.

Sean

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Release-job-failures] Tag of openstack/instack-undercloud failed

2018-03-26 Thread Alex Schultz
On Mon, Mar 26, 2018 at 2:33 PM, Doug Hellmann  wrote:
> Excerpts from zuul's message of 2018-03-26 18:11:49 +:
>> Build failed.
>>
>> - publish-openstack-releasenotes 
>> http://logs.openstack.org/94/94bb28ae46bd263314c9d846069ca913d225e625/tag/publish-openstack-releasenotes/9440894/
>>  : POST_FAILURE in 3m 29s
>>
>
> This release notes build failure is probably not a problem, but I
> don't recognize the cause of the error so I wanted to bring it up
> in case someone else did.
>
> Is the ".pike.html.AEKeun" a lock file of some sort? Or a temporary
> file created for some other purpose?
>

I think that's part of the rsync process.  From
https://rsync.samba.org/how-rsync-works.html

> The receiver will read from the sender data for each file identified by the 
> file index number. It will open the local file (called the basis) and will 
> create a temporary file.
>
>  The receiver will expect to read non-matched data and/or to match records 
> all in sequence for the final file contents. When non-matched data is read it 
> will be written to the temp-file. When a block match record is received the
>  receiver will seek to the block offset in the basis file and copy the block 
> to the temp-file. In this way the temp-file is built from beginning to end.
>
> The file's checksum is generated as the temp-file is built. At the end of the 
> file, this checksum is compared with the file checksum from the sender. If 
> the file checksums do not match the temp-file is deleted. If the file fails 
> once it will > be reprocessed in a second phase, and if it fails twice an 
> error is reported.
>
> After the temp-file has been completed, its ownership and permissions and 
> modification time are set. It is then renamed to replace the basis file.


Thanks,
-Alex

> Doug
>
> rsync: failed to set permissions on 
> "/afs/.openstack.org/docs/releasenotes/instack-undercloud/.pike.html.AEKeun": 
> No such file or directory (2)
> rsync: rename 
> "/afs/.openstack.org/docs/releasenotes/instack-undercloud/.pike.html.AEKeun" 
> -> "pike.html": No such file or directory (2)
> rsync error: some files/attrs were not transferred (see previous errors) 
> (code 23) at main.c(1183) [sender=3.1.1]
> Traceback (most recent call last):
>   File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 115, in 
> 
> main()
>   File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 110, in main
> output = afs_sync(p['source'], p['target'])
>   File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 95, in 
> afs_sync
> output['output'] = subprocess.check_output(shell_cmd, shell=True)
>   File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
> **kwargs).stdout
>   File "/usr/lib/python3.5/subprocess.py", line 708, in run
> output=stdout, stderr=stderr)
> subprocess.CalledProcessError: Command '/bin/bash -c "mkdir -p 
> /afs/.openstack.org/docs/releasenotes/instack-undercloud/ && /usr/bin/rsync 
> -rtp --safe-links --delete-after --out-format='<>%i %n%L' 
> --filter='merge /tmp/tmpcoywd87i' 
> /var/lib/zuul/builds/9440894ee812414bb2ae813da1bbdfdd/work/artifacts/ 
> /afs/.openstack.org/docs/releasenotes/instack-undercloud/"' returned non-zero 
> exit status 23
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Release-job-failures] Tag of openstack/instack-undercloud failed

2018-03-26 Thread Doug Hellmann
Excerpts from zuul's message of 2018-03-26 18:11:49 +:
> Build failed.
> 
> - publish-openstack-releasenotes 
> http://logs.openstack.org/94/94bb28ae46bd263314c9d846069ca913d225e625/tag/publish-openstack-releasenotes/9440894/
>  : POST_FAILURE in 3m 29s
> 

This release notes build failure is probably not a problem, but I
don't recognize the cause of the error so I wanted to bring it up
in case someone else did.

Is the ".pike.html.AEKeun" a lock file of some sort? Or a temporary
file created for some other purpose?

Doug

rsync: failed to set permissions on 
"/afs/.openstack.org/docs/releasenotes/instack-undercloud/.pike.html.AEKeun": 
No such file or directory (2)
rsync: rename 
"/afs/.openstack.org/docs/releasenotes/instack-undercloud/.pike.html.AEKeun" -> 
"pike.html": No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1183) [sender=3.1.1]
Traceback (most recent call last):
  File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 115, in 
main()
  File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 110, in main
output = afs_sync(p['source'], p['target'])
  File "/tmp/ansible_b5fr54k3/ansible_module_zuul_afs.py", line 95, in afs_sync
output['output'] = subprocess.check_output(shell_cmd, shell=True)
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '/bin/bash -c "mkdir -p 
/afs/.openstack.org/docs/releasenotes/instack-undercloud/ && /usr/bin/rsync 
-rtp --safe-links --delete-after --out-format='<>%i %n%L' 
--filter='merge /tmp/tmpcoywd87i' 
/var/lib/zuul/builds/9440894ee812414bb2ae813da1bbdfdd/work/artifacts/ 
/afs/.openstack.org/docs/releasenotes/instack-undercloud/"' returned non-zero 
exit status 23

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev