Giter VIP home page Giter VIP logo

Comments (6)

j3m7 avatar j3m7 commented on May 26, 2024 2

Fellow arch user here, I ran into a similar error and noticed some of my own config on the failure error messages. I tried un-setting the AWS_PROFILE and AWS_REGION env vars and re-running the build. Worked like a charm.

from aws-cli.

izbushka avatar izbushka commented on May 26, 2024 2

As a workaround temporary setting timezone to one without DST helps (e.g. Asia/Baghdad)

from aws-cli.

Asday avatar Asday commented on May 26, 2024 1

@j3m7 thank you for investigating - neither of those are set in my environment.

from aws-cli.

oniko94 avatar oniko94 commented on May 26, 2024
  • OS: Arch Linux
  • Kernel Version: 6.8.7-arch1-1
  • Python Version: Python 3.11.8
  • Build Environment: local, AUR
  • Relevant information:
    • Timezone: GMT+3 (Europe/Kyiv summer time)

Can confirm AUR package aws-cli-v2 build failing with the same error. The relevant build log fragment (extracted stack trace and error messages):

[gw1] linux -- Python 3.11.8 /home/oniko/.cache/yay/aws-cli-v2/src/awscli-2.15.40/venv/bin/python

self = <tests.functional.test_timeformat.TestCLITimestampParser testMethod=test_default>

    def test_default(self):
        self.driver = create_clidriver()
        self.entry_point = AWSCLIEntryPoint(self.driver)
        expected_time = datetime.datetime.fromtimestamp(0).replace(
            tzinfo=tzlocal()).isoformat()
    
        stdout, _, _ = self.run_cmd(self.command)
        json_response = json.loads(stdout)
        start_time = json_response["builds"][0]["startTime"]
>       self.assertEqual(expected_time, start_time)
E       AssertionError: '1970-01-01T03:00:00+02:00' != '1970-01-01T02:00:00+02:00'
E       - 1970-01-01T03:00:00+02:00
E       ?             ^
E       + 1970-01-01T02:00:00+02:00
E       ?             ^

tests/functional/test_timeformat.py:72: AssertionError
-------------------------------------------------------
[gw1] linux -- Python 3.11.8 /home/oniko/.cache/yay/aws-cli-v2/src/awscli-2.15.40/venv/bin/python

self = <tests.functional.test_timeformat.TestCLITimestampParser testMethod=test_iso>

    def test_iso(self):
        self.environ['AWS_CONFIG_FILE'] = self.files.create_file(
            'iso',
            '[default]\ncli_timestamp_format = iso8601\n')
        self.driver = create_clidriver()
        self.entry_point = AWSCLIEntryPoint(self.driver)
        expected_time = datetime.datetime.fromtimestamp(0).replace(
            tzinfo=tzlocal()).isoformat()
    
        stdout, _, _ = self.run_cmd(self.command)
        json_response = json.loads(stdout)
        start_time = json_response["builds"][0]["startTime"]
>       self.assertEqual(expected_time, start_time)
E       AssertionError: '1970-01-01T03:00:00+02:00' != '1970-01-01T02:00:00+02:00'
E       - 1970-01-01T03:00:00+02:00
E       ?             ^
E       + 1970-01-01T02:00:00+02:00
E       ?             ^

tests/functional/test_timeformat.py:48: AssertionError
---------------------------------------------------------------
FAILED tests/functional/test_timeformat.py::TestCLITimestampParser::test_default - AssertionError: '1970-01-01T03:00:00+02:00' != '1970-01-01T02:00:00+02:00'
FAILED tests/functional/test_timeformat.py::TestCLITimestampParser::test_iso - AssertionError: '1970-01-01T03:00:00+02:00' != '1970-01-01T02:00:00+02:00'

from aws-cli.

tim-finnigan avatar tim-finnigan commented on May 26, 2024

Thanks for reporting this issue. I brought this up for discussion with the team, and the consensus is that more investigation is required into these tests. The tests were written a long time ago and likely need to be rewritten. If anyone has any other details to share, please feel free to add those here.

from aws-cli.

amberkushwaha avatar amberkushwaha commented on May 26, 2024

def test_iso(self):
self.environ['AWS_CONFIG_FILE'] = self.files.create_file(
'iso',
'[default]\ncli_timestamp_format = iso8601\n')
self.driver = create_clidriver()
self.entry_point = AWSCLIEntryPoint(self.driver)
expected_time = datetime.datetime.fromtimestamp(0).replace(
tzinfo=tzlocal()).isoformat()

    stdout, _, _ = self.run_cmd(self.command)
    json_response = json.loads(stdout)
    start_time = json_response["builds"][0]["startTime"]
  self.assertEqual(expected_time, start_time)

E AssertionError: '1970-01-01T01:00:00+00:00' != '1970-01-01T00:00:00+00:00'
E - 1970-01-01T01:00:00+00:00
E ? ^
E + 1970-01-01T00:00:00+00:00
E ? ^
the coding in the file format is different in linux and java encryption both so to smooth out the basics we have code it again in python format and

linux duer module.

from aws-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.