Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Turnoff future timestamp warning from tar (while building managed plugin) #1556

Closed
shuklanirdesh82 opened this issue Jul 7, 2017 · 0 comments · Fixed by #1604
Closed

Turnoff future timestamp warning from tar (while building managed plugin) #1556

shuklanirdesh82 opened this issue Jul 7, 2017 · 0 comments · Fixed by #1604

Comments

@shuklanirdesh82
Copy link
Contributor

shuklanirdesh82 commented Jul 7, 2017

As seen in CI run , this floods CI console which makes debugging harder.

docker export  tempContainer  | tar -x -C /tmp/plugin/rootfs 
tar: dev/null: time stamp 2017-06-25 17:52:50 is 936835.494600484 s in the future
tar: dev/pts: time stamp 2017-06-25 17:52:50 is 936835.494084129 s in the future
tar: dev/shm: time stamp 2017-06-25 17:52:50 is 936835.493741195 s in the future
tar: etc/apk/arch: time stamp 2017-06-25 17:52:49 is 936834.493182295 s in the future
tar: etc/apk/keys: time stamp 2017-06-25 17:52:50 is 936835.492582612 s in the future
tar: etc/apk/protected_paths.d: time stamp 2017-06-25 17:52:50 is 936835.492296632 s in the future
tar: etc/apk/repositories: time stamp 2017-06-25 17:52:49 is 936834.491912526 s in the future
tar: etc/conf.d: time stamp 2017-06-25 17:52:50 is 936835.491534612 s in the future
tar: etc/crontabs: time stamp 2017-06-25 17:52:50 is 936835.491060007 s in the future
tar: etc/init.d: time stamp 2017-06-25 17:52:50 is 936835.49060046 s in the future
tar: etc/localtime: time stamp 2017-06-25 17:52:50 is 936835.490323739 s in the future
tar: etc/logrotate.d: time stamp 2017-06-25 17:52:50 is 936835.489825558 s in the future
tar: etc/modprobe.d: time stamp 2017-06-25 17:52:50 is 936835.489451766 s in the future
tar: etc/modules-load.d: time stamp 2017-06-25 17:52:50 is 936835.489177586 s in the future
tar: etc/network/if-down.d: time stamp 2017-06-25 17:52:50 is 936835.48874184 s in the future
tar: etc/network/if-post-down.d: time stamp 2017-06-25 17:52:50 is 936835.488496032 s in the future
tar: etc/network/if-post-up.d: time stamp 2017-06-25 17:52:50 is 936835.488205989 s in the future
@shuklanirdesh82 shuklanirdesh82 added this to the Biweekly sprint - Simba milestone Jul 7, 2017
@shuklanirdesh82 shuklanirdesh82 self-assigned this Jul 7, 2017
@shuklanirdesh82 shuklanirdesh82 modified the milestones: 0.17, Biweekly sprint - Simba Jul 10, 2017
@tusharnt tusharnt changed the title [Trivial] Turnoff future timestamp warning from tar (while building managed plugin) Turnoff future timestamp warning from tar (while building managed plugin) Jul 17, 2017
@tusharnt tusharnt modified the milestones: Biweekly sprint - Pumbaa, 0.17 Jul 17, 2017
@tusharnt tusharnt added P1 and removed P0 labels Jul 17, 2017
@tusharnt tusharnt modified the milestones: Biweekly sprint - Rafiki, Biweekly sprint - Pumbaa Jul 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.