False error message from server on recipe date
See original GitHub issueI am getting an error from Conan about the date of the recipes during package upload:
ERROR: Remote recipe is newer than local recipe:
Remote date: 1497631534
Local date: 1497631533
I have two questions:
-
The ID of the package to be uploaded is
8b4785d057bc63d4eaaf651d24408163e3623ad7
and this package does not exist under any of the channels. What does that remote date mean when there is no such package on the server? -
I am running the Conan server in a docker container and our CI is using Windows/Linux docker containers. They are all using the same time server. What is causing such a small difference in Remote/Local dates? Is there a configurable option, server side, to ignore small time differences?
BTW, I don’t want to use the --force
flag to get around this problem.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:12 (7 by maintainers)
Top Results From Across the Web
ERROR: Remote recipe is newer than local recipe · Issue #192
Should it? conans.errors.ConanException: Remote recipe is newer than local recipe: Remote date: 1524688506 Local date: 1524688499.
Read more >Job errors (recipe execution errors) - Workato Docs
Job errors, also known as recipe execution errors, usually occur when a trigger event has been found, and a job is being processed,...
Read more >Common errors and troubleshooting tips - IFTTT Help Center
File Not Found error. This likely means that a required field in an Applet is empty or not filled out with the correct...
Read more >Troubleshooting Every Minecraft Server Issue - Knowledgebase
This guide explains how to troubleshoot any issue and find the cause of your problem every time. Check your console for any errors...
Read more >1.17.1 - Recipe errors | SpigotMC - High Performance Minecraft
When I run the code below, it causes the error [21:28:43] [Server thread/ERROR]: Error occurred while enabling Magic v1.0.1 (Is it up to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just had this issue, it actually was timezone differences between the differing windows and linux CI machines. the windows VM was picking up time from the host when booting (and you can bet the windows one reboots more frequently) and the host was configured with the incorrect timezone. Where as the linux VM seemed to recifty it’s time correctly as soon as it booted.
I think this was answered and there are some other issues related. I have opened an issue in the docs repo to add this answer. Thanks!