On Mon, Mar 26, 2018 at 2:33 PM, Doug Hellmann <d...@doughellmann.com> wrote:
> Excerpts from zuul's message of 2018-03-26 18:11:49 +0000:
>> 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 
> <module>
>     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='<<CHANGED>>%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

Reply via email to