Skip to content

DirectoryTreeTest fails when trying to build 1.0.51 with cmake #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cugarteblair opened this issue Jan 13, 2017 · 54 comments
Closed

DirectoryTreeTest fails when trying to build 1.0.51 with cmake #411

cugarteblair opened this issue Jan 13, 2017 · 54 comments
Labels
bug This issue is a bug.

Comments

@cugarteblair
Copy link

I get the following error when trying to build with cmake...

[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
/home/cugarte/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:140: Failure
Value of: dir2Entry.fileType
Actual: 4-byte object <01-00 00-00>
Expected: Aws::FileSystem::FileType::Directory
Which is: 4-byte object <03-00 00-00>
[ FAILED ] DirectoryTreeTest.TestManualDirectoryTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
/home/cugarte/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:174: Failure
Value of: paths.empty()
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
/bin/sh: line 1: 33474 Aborted (core dumped) ./aws-cpp-sdk-core-tests
make[2]: *** [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134
make[2]: *** Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests'
make[1]: *** [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2
make: *** [all] Error 2

@bretambrose bretambrose added the bug This issue is a bug. label Jan 16, 2017
@scholvin
Copy link

I'm getting the same error with 1.0.58 (on Centos 7 with gcc 4.9.1)

[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:140: Failure
Value of: dir2Entry.fileType
Actual: 4-byte object <01-00 00-00>
Expected: Aws::FileSystem::FileType::Directory
Which is: 4-byte object <03-00 00-00>
[ FAILED ] DirectoryTreeTest.TestManualDirectoryTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:174: Failure
Value of: paths.empty()
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
/bin/sh: line 1: 28763 Aborted (core dumped) ./aws-cpp-sdk-core-tests
make[2]: *** [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134
make[2]: *** Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests'
make[1]: *** [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2
make: *** [all] Error 2

@JonathanHenson
Copy link
Contributor

I just pushed a branch with some minor fixes. Can you pull it down and try? I haven't been able to reproduce on my side yet. Branch name is 'DirectoryTreeFixes'

@scholvin
Copy link

scholvin commented Feb 1, 2017

Thanks for the fixes....but unfortunately, same result. If there is anything I can do to give you more info, please let me know.

[----------] 5 tests from DirectoryTreeTest
[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:140: Failure
Value of: dir2Entry.fileType
Actual: 4-byte object <01-00 00-00>
Expected: Aws::FileSystem::FileType::Directory
Which is: 4-byte object <03-00 00-00>
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:112: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestManualDirectoryTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:174: Failure
Value of: paths.empty()
Actual: false
Expected: true
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:112: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
/bin/sh: line 1: 48222 Aborted (core dumped) ./aws-cpp-sdk-core-tests
make[2]: *** [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134
make[2]: *** Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests'
make[1]: *** [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2
make: *** [all] Error 2

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 1, 2017 via email

@scholvin
Copy link

scholvin commented Feb 1, 2017

Hmm, should be. Here's what I did, starting with a clean work area:

git clone https://github.com/aws/aws-sdk-cpp.git
cd aws-sdk-cpp
git fetch --all
git checkout -b DirectoryTreeFixes origin/DirectoryTreeFixes
md build
cd build
cmake3 ..
make

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 1, 2017

Ok, this won't fix it, but I'll get a log this way. I had to redo the memory testing to make logging not segfault out the tests. Can you pull and try again? There will be a trace-level log in the directory you run the test from. Can you upload it here?

@JonathanHenson
Copy link
Contributor

Unfortunately, I can't verify this fix until you can break it for me. Try as I may, I can't get it to break.

I just tried again on master for 4.4.41-36.55.amzn1.x86_64 which should be basically identical to your setup:

$ /usr/local/bin/cmake -DBUILD_ONLY="core" ../aws-sdk-cpp
-- Found Git: /usr/bin/git (found version "2.7.4")
-- TARGET_ARCH not specified; inferring host OS to be platform compilation target
-- Building AWS libraries as shared objects
-- Generating linux build config
-- Building project version: 1.0.60
-- The CXX compiler identification is GNU 4.8.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Zlib include directory: /usr/include
-- Zlib library: /usr/lib64/libz.so
-- Encryption: Openssl
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1k")
-- Openssl include directory: /usr/include
-- Openssl library: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so
-- Http client: Curl
-- Found CURL: /usr/lib64/libcurl.so (found version "7.47.1")
-- Curl include directory: /usr/include
-- Curl library: /usr/lib64/libcurl.so
-- Considering core
-- Updating version info to 1.0.60
-- Custom memory management enabled; stl objects now using custom allocators
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ec2-user/source/build
[ec2-user@ip-172-31-5-63 build]$ make
Scanning dependencies of target aws-cpp-sdk-core
[ 1%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonSerializableWebServiceRequest.cpp.o
[ 2%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonStreamingWebServiceRequest.cpp.o
[ 3%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonWebServiceRequest.cpp.o
[ 4%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Aws.cpp.o
[ 5%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Globals.cpp.o
[ 6%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Version.cpp.o
[ 7%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/external/tinyxml2/tinyxml2.cpp.o
[ 8%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSAuthSigner.cpp.o
[ 9%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSCredentialsProvider.cpp.o
[ 10%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSCredentialsProviderChain.cpp.o
[ 11%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AWSClient.cpp.o
[ 12%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AWSErrorMarshaller.cpp.o
[ 13%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AsyncCallerContext.cpp.o
[ 14%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/ClientConfiguration.cpp.o
[ 15%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/CoreErrors.cpp.o
[ 16%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/DefaultRetryStrategy.cpp.o
[ 17%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/internal/EC2MetadataClient.cpp.o
[ 18%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/standard/StandardHttpRequest.cpp.o
[ 19%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/standard/StandardHttpResponse.cpp.o
[ 20%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/config/AWSProfileConfigLoader.cpp.o
[ 21%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/base64/Base64.cpp.o
[ 22%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Cipher.cpp.o
[ 23%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoMaterial.cpp.o
[ 24%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoScheme.cpp.o
[ 25%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoBuf.cpp.o
[ 26%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoStream.cpp.o
[ 27%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/EncryptionMaterials.cpp.o
[ 28%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/KeyWrapAlgorithm.cpp.o
[ 29%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/MD5.cpp.o
[ 30%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256.cpp.o
[ 31%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256HMAC.cpp.o
[ 32%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/json/JsonSerializer.cpp.o
[ 33%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/threading/Executor.cpp.o
[ 34%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/threading/ThreadTask.cpp.o
[ 35%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/xml/XmlSerializer.cpp.o
[ 36%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/stream/PreallocatedStreamBuf.cpp.o
[ 37%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/stream/ResponseStream.cpp.o
[ 38%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/AWSLogging.cpp.o
[ 39%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/ConsoleLogSystem.cpp.o
[ 40%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/DefaultLogSystem.cpp.o
[ 41%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/FormattedLogSystem.cpp.o
[ 42%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/LogLevel.cpp.o
[ 43%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/memory/AWSMemory.cpp.o
[ 44%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/openssl/CryptoImpl.cpp.o
[ 45%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Environment.cpp.o
[ 46%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/FileSystem.cpp.o
[ 47%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/OSVersionInfo.cpp.o
[ 48%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Security.cpp.o
[ 49%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Time.cpp.o
[ 50%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHandleContainer.cpp.o
[ 51%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHttpClient.cpp.o
[ 52%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/factory/Factories.cpp.o
[ 53%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Array.cpp.o
[ 54%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/DateTimeCommon.cpp.o
[ 55%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Directory.cpp.o
[ 56%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/EnumParseOverflowContainer.cpp.o
[ 57%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/GetTheLights.cpp.o
[ 58%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/HashingUtils.cpp.o
[ 59%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/StringUtils.cpp.o
[ 60%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/TempFile.cpp.o
[ 61%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/UUID.cpp.o
[ 62%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClient.cpp.o
[ 63%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClientFactory.cpp.o
[ 64%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpRequest.cpp.o
[ 65%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpTypes.cpp.o
[ 66%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/Scheme.cpp.o
[ 67%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/URI.cpp.o
[ 68%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/external/json-cpp/jsoncpp.cpp.o
[ 69%] Linking CXX shared library libaws-cpp-sdk-core.so
[ 69%] Built target aws-cpp-sdk-core
Scanning dependencies of target testing-resources
[ 70%] Building CXX object testing-resources/CMakeFiles/testing-resources.dir/source/MemoryTesting.cpp.o
[ 71%] Building CXX object testing-resources/CMakeFiles/testing-resources.dir/source/TestingEnvironment.cpp.o
[ 72%] Building CXX object testing-resources/CMakeFiles/testing-resources.dir/source/external/gtest-all.cc.o
[ 73%] Building CXX object testing-resources/CMakeFiles/testing-resources.dir/source/platform/linux-shared/PlatformTesting.cpp.o
[ 74%] Linking CXX shared library libtesting-resources.so
[ 74%] Built target testing-resources
Scanning dependencies of target aws-cpp-sdk-core-tests
[ 75%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/RunTests.cpp.o
[ 76%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/AWSAuthSignerTest.cpp.o
[ 77%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/AWSCredentialsProviderTest.cpp.o
[ 78%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/config/AWSProfileConfigLoaderTest.cpp.o
[ 79%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AWSClientTest.cpp.o
[ 80%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AWSErrorMashallerTest.cpp.o
[ 81%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/HttpSchemeMapperTest.cpp.o
[ 82%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/HttpTypesMapperTest.cpp.o
[ 83%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/URITest.cpp.o
[ 84%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/DateTimeTest.cpp.o
[ 85%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/EnumOverflowTest.cpp.o
[ 86%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/FileSystemUtilsTest.cpp.o
[ 87%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/GetTheLightsTest.cpp.o
[ 88%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/HashingUtilsTest.cpp.o
[ 89%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/OSVersionInfoTest.cpp.o
[ 90%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/StringUtilsTest.cpp.o
[ 91%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/UUIDTest.cpp.o
[ 92%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/crypto/CryptoStreamsTest.cpp.o
[ 93%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/crypto/SymmetricCiphersTest.cpp.o
[ 94%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/json/JsonSerializerTest.cpp.o
[ 95%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/stream/PreallocatedStreamBufTest.cpp.o
[ 96%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/xml/XmlSerializerTest.cpp.o
[ 97%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/logging/LoggingTest.cpp.o
[ 98%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/memory/MemoryTests.cpp.o
[ 99%] Building CXX object aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/ratelimiter/RateLimiterTests.cpp.o
[100%] Linking CXX executable aws-cpp-sdk-core-tests
[==========] Running 198 tests from 31 test cases.
[----------] Global test environment set-up.
[----------] 18 tests from AWSAuthV4SignerTest
[ RUN ] AWSAuthV4SignerTest.GetHeaderKeyDuplicate
[ OK ] AWSAuthV4SignerTest.GetHeaderKeyDuplicate (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueMultiline
[ OK ] AWSAuthV4SignerTest.GetHeaderValueMultiline (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueOrder
[ OK ] AWSAuthV4SignerTest.GetHeaderValueOrder (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueTrim
[ OK ] AWSAuthV4SignerTest.GetHeaderValueTrim (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetUnreserved
[ OK ] AWSAuthV4SignerTest.GetUnreserved (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetUtf8
[ OK ] AWSAuthV4SignerTest.GetUtf8 (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanilla
[ OK ] AWSAuthV4SignerTest.GetVanilla (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaEmptyQueryKey
[ OK ] AWSAuthV4SignerTest.GetVanillaEmptyQueryKey (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQuery
[ OK ] AWSAuthV4SignerTest.GetVanillaQuery (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQueryOrderKeyCase
[ OK ] AWSAuthV4SignerTest.GetVanillaQueryOrderKeyCase (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQueryUnreserved
[ OK ] AWSAuthV4SignerTest.GetVanillaQueryUnreserved (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaUtf8Query
[ OK ] AWSAuthV4SignerTest.GetVanillaUtf8Query (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderKeyCase
[ OK ] AWSAuthV4SignerTest.PostHeaderKeyCase (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderKeySort
[ OK ] AWSAuthV4SignerTest.PostHeaderKeySort (1 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderValueCase
[ OK ] AWSAuthV4SignerTest.PostHeaderValueCase (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanilla
[ OK ] AWSAuthV4SignerTest.PostVanilla (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanillaEmptyQueryValue
[ OK ] AWSAuthV4SignerTest.PostVanillaEmptyQueryValue (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanillaQuery
[ OK ] AWSAuthV4SignerTest.PostVanillaQuery (1 ms)
[----------] 18 tests from AWSAuthV4SignerTest (6 ms total)

[----------] 1 test from ProfileConfigFileAWSCredentialsProviderTest
[ RUN ] ProfileConfigFileAWSCredentialsProviderTest.TestDefaultConfig
[ OK ] ProfileConfigFileAWSCredentialsProviderTest.TestDefaultConfig (1000 ms)
[----------] 1 test from ProfileConfigFileAWSCredentialsProviderTest (1000 ms total)

[----------] 5 tests from EnvironmentModifyingTest
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVars
[ OK ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVars (1 ms)
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVarsButSpecifiedProfile
[ OK ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVarsButSpecifiedProfile (0 ms)
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestNotSetup
[ OK ] EnvironmentModifyingTest.ProfileConfigTestNotSetup (0 ms)
[ RUN ] EnvironmentModifyingTest.TestEnvironmentVariablesExist
[ OK ] EnvironmentModifyingTest.TestEnvironmentVariablesExist (0 ms)
[ RUN ] EnvironmentModifyingTest.TestEnvironmentVariablesDoNotExist
[ OK ] EnvironmentModifyingTest.TestEnvironmentVariablesDoNotExist (0 ms)
[----------] 5 tests from EnvironmentModifyingTest (1 ms total)

[----------] 4 tests from InstanceProfileCredentialsProviderTest
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsGoodData
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsGoodData (1 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestThatProviderRefreshes
[ OK ] InstanceProfileCredentialsProviderTest.TestThatProviderRefreshes (100 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientCouldntFindCredentials
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientCouldntFindCredentials (0 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsBadData
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsBadData (0 ms)
[----------] 4 tests from InstanceProfileCredentialsProviderTest (101 ms total)

[----------] 5 tests from AWSConfigFileProfileConfigLoaderTest
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileLoad
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileLoad (1 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestConfigFileLoad
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestConfigFileLoad (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileEmpty
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileEmpty (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileNotExists
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileNotExists (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileCorrupted
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileCorrupted (0 ms)
[----------] 5 tests from AWSConfigFileProfileConfigLoaderTest (1 ms total)

[----------] 3 tests from EC2InstanceProfileConfigLoaderTest
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestSuccesfullyHitsService
[ OK ] EC2InstanceProfileConfigLoaderTest.TestSuccesfullyHitsService (0 ms)
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestFailsToHitService
[ OK ] EC2InstanceProfileConfigLoaderTest.TestFailsToHitService (0 ms)
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestBadJsonInResponse
[ OK ] EC2InstanceProfileConfigLoaderTest.TestBadJsonInResponse (0 ms)
[----------] 3 tests from EC2InstanceProfileConfigLoaderTest (0 ms total)

[----------] 2 tests from AWSClientTest
[ RUN ] AWSClientTest.TestBuildHttpRequestWithHeadersOnly
[ OK ] AWSClientTest.TestBuildHttpRequestWithHeadersOnly (1 ms)
[ RUN ] AWSClientTest.TestBuildHttpRequestWithHeadersAndBody
[ OK ] AWSClientTest.TestBuildHttpRequestWithHeadersAndBody (0 ms)
[----------] 2 tests from AWSClientTest (1 ms total)

[----------] 2 tests from AWSErrorMashallerTest
[ RUN ] AWSErrorMashallerTest.TestErrorsWithPrefixParse
[ OK ] AWSErrorMashallerTest.TestErrorsWithPrefixParse (0 ms)
[ RUN ] AWSErrorMashallerTest.TestErrorsWithoutPrefixParse
[ OK ] AWSErrorMashallerTest.TestErrorsWithoutPrefixParse (0 ms)
[----------] 2 tests from AWSErrorMashallerTest (0 ms total)

[----------] 2 tests from HttpSchemeMapperTest
[ RUN ] HttpSchemeMapperTest.TestParseSchemeFromString
[ OK ] HttpSchemeMapperTest.TestParseSchemeFromString (0 ms)
[ RUN ] HttpSchemeMapperTest.TestGetStringFromScheme
[ OK ] HttpSchemeMapperTest.TestGetStringFromScheme (0 ms)
[----------] 2 tests from HttpSchemeMapperTest (0 ms total)

[----------] 1 test from HttpMethodMapperTest
[ RUN ] HttpMethodMapperTest.TestHttpMethodToString
[ OK ] HttpMethodMapperTest.TestHttpMethodToString (0 ms)
[----------] 1 test from HttpMethodMapperTest (0 ms total)

[----------] 8 tests from URITest
[ RUN ] URITest.DefaultConstructor
[ OK ] URITest.DefaultConstructor (0 ms)
[ RUN ] URITest.TestSchemeChanges
[ OK ] URITest.TestSchemeChanges (0 ms)
[ RUN ] URITest.TestSetPath
[ OK ] URITest.TestSetPath (0 ms)
[ RUN ] URITest.TestAddQueryStringParameters
[ OK ] URITest.TestAddQueryStringParameters (0 ms)
[ RUN ] URITest.TestCanonicalizeQueryStringParameters
[ OK ] URITest.TestCanonicalizeQueryStringParameters (0 ms)
[ RUN ] URITest.TestPort
[ OK ] URITest.TestPort (1 ms)
[ RUN ] URITest.TestParse
[ OK ] URITest.TestParse (0 ms)
[ RUN ] URITest.TestParseWithColon
[ OK ] URITest.TestParseWithColon (0 ms)
[----------] 8 tests from URITest (1 ms total)

[----------] 10 tests from DateTimeTest
[ RUN ] DateTimeTest.TestDefault
[ OK ] DateTimeTest.TestDefault (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing
[ OK ] DateTimeTest.TestRFC822Parsing (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing_DOS_Stopped
[ OK ] DateTimeTest.TestRFC822Parsing_DOS_Stopped (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing_WrongFormat
[ OK ] DateTimeTest.TestRFC822Parsing_WrongFormat (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing
[ OK ] DateTimeTest.TestISO_8601Parsing (0 ms)
[ RUN ] DateTimeTest.TestISO_8601ParsingMSPrecision
[ OK ] DateTimeTest.TestISO_8601ParsingMSPrecision (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing_DOS_Stopped
[ OK ] DateTimeTest.TestISO_8601Parsing_DOS_Stopped (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing_WrongFormat
[ OK ] DateTimeTest.TestISO_8601Parsing_WrongFormat (0 ms)
[ RUN ] DateTimeTest.TestUNIX_EPOCHParsing
[ OK ] DateTimeTest.TestUNIX_EPOCHParsing (0 ms)
[ RUN ] DateTimeTest.TestMillisParsing
[ OK ] DateTimeTest.TestMillisParsing (0 ms)
[----------] 10 tests from DateTimeTest (0 ms total)

[----------] 2 tests from EnumOverflowTest
[ RUN ] EnumOverflowTest.TestHashRetrieval
[ OK ] EnumOverflowTest.TestHashRetrieval (0 ms)
[ RUN ] EnumOverflowTest.TestUseWithEnum
[ OK ] EnumOverflowTest.TestUseWithEnum (0 ms)
[----------] 2 tests from EnumOverflowTest (0 ms total)

[----------] 3 tests from FileTest
[ RUN ] FileTest.HomeDirectory
[ OK ] FileTest.HomeDirectory (0 ms)
[ RUN ] FileTest.TestInvalidDirectoryPath
[ OK ] FileTest.TestInvalidDirectoryPath (0 ms)
[ RUN ] FileTest.TempFile
[ OK ] FileTest.TempFile (0 ms)
[----------] 3 tests from FileTest (0 ms total)

[----------] 5 tests from DirectoryTreeTest
[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
[ OK ] DirectoryTreeTest.TestManualDirectoryTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
[ OK ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
[ OK ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDiff
[ OK ] DirectoryTreeTest.TestDirectoryTreeDiff (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeBreadthFirstTraversal
[ OK ] DirectoryTreeTest.TestDirectoryTreeBreadthFirstTraversal (1 ms)
[----------] 5 tests from DirectoryTreeTest (3 ms total)

[----------] 1 test from GetTheLightsTest
[ RUN ] GetTheLightsTest.Test_Lights_TurnOff
[ OK ] GetTheLightsTest.Test_Lights_TurnOff (0 ms)
[----------] 1 test from GetTheLightsTest (0 ms total)

[----------] 8 tests from HashingUtilsTest
[ RUN ] HashingUtilsTest.TestBase64Encoding
[ OK ] HashingUtilsTest.TestBase64Encoding (0 ms)
[ RUN ] HashingUtilsTest.TestBase64Decoding
[ OK ] HashingUtilsTest.TestBase64Decoding (0 ms)
[ RUN ] HashingUtilsTest.TestHexEncodingDecoding
[ OK ] HashingUtilsTest.TestHexEncodingDecoding (0 ms)
[ RUN ] HashingUtilsTest.TestSHA256HMAC
[ OK ] HashingUtilsTest.TestSHA256HMAC (0 ms)
[ RUN ] HashingUtilsTest.TestSHA256FromString
[ OK ] HashingUtilsTest.TestSHA256FromString (0 ms)
[ RUN ] HashingUtilsTest.TestSHA256FromStream
[ OK ] HashingUtilsTest.TestSHA256FromStream (0 ms)
[ RUN ] HashingUtilsTest.TestMD5FromString
[ OK ] HashingUtilsTest.TestMD5FromString (0 ms)
[ RUN ] HashingUtilsTest.TestMD5FromStream
[ OK ] HashingUtilsTest.TestMD5FromStream (0 ms)
[----------] 8 tests from HashingUtilsTest (0 ms total)

[----------] 1 test from OSVersionInfoTest
[ RUN ] OSVersionInfoTest.TestComputeVersionString
[ OK ] OSVersionInfoTest.TestComputeVersionString (0 ms)
[----------] 1 test from OSVersionInfoTest (0 ms total)

[----------] 17 tests from StringUtilsTest
[ RUN ] StringUtilsTest.TestSplitHappyPath
[ OK ] StringUtilsTest.TestSplitHappyPath (0 ms)
[ RUN ] StringUtilsTest.TestSplitOnLineHappyPath
[ OK ] StringUtilsTest.TestSplitOnLineHappyPath (0 ms)
[ RUN ] StringUtilsTest.TestSplitWithDelimiterOnTheFrontAndBack
[ OK ] StringUtilsTest.TestSplitWithDelimiterOnTheFrontAndBack (0 ms)
[ RUN ] StringUtilsTest.TestSplitWithEmptyString
[ OK ] StringUtilsTest.TestSplitWithEmptyString (0 ms)
[ RUN ] StringUtilsTest.TestSplitDelimiterNotFound
[ OK ] StringUtilsTest.TestSplitDelimiterNotFound (0 ms)
[ RUN ] StringUtilsTest.TestToLower
[ OK ] StringUtilsTest.TestToLower (0 ms)
[ RUN ] StringUtilsTest.TestToUpper
[ OK ] StringUtilsTest.TestToUpper (0 ms)
[ RUN ] StringUtilsTest.TestCaselessComparison
[ OK ] StringUtilsTest.TestCaselessComparison (0 ms)
[ RUN ] StringUtilsTest.TestTrim
[ OK ] StringUtilsTest.TestTrim (0 ms)
[ RUN ] StringUtilsTest.TestURLEncodeAndDecode
[ OK ] StringUtilsTest.TestURLEncodeAndDecode (1 ms)
[ RUN ] StringUtilsTest.TestInt64Conversion
[ OK ] StringUtilsTest.TestInt64Conversion (0 ms)
[ RUN ] StringUtilsTest.TestInt32Conversion
[ OK ] StringUtilsTest.TestInt32Conversion (0 ms)
[ RUN ] StringUtilsTest.TestBoolConversion
[ OK ] StringUtilsTest.TestBoolConversion (0 ms)
[ RUN ] StringUtilsTest.TestDoubleConversion
[ OK ] StringUtilsTest.TestDoubleConversion (0 ms)
[ RUN ] StringUtilsTest.TestDoubleURLEncoding
[ OK ] StringUtilsTest.TestDoubleURLEncoding (0 ms)
[ RUN ] StringUtilsTest.TestUnicodeURLEncoding
[ OK ] StringUtilsTest.TestUnicodeURLEncoding (0 ms)
[ RUN ] StringUtilsTest.TestUnicodeURLDecoding
[ OK ] StringUtilsTest.TestUnicodeURLDecoding (0 ms)
[----------] 17 tests from StringUtilsTest (1 ms total)

[----------] 3 tests from UUIDTest
[ RUN ] UUIDTest.TestPlatformGeneratesUUID
[ OK ] UUIDTest.TestPlatformGeneratesUUID (6 ms)
[ RUN ] UUIDTest.TestUUIDToStringConversion
[ OK ] UUIDTest.TestUUIDToStringConversion (0 ms)
[ RUN ] UUIDTest.TestUUIDFromStringConversion
[ OK ] UUIDTest.TestUUIDFromStringConversion (0 ms)
[----------] 3 tests from UUIDTest (6 ms total)

[----------] 19 tests from CryptoStreamsTest
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamEvenBoundaries
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamEvenBoundaries (0 ms)
[ RUN ] CryptoStreamsTest.TestDecyptSrcStreamEvenBoundaries
[ OK ] CryptoStreamsTest.TestDecyptSrcStreamEvenBoundaries (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamLargeBuffer
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamLargeBuffer (0 ms)
[ RUN ] CryptoStreamsTest.TestDecyptSrcStreamLargeBuffer
[ OK ] CryptoStreamsTest.TestDecyptSrcStreamLargeBuffer (1 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSinkStreamEvenBoundariesDestructorFinalizes
[ OK ] CryptoStreamsTest.TestEncryptSinkStreamEvenBoundariesDestructorFinalizes (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSinkStreamEvenBoundariesExplicitFinalize
[ OK ] CryptoStreamsTest.TestEncryptSinkStreamEvenBoundariesExplicitFinalize (0 ms)
[ RUN ] CryptoStreamsTest.TestDecyptSinkStreamEvenBoundariesDestructorFinalizes
[ OK ] CryptoStreamsTest.TestDecyptSinkStreamEvenBoundariesDestructorFinalizes (0 ms)
[ RUN ] CryptoStreamsTest.TestDecryptSinkStreamEvenBoundariesExplicitFinalize
[ OK ] CryptoStreamsTest.TestDecryptSinkStreamEvenBoundariesExplicitFinalize (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSinkStreamLargeBufferDestructorFinalizes
[ OK ] CryptoStreamsTest.TestEncryptSinkStreamLargeBufferDestructorFinalizes (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSinkStreamLargeBufferExplicitFinalize
[ OK ] CryptoStreamsTest.TestEncryptSinkStreamLargeBufferExplicitFinalize (0 ms)
[ RUN ] CryptoStreamsTest.TestDecyptSinkStreamLargeBufferDestructorFinalizes
[ OK ] CryptoStreamsTest.TestDecyptSinkStreamLargeBufferDestructorFinalizes (0 ms)
[ RUN ] CryptoStreamsTest.TestDecyptSinkStreamWithBlockOffset
[ OK ] CryptoStreamsTest.TestDecyptSinkStreamWithBlockOffset (0 ms)
[ RUN ] CryptoStreamsTest.TestDecryptSinkStreamLargeBufferExplicitFinalize
[ OK ] CryptoStreamsTest.TestDecryptSinkStreamLargeBufferExplicitFinalize (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamSeekBeginning
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamSeekBeginning (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamSeekBack
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamSeekBack (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamSeekNop
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamSeekNop (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamSeekForward
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamSeekForward (0 ms)
[ RUN ] CryptoStreamsTest.TestEncryptSrcStreamSeekEnd
[ OK ] CryptoStreamsTest.TestEncryptSrcStreamSeekEnd (0 ms)
[ RUN ] CryptoStreamsTest.TestLiveSymmetricCipher
[ OK ] CryptoStreamsTest.TestLiveSymmetricCipher (0 ms)
[----------] 19 tests from CryptoStreamsTest (2 ms total)

[----------] 7 tests from AES_CBC_TEST
[ RUN ] AES_CBC_TEST.LessThanOneBlockTest
[ OK ] AES_CBC_TEST.LessThanOneBlockTest (0 ms)
[ RUN ] AES_CBC_TEST.NIST_CBCGFSbox256_case_1
[ OK ] AES_CBC_TEST.NIST_CBCGFSbox256_case_1 (0 ms)
[ RUN ] AES_CBC_TEST.NIST_CBCVarKey256_case_254
[ OK ] AES_CBC_TEST.NIST_CBCVarKey256_case_254 (0 ms)
[ RUN ] AES_CBC_TEST.NIST_CBCVarTxt256_case_110
[ OK ] AES_CBC_TEST.NIST_CBCVarTxt256_case_110 (0 ms)
[ RUN ] AES_CBC_TEST.NIST_CBCMMT256_case_4
[ OK ] AES_CBC_TEST.NIST_CBCMMT256_case_4 (0 ms)
[ RUN ] AES_CBC_TEST.NIST_CBCMMT256_case_9
[ OK ] AES_CBC_TEST.NIST_CBCMMT256_case_9 (0 ms)
[ RUN ] AES_CBC_TEST.Test_Generated_IV
[ OK ] AES_CBC_TEST.Test_Generated_IV (0 ms)
[----------] 7 tests from AES_CBC_TEST (0 ms total)

[----------] 4 tests from AES_CTR_TEST
[ RUN ] AES_CTR_TEST.RFC3686_Case_7
[ OK ] AES_CTR_TEST.RFC3686_Case_7 (0 ms)
[ RUN ] AES_CTR_TEST.RFC3686_Case_8
[ OK ] AES_CTR_TEST.RFC3686_Case_8 (0 ms)
[ RUN ] AES_CTR_TEST.RFC3686_Case_9
[ OK ] AES_CTR_TEST.RFC3686_Case_9 (0 ms)
[ RUN ] AES_CTR_TEST.Test_Generated_KEY_AND_IV
[ OK ] AES_CTR_TEST.Test_Generated_KEY_AND_IV (0 ms)
[----------] 4 tests from AES_CTR_TEST (0 ms total)

[----------] 6 tests from AES_GCM_TEST
[ RUN ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_128_Test_0
[ OK ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_128_Test_0 (0 ms)
[ RUN ] AES_GCM_TEST.TestBadTagCausesFailure
[ OK ] AES_GCM_TEST.TestBadTagCausesFailure (0 ms)
[ RUN ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_104_Test_3
[ OK ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_104_Test_3 (0 ms)
[ RUN ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_256_Test_6
[ OK ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_256_Test_6 (0 ms)
[ RUN ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_408_Test_8
[ OK ] AES_GCM_TEST.NIST_gcmEncryptExtIV256_PTLen_408_Test_8 (0 ms)
[ RUN ] AES_GCM_TEST.Test_Generated_IV
[ OK ] AES_GCM_TEST.Test_Generated_IV (0 ms)
[----------] 6 tests from AES_GCM_TEST (1 ms total)

[----------] 6 tests from AES_KeyWrap_Test
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKey256CekTestVector
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKey256CekTestVector (0 ms)
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKeyTestIntegrityCheckFailed
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKeyTestIntegrityCheckFailed (0 ms)
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKeyTestBadPayload
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKeyTestBadPayload (0 ms)
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekTestVector
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekTestVector (0 ms)
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekIntegrityCheckFailedTestVector
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekIntegrityCheckFailedTestVector (0 ms)
[ RUN ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekPayloadCheckFailedTestVector
[ OK ] AES_KeyWrap_Test.RFC3394_256BitKey128BitCekPayloadCheckFailedTestVector (0 ms)
[----------] 6 tests from AES_KeyWrap_Test (0 ms total)

[----------] 16 tests from JsonSerializerTest
[ RUN ] JsonSerializerTest.TestParseSimpleJsonString
[ OK ] JsonSerializerTest.TestParseSimpleJsonString (0 ms)
[ RUN ] JsonSerializerTest.TestParseSimpleJsonString2
[ OK ] JsonSerializerTest.TestParseSimpleJsonString2 (0 ms)
[ RUN ] JsonSerializerTest.TestParseSimpleJsonString3
[ OK ] JsonSerializerTest.TestParseSimpleJsonString3 (1 ms)
[ RUN ] JsonSerializerTest.TestParseJsonArrayString
[ OK ] JsonSerializerTest.TestParseJsonArrayString (0 ms)
[ RUN ] JsonSerializerTest.TestParseJsonString
[ OK ] JsonSerializerTest.TestParseJsonString (0 ms)
[ RUN ] JsonSerializerTest.TestParseJsonStream
[ OK ] JsonSerializerTest.TestParseJsonStream (0 ms)
[ RUN ] JsonSerializerTest.TestParseJsonStringFailed
[ OK ] JsonSerializerTest.TestParseJsonStringFailed (0 ms)
[ RUN ] JsonSerializerTest.TestParseJsonStreamFailed
[ OK ] JsonSerializerTest.TestParseJsonStreamFailed (0 ms)
[ RUN ] JsonSerializerTest.TestJsonStringValue
[ OK ] JsonSerializerTest.TestJsonStringValue (0 ms)
[ RUN ] JsonSerializerTest.TestJsonIntegerValue
[ OK ] JsonSerializerTest.TestJsonIntegerValue (0 ms)
[ RUN ] JsonSerializerTest.TestJsonBoolValue
[ OK ] JsonSerializerTest.TestJsonBoolValue (0 ms)
[ RUN ] JsonSerializerTest.TestJsonArrayValue
[ OK ] JsonSerializerTest.TestJsonArrayValue (0 ms)
[ RUN ] JsonSerializerTest.TestJsonObjectValue
[ OK ] JsonSerializerTest.TestJsonObjectValue (0 ms)
[ RUN ] JsonSerializerTest.TestJsonCompactSerializeObject
[ OK ] JsonSerializerTest.TestJsonCompactSerializeObject (0 ms)
[ RUN ] JsonSerializerTest.TestJsonStyledSerializeObject
[ OK ] JsonSerializerTest.TestJsonStyledSerializeObject (1 ms)
[ RUN ] JsonSerializerTest.TestNullSanity
[ OK ] JsonSerializerTest.TestNullSanity (0 ms)
[----------] 16 tests from JsonSerializerTest (2 ms total)

[----------] 11 tests from PreallocatedStreamBufTest
[ RUN ] PreallocatedStreamBufTest.TestStreamReadFromPrefilledBuffer
[ OK ] PreallocatedStreamBufTest.TestStreamReadFromPrefilledBuffer (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamWriteToPrefilledBuffer
[ OK ] PreallocatedStreamBufTest.TestStreamWriteToPrefilledBuffer (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamReadSeekBeg
[ OK ] PreallocatedStreamBufTest.TestStreamReadSeekBeg (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamReadSeekCur
[ OK ] PreallocatedStreamBufTest.TestStreamReadSeekCur (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamReadSeekEnd
[ OK ] PreallocatedStreamBufTest.TestStreamReadSeekEnd (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamWriteSeekBeg
[ OK ] PreallocatedStreamBufTest.TestStreamWriteSeekBeg (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamWriteSeekCur
[ OK ] PreallocatedStreamBufTest.TestStreamWriteSeekCur (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamWriteSeekEnd
[ OK ] PreallocatedStreamBufTest.TestStreamWriteSeekEnd (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamReadHonorsSizeLimitShorterThanBuffer
[ OK ] PreallocatedStreamBufTest.TestStreamReadHonorsSizeLimitShorterThanBuffer (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestStreamWriteHonorsSizeLimitShorterThanBuffer
[ OK ] PreallocatedStreamBufTest.TestStreamWriteHonorsSizeLimitShorterThanBuffer (0 ms)
[ RUN ] PreallocatedStreamBufTest.TestZeroLengthSeekFromEnd
[ OK ] PreallocatedStreamBufTest.TestZeroLengthSeekFromEnd (0 ms)
[----------] 11 tests from PreallocatedStreamBufTest (0 ms total)

[----------] 4 tests from XmlSerializerTest
[ RUN ] XmlSerializerTest.TestXmlDeserialize
[ OK ] XmlSerializerTest.TestXmlDeserialize (0 ms)
[ RUN ] XmlSerializerTest.TestXmlDeserializeFailed
[ OK ] XmlSerializerTest.TestXmlDeserializeFailed (0 ms)
[ RUN ] XmlSerializerTest.TestXmlSerialize
[ OK ] XmlSerializerTest.TestXmlSerialize (0 ms)
[ RUN ] XmlSerializerTest.TestXmlHasChildren
[ OK ] XmlSerializerTest.TestXmlHasChildren (0 ms)
[----------] 4 tests from XmlSerializerTest (0 ms total)

[----------] 6 tests from LoggingTest
[ RUN ] LoggingTest.testFatalLogLevel
[ OK ] LoggingTest.testFatalLogLevel (0 ms)
[ RUN ] LoggingTest.testErrorLogLevel
[ OK ] LoggingTest.testErrorLogLevel (1 ms)
[ RUN ] LoggingTest.testWarnLogLevel
[ OK ] LoggingTest.testWarnLogLevel (0 ms)
[ RUN ] LoggingTest.testInfoLogLevel
[ OK ] LoggingTest.testInfoLogLevel (1 ms)
[ RUN ] LoggingTest.testDebugLogLevel
[ OK ] LoggingTest.testDebugLogLevel (0 ms)
[ RUN ] LoggingTest.testTraceLogLevel
[ OK ] LoggingTest.testTraceLogLevel (1 ms)
[----------] 6 tests from LoggingTest (3 ms total)

[----------] 7 tests from MemoryTest
[ RUN ] MemoryTest.trivialTest
[ OK ] MemoryTest.trivialTest (0 ms)
[ RUN ] MemoryTest.simpleTest1
[ OK ] MemoryTest.simpleTest1 (0 ms)
[ RUN ] MemoryTest.simpleTest2
[ OK ] MemoryTest.simpleTest2 (0 ms)
[ RUN ] MemoryTest.streamTest1
[ OK ] MemoryTest.streamTest1 (0 ms)
[ RUN ] MemoryTest.streamTest2
[ OK ] MemoryTest.streamTest2 (0 ms)
[ RUN ] MemoryTest.mockHttpClientJsonTest
[ OK ] MemoryTest.mockHttpClientJsonTest (0 ms)
[ RUN ] MemoryTest.DefaultCredentialsProvider
[ OK ] MemoryTest.DefaultCredentialsProvider (0 ms)
[----------] 7 tests from MemoryTest (0 ms total)

[----------] 11 tests from DefaultRateLimitTest
[ RUN ] DefaultRateLimitTest.nopTest
[ OK ] DefaultRateLimitTest.nopTest (0 ms)
[ RUN ] DefaultRateLimitTest.trivialTest
[ OK ] DefaultRateLimitTest.trivialTest (0 ms)
[ RUN ] DefaultRateLimitTest.limitEdgeTest
[ OK ] DefaultRateLimitTest.limitEdgeTest (0 ms)
[ RUN ] DefaultRateLimitTest.doubleLimitTest
[ OK ] DefaultRateLimitTest.doubleLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.delayedLimitEdgeLimitTest
[ OK ] DefaultRateLimitTest.delayedLimitEdgeLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.delayedOverLimitTest
[ OK ] DefaultRateLimitTest.delayedOverLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.twoDelayOverLimitTest
[ OK ] DefaultRateLimitTest.twoDelayOverLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.longDelayLimitTest
[ OK ] DefaultRateLimitTest.longDelayLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.renormalizedChangeRateLimitTest
[ OK ] DefaultRateLimitTest.renormalizedChangeRateLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.unnormalizedChangeRateLimitTest
[ OK ] DefaultRateLimitTest.unnormalizedChangeRateLimitTest (0 ms)
[ RUN ] DefaultRateLimitTest.fractionalLimitTest
[ OK ] DefaultRateLimitTest.fractionalLimitTest (0 ms)
[----------] 11 tests from DefaultRateLimitTest (0 ms total)

[----------] Global test environment tear-down
[==========] 198 tests from 31 test cases ran. (1130 ms total)
[ PASSED ] 198 tests.

@JonathanHenson
Copy link
Contributor

This was on the master branch so without my updates. If you can send me a log for a failed test run from your machine, then I can probably see what the problem is from there.

@scholvin
Copy link

scholvin commented Feb 2, 2017

Still failing in the same place. Log file contents:

[INFO] 2017-02-01 21:08:17 CurlHttpClient [140202735622208] Initializing Curl library
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
dc7f04a3abfde8d472b0ab1a418b741b7c67174dad1551b4117b15527fbe966c
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
b7b6cbfd8a0430b78891e986784da2630c8a135a8595cec25b26ea94f926ee55
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
31ce73cd3f3d9f66977ad3dd957dc47af14df92fcd8509f59b349e9137c58b86
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;my-header2;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

host;my-header1;my-header2;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
a726db9b0df21c14f559d0a978e563112acb1b9e05476f0a6a1c7d68f28605c7
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
6a968768eefaa713e2a6b16b589a8ea192661f098f37349f4e2c0082757446f9
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/%E1%88%B4

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
2a0a97d02205e45ce2e994789806b19270cfbbb0921b278ccf58f5249ac42102
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
1e24db194ed7d0eec2de28d7369675a243488e08526e8c1c73571282f7c517ab
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/
Param1=value1&Param2=value2
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
816cd5b414d056048ba4f7c5386d6e0533120fb1fcfa93762cf0fc39e2cf19e0
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/
-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
c30d4703d9f799439be92736156d47ccfb2d879ddf56f5befa6d1d6aab979177
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: GET
/
%E1%88%B4=bar
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
eb30c5bed55734080471a834cc727ae56beb50e5f39d1bff6d0d38cb192a7073
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9368318c2967cf6de74404b30c65a91e8f6253e0a8659d6d5319f1a812f87d65
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
d51ced243e649e3de6ef63afbbdcbca03131a21a7103a1583706a64618606a93
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:08:17 AWSAuthV4Signer [140202735622208] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Creation of directory /tmp//.aws returned code: 17
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv Returned error code of 2
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:17 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:17 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:17 ProfileConfigFileAWSCredentialsProvider [140202735622208] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[DEBUG] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile Somebody Else
[DEBUG] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key SomebodyElseAccessId
[ERROR] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] No secret access key found even though an access key was specified. This will cause all signed AWS calls to fail.
[DEBUG] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile default
[DEBUG] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key DefaultAccessKey
[DEBUG] 2017-02-01 21:08:17 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile Somebody Else Again
[INFO] 2017-02-01 21:08:17 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:17 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:17Z
[INFO] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Deleting file: /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:08:17 FileSystemUtils [140202735622208] Deletion of file: /tmp//.aws/credentials Returned error code: 0
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Moving file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] The moving operation of file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials Returned error code of 2
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp//.aws returned code: 17
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 ProfileConfigFileAWSCredentialsProvider [140202735622208] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile someProfile
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile someProfile
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key SomeProfileAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 ProfileConfigFileAWSCredentialsProvider [140202735622208] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile customProfile
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile someProfile
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key SomeProfileAccessKey
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile customProfile
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key customProfileAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup Returned error code of 2
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 ProfileConfigFileAWSCredentialsProvider [140202735622208] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Moving file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] The moving operation of file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials Returned error code of 2
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found secret key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found sessionToken
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found secret key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found sessionToken
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found secret key
[INFO] 2017-02-01 21:08:18 EnvironmentAWSCredentialsProvider [140202735622208] Found sessionToken
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Creating Instance with injected EC2MetadataClient and refresh rate 10
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Successfully pulled credentials from metadata service with access key betterAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Credentials have expired attempting to repull from EC2 Metadata Service.
[ERROR] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Failed to parse output from EC2MetadataService with error * Line 1, Column 1
Syntax error: value, object or array expected.

[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[DEBUG] 2017-02-01 21:08:18 InstanceProfileCredentialsProvider [140202735622208] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] CreateTempFilePath generated: 20170202T0208181486001298977
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName 20170202T0208181486001298977 and using profilePrefix = 0
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile default
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found region us-east-1
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key AKIAKEY
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile assumes_role
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found region us-west-2
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found source profile default
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: 20170202T0208181486001298977
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: 20170202T0208181486001298977 Returned error code: 0
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] CreateTempFilePath generated: 20170202T0208181486001298978
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName 20170202T0208181486001298978 and using profilePrefix = 1
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile default
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found region us-east-1
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found access key AKIAKEY
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found profile assumes_role
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found region us-west-2
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:08:18 Aws::Config::ConfigFileProfileFSM [140202735622208] found source profile default
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: 20170202T0208181486001298978
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: 20170202T0208181486001298978 Returned error code: 0
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] CreateTempFilePath generated: 20170202T0208181486001298978
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName 20170202T0208181486001298978 and using profilePrefix = 0
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: 20170202T0208181486001298978
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: 20170202T0208181486001298978 Returned error code: 0
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName and using profilePrefix = 0
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Unable to open config file for reading.
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] CreateTempFilePath generated: 20170202T0208181486001298979
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSConfigFileProfileConfigLoader [140202735622208] Initializing config loader against fileName 20170202T0208181486001298979 and using profilePrefix = 0
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: 20170202T0208181486001298979
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: 20170202T0208181486001298979 Returned error code: 0
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] reloaded config at 2017-02-02T02:08:18Z
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 EC2MetadataClient [140202735622208] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 2
[ERROR] 2017-02-01 21:08:18 Aws::Config::EC2InstanceProfileConfigLoader [140202735622208] Failed to parse output from EC2MetadataService with error * Line 1, Column 34
Missing '}' or object member name

[INFO] 2017-02-01 21:08:18 Aws::Config::AWSProfileConfigLoader [140202735622208] Failed to reload configuration.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:08:18 AWSClient [140202735622208] No content body, content-length headers
[TRACE] 2017-02-01 21:08:18 AWSClient [140202735622208] No content body, content-length headers
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:08:18 AWSClient [140202735622208] Found body, but content-length has not been set, attempting to compute content-length
[TRACE] 2017-02-01 21:08:18 AWSClient [140202735622208] Found body, and content-md5 needs to be set, attempting to compute content-md5
[INFO] 2017-02-01 21:08:18 CurlHandleContainer [140202735622208] Cleaning up CurlHandleContainer.
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered Unknown AWSError
blahblahblah#IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:08:18 AWSErrorMarshaller [140202735622208] Encountered Unknown AWSError
IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:08:18 DateTime [140202735622208] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:08:18 DateTime [140202735622208] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Encountered enum member fifteen which is not modeled in your clients. You should update your clients when you get a chance.
[WARN] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Encountered enum member sixteen which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Found value fifteen for hash 15 from enum overflow container.
[ERROR] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Could not find a previously stored overflow value for hash 17. This will likely break some requests.
[WARN] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Encountered enum member VALUE4 which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:08:18 EnumParseOverflowContainer [140202735622208] Found value VALUE4 for hash -1770483453 from enum overflow container.
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory boogieMan
[ERROR] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Could not load directory boogieMan with error code 2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] CreateTempFilePath generated: 20170202T0208181486001298983
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: 20170202T0208181486001298983
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: 20170202T0208181486001298983 Returned error code: 0
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creating directory /tmp/compDir
[DEBUG] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Creation of directory /tmp/compDir returned code: 17
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Entering directory /tmp/compDir
[TRACE] 2017-02-01 21:08:18 FileSystemUtils [140202735622208] Successfully opened directory /tmp/compDir

@JonathanHenson
Copy link
Contributor

can you wipe /tmp and try again?

@scholvin
Copy link

scholvin commented Feb 2, 2017

[INFO] 2017-02-01 21:21:37 CurlHttpClient [140218730678336] Initializing Curl library
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
dc7f04a3abfde8d472b0ab1a418b741b7c67174dad1551b4117b15527fbe966c
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
b7b6cbfd8a0430b78891e986784da2630c8a135a8595cec25b26ea94f926ee55
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
31ce73cd3f3d9f66977ad3dd957dc47af14df92fcd8509f59b349e9137c58b86
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;my-header2;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

host;my-header1;my-header2;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
a726db9b0df21c14f559d0a978e563112acb1b9e05476f0a6a1c7d68f28605c7
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
6a968768eefaa713e2a6b16b589a8ea192661f098f37349f4e2c0082757446f9
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/%E1%88%B4

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
2a0a97d02205e45ce2e994789806b19270cfbbb0921b278ccf58f5249ac42102
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
1e24db194ed7d0eec2de28d7369675a243488e08526e8c1c73571282f7c517ab
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/
Param1=value1&Param2=value2
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
816cd5b414d056048ba4f7c5386d6e0533120fb1fcfa93762cf0fc39e2cf19e0
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/
-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
c30d4703d9f799439be92736156d47ccfb2d879ddf56f5befa6d1d6aab979177
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: GET
/
%E1%88%B4=bar
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
eb30c5bed55734080471a834cc727ae56beb50e5f39d1bff6d0d38cb192a7073
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9368318c2967cf6de74404b30c65a91e8f6253e0a8659d6d5319f1a812f87d65
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
d51ced243e649e3de6ef63afbbdcbca03131a21a7103a1583706a64618606a93
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:21:37 AWSAuthV4Signer [140218730678336] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Creation of directory /tmp//.aws returned code: 17
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv Returned error code of 2
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:37 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:37 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:37 ProfileConfigFileAWSCredentialsProvider [140218730678336] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[DEBUG] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile Somebody Else
[DEBUG] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key SomebodyElseAccessId
[ERROR] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] No secret access key found even though an access key was specified. This will cause all signed AWS calls to fail.
[DEBUG] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile default
[DEBUG] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key DefaultAccessKey
[DEBUG] 2017-02-01 21:21:37 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile Somebody Else Again
[INFO] 2017-02-01 21:21:37 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:37 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:37Z
[INFO] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Deleting file: /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:21:37 FileSystemUtils [140218730678336] Deletion of file: /tmp//.aws/credentials Returned error code: 0
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Moving file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] The moving operation of file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials Returned error code of 2
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp//.aws returned code: 17
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 ProfileConfigFileAWSCredentialsProvider [140218730678336] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile someProfile
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile someProfile
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key SomeProfileAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 ProfileConfigFileAWSCredentialsProvider [140218730678336] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile customProfile
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile someProfile
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key SomeProfileAccessKey
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile customProfile
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key customProfileAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup Returned error code of 2
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 ProfileConfigFileAWSCredentialsProvider [140218730678336] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Moving file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] The moving operation of file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials Returned error code of 2
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found secret key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found sessionToken
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found secret key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found sessionToken
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found secret key
[INFO] 2017-02-01 21:21:38 EnvironmentAWSCredentialsProvider [140218730678336] Found sessionToken
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Creating Instance with injected EC2MetadataClient and refresh rate 10
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Successfully pulled credentials from metadata service with access key betterAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Credentials have expired attempting to repull from EC2 Metadata Service.
[ERROR] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Failed to parse output from EC2MetadataService with error * Line 1, Column 1
Syntax error: value, object or array expected.

[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[DEBUG] 2017-02-01 21:21:38 InstanceProfileCredentialsProvider [140218730678336] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] CreateTempFilePath generated: 20170202T0221381486002098632
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName 20170202T0221381486002098632 and using profilePrefix = 0
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile default
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found region us-east-1
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key AKIAKEY
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile assumes_role
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found region us-west-2
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found source profile default
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: 20170202T0221381486002098632
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: 20170202T0221381486002098632 Returned error code: 0
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] CreateTempFilePath generated: 20170202T0221381486002098633
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName 20170202T0221381486002098633 and using profilePrefix = 1
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile default
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found region us-east-1
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found access key AKIAKEY
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found profile assumes_role
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found region us-west-2
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:21:38 Aws::Config::ConfigFileProfileFSM [140218730678336] found source profile default
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: 20170202T0221381486002098633
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: 20170202T0221381486002098633 Returned error code: 0
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] CreateTempFilePath generated: 20170202T0221381486002098633
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName 20170202T0221381486002098633 and using profilePrefix = 0
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: 20170202T0221381486002098633
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: 20170202T0221381486002098633 Returned error code: 0
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName and using profilePrefix = 0
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Unable to open config file for reading.
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] CreateTempFilePath generated: 20170202T0221381486002098634
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSConfigFileProfileConfigLoader [140218730678336] Initializing config loader against fileName 20170202T0221381486002098634 and using profilePrefix = 0
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: 20170202T0221381486002098634
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: 20170202T0221381486002098634 Returned error code: 0
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] reloaded config at 2017-02-02T02:21:38Z
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 EC2MetadataClient [140218730678336] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 2
[ERROR] 2017-02-01 21:21:38 Aws::Config::EC2InstanceProfileConfigLoader [140218730678336] Failed to parse output from EC2MetadataService with error * Line 1, Column 34
Missing '}' or object member name

[INFO] 2017-02-01 21:21:38 Aws::Config::AWSProfileConfigLoader [140218730678336] Failed to reload configuration.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:21:38 AWSClient [140218730678336] No content body, content-length headers
[TRACE] 2017-02-01 21:21:38 AWSClient [140218730678336] No content body, content-length headers
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:21:38 AWSClient [140218730678336] Found body, but content-length has not been set, attempting to compute content-length
[TRACE] 2017-02-01 21:21:38 AWSClient [140218730678336] Found body, and content-md5 needs to be set, attempting to compute content-md5
[INFO] 2017-02-01 21:21:38 CurlHandleContainer [140218730678336] Cleaning up CurlHandleContainer.
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered Unknown AWSError
blahblahblah#IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:21:38 AWSErrorMarshaller [140218730678336] Encountered Unknown AWSError
IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:21:38 DateTime [140218730678336] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:21:38 DateTime [140218730678336] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Encountered enum member fifteen which is not modeled in your clients. You should update your clients when you get a chance.
[WARN] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Encountered enum member sixteen which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Found value fifteen for hash 15 from enum overflow container.
[ERROR] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Could not find a previously stored overflow value for hash 17. This will likely break some requests.
[WARN] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Encountered enum member VALUE4 which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:21:38 EnumParseOverflowContainer [140218730678336] Found value VALUE4 for hash -1770483453 from enum overflow container.
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory boogieMan
[ERROR] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Could not load directory boogieMan with error code 2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] CreateTempFilePath generated: 20170202T0221381486002098638
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: 20170202T0221381486002098638
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: 20170202T0221381486002098638 Returned error code: 0
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creating directory /tmp/compDir
[DEBUG] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Creation of directory /tmp/compDir returned code: 17
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Entering directory /tmp/compDir
[TRACE] 2017-02-01 21:21:38 FileSystemUtils [140218730678336] Successfully opened directory /tmp/compDir

@JonathanHenson
Copy link
Contributor

did you wipe /tmp?

"Creation of directory /tmp/dir1 returned code: 17" this error code seems to think some directories are there that shouldn't be.

@scholvin
Copy link

scholvin commented Feb 2, 2017

Maybe some previous test isn't cleaning up after itself? Ran it again:

5457 $ ls -la /tmp
total 4
drwxrwxrwt. 7 root root 88 Feb 1 21:31 .
dr-xr-xr-x. 20 root root 4096 Feb 29 2016 ..
drwxrwxrwt. 2 root root 6 Oct 7 2015 .font-unix
drwxrwxrwt. 2 root root 6 Oct 7 2015 .ICE-unix
drwxrwxrwt. 2 root root 6 Oct 7 2015 .Test-unix
drwxrwxrwt. 2 root root 6 Oct 7 2015 .X11-unix
drwxrwxrwt. 2 root root 6 Oct 7 2015 .XIM-unix
[scholvin@awse-dev1:~/3p/aws-sdk-cpp/build]
5457 $ make
[ 69%] Built target aws-cpp-sdk-core
[ 74%] Built target testing-resources
[ 75%] Linking CXX executable aws-cpp-sdk-core-tests
[==========] Running 191 tests from 30 test cases.
[----------] Global test environment set-up.
[----------] 18 tests from AWSAuthV4SignerTest
[ RUN ] AWSAuthV4SignerTest.GetHeaderKeyDuplicate
[ OK ] AWSAuthV4SignerTest.GetHeaderKeyDuplicate (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueMultiline
[ OK ] AWSAuthV4SignerTest.GetHeaderValueMultiline (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueOrder
[ OK ] AWSAuthV4SignerTest.GetHeaderValueOrder (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetHeaderValueTrim
[ OK ] AWSAuthV4SignerTest.GetHeaderValueTrim (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetUnreserved
[ OK ] AWSAuthV4SignerTest.GetUnreserved (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetUtf8
[ OK ] AWSAuthV4SignerTest.GetUtf8 (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanilla
[ OK ] AWSAuthV4SignerTest.GetVanilla (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaEmptyQueryKey
[ OK ] AWSAuthV4SignerTest.GetVanillaEmptyQueryKey (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQuery
[ OK ] AWSAuthV4SignerTest.GetVanillaQuery (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQueryOrderKeyCase
[ OK ] AWSAuthV4SignerTest.GetVanillaQueryOrderKeyCase (0 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaQueryUnreserved
[ OK ] AWSAuthV4SignerTest.GetVanillaQueryUnreserved (1 ms)
[ RUN ] AWSAuthV4SignerTest.GetVanillaUtf8Query
[ OK ] AWSAuthV4SignerTest.GetVanillaUtf8Query (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderKeyCase
[ OK ] AWSAuthV4SignerTest.PostHeaderKeyCase (1 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderKeySort
[ OK ] AWSAuthV4SignerTest.PostHeaderKeySort (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostHeaderValueCase
[ OK ] AWSAuthV4SignerTest.PostHeaderValueCase (1 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanilla
[ OK ] AWSAuthV4SignerTest.PostVanilla (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanillaEmptyQueryValue
[ OK ] AWSAuthV4SignerTest.PostVanillaEmptyQueryValue (0 ms)
[ RUN ] AWSAuthV4SignerTest.PostVanillaQuery
[ OK ] AWSAuthV4SignerTest.PostVanillaQuery (0 ms)
[----------] 18 tests from AWSAuthV4SignerTest (9 ms total)

[----------] 1 test from ProfileConfigFileAWSCredentialsProviderTest
[ RUN ] ProfileConfigFileAWSCredentialsProviderTest.TestDefaultConfig
[ OK ] ProfileConfigFileAWSCredentialsProviderTest.TestDefaultConfig (1002 ms)
[----------] 1 test from ProfileConfigFileAWSCredentialsProviderTest (1002 ms total)

[----------] 5 tests from EnvironmentModifyingTest
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVars
[ OK ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVars (0 ms)
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVarsButSpecifiedProfile
[ OK ] EnvironmentModifyingTest.ProfileConfigTestWithEnvVarsButSpecifiedProfile (1 ms)
[ RUN ] EnvironmentModifyingTest.ProfileConfigTestNotSetup
[ OK ] EnvironmentModifyingTest.ProfileConfigTestNotSetup (0 ms)
[ RUN ] EnvironmentModifyingTest.TestEnvironmentVariablesExist
[ OK ] EnvironmentModifyingTest.TestEnvironmentVariablesExist (1 ms)
[ RUN ] EnvironmentModifyingTest.TestEnvironmentVariablesDoNotExist
[ OK ] EnvironmentModifyingTest.TestEnvironmentVariablesDoNotExist (0 ms)
[----------] 5 tests from EnvironmentModifyingTest (2 ms total)

[----------] 4 tests from InstanceProfileCredentialsProviderTest
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsGoodData
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsGoodData (1 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestThatProviderRefreshes
[ OK ] InstanceProfileCredentialsProviderTest.TestThatProviderRefreshes (100 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientCouldntFindCredentials
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientCouldntFindCredentials (0 ms)
[ RUN ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsBadData
[ OK ] InstanceProfileCredentialsProviderTest.TestEC2MetadataClientReturnsBadData (1 ms)
[----------] 4 tests from InstanceProfileCredentialsProviderTest (102 ms total)

[----------] 5 tests from AWSConfigFileProfileConfigLoaderTest
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileLoad
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileLoad (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestConfigFileLoad
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestConfigFileLoad (1 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileEmpty
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileEmpty (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileNotExists
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileNotExists (0 ms)
[ RUN ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileCorrupted
[ OK ] AWSConfigFileProfileConfigLoaderTest.TestCredentialsFileCorrupted (0 ms)
[----------] 5 tests from AWSConfigFileProfileConfigLoaderTest (1 ms total)

[----------] 3 tests from EC2InstanceProfileConfigLoaderTest
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestSuccesfullyHitsService
[ OK ] EC2InstanceProfileConfigLoaderTest.TestSuccesfullyHitsService (1 ms)
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestFailsToHitService
[ OK ] EC2InstanceProfileConfigLoaderTest.TestFailsToHitService (0 ms)
[ RUN ] EC2InstanceProfileConfigLoaderTest.TestBadJsonInResponse
[ OK ] EC2InstanceProfileConfigLoaderTest.TestBadJsonInResponse (0 ms)
[----------] 3 tests from EC2InstanceProfileConfigLoaderTest (1 ms total)

[----------] 2 tests from AWSClientTest
[ RUN ] AWSClientTest.TestBuildHttpRequestWithHeadersOnly
[ OK ] AWSClientTest.TestBuildHttpRequestWithHeadersOnly (0 ms)
[ RUN ] AWSClientTest.TestBuildHttpRequestWithHeadersAndBody
[ OK ] AWSClientTest.TestBuildHttpRequestWithHeadersAndBody (1 ms)
[----------] 2 tests from AWSClientTest (1 ms total)

[----------] 2 tests from AWSErrorMashallerTest
[ RUN ] AWSErrorMashallerTest.TestErrorsWithPrefixParse
[ OK ] AWSErrorMashallerTest.TestErrorsWithPrefixParse (0 ms)
[ RUN ] AWSErrorMashallerTest.TestErrorsWithoutPrefixParse
[ OK ] AWSErrorMashallerTest.TestErrorsWithoutPrefixParse (1 ms)
[----------] 2 tests from AWSErrorMashallerTest (1 ms total)

[----------] 2 tests from HttpSchemeMapperTest
[ RUN ] HttpSchemeMapperTest.TestParseSchemeFromString
[ OK ] HttpSchemeMapperTest.TestParseSchemeFromString (0 ms)
[ RUN ] HttpSchemeMapperTest.TestGetStringFromScheme
[ OK ] HttpSchemeMapperTest.TestGetStringFromScheme (0 ms)
[----------] 2 tests from HttpSchemeMapperTest (0 ms total)

[----------] 1 test from HttpMethodMapperTest
[ RUN ] HttpMethodMapperTest.TestHttpMethodToString
[ OK ] HttpMethodMapperTest.TestHttpMethodToString (0 ms)
[----------] 1 test from HttpMethodMapperTest (0 ms total)

[----------] 8 tests from URITest
[ RUN ] URITest.DefaultConstructor
[ OK ] URITest.DefaultConstructor (0 ms)
[ RUN ] URITest.TestSchemeChanges
[ OK ] URITest.TestSchemeChanges (0 ms)
[ RUN ] URITest.TestSetPath
[ OK ] URITest.TestSetPath (0 ms)
[ RUN ] URITest.TestAddQueryStringParameters
[ OK ] URITest.TestAddQueryStringParameters (0 ms)
[ RUN ] URITest.TestCanonicalizeQueryStringParameters
[ OK ] URITest.TestCanonicalizeQueryStringParameters (0 ms)
[ RUN ] URITest.TestPort
[ OK ] URITest.TestPort (0 ms)
[ RUN ] URITest.TestParse
[ OK ] URITest.TestParse (0 ms)
[ RUN ] URITest.TestParseWithColon
[ OK ] URITest.TestParseWithColon (0 ms)
[----------] 8 tests from URITest (1 ms total)

[----------] 10 tests from DateTimeTest
[ RUN ] DateTimeTest.TestDefault
[ OK ] DateTimeTest.TestDefault (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing
[ OK ] DateTimeTest.TestRFC822Parsing (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing_DOS_Stopped
[ OK ] DateTimeTest.TestRFC822Parsing_DOS_Stopped (0 ms)
[ RUN ] DateTimeTest.TestRFC822Parsing_WrongFormat
[ OK ] DateTimeTest.TestRFC822Parsing_WrongFormat (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing
[ OK ] DateTimeTest.TestISO_8601Parsing (0 ms)
[ RUN ] DateTimeTest.TestISO_8601ParsingMSPrecision
[ OK ] DateTimeTest.TestISO_8601ParsingMSPrecision (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing_DOS_Stopped
[ OK ] DateTimeTest.TestISO_8601Parsing_DOS_Stopped (0 ms)
[ RUN ] DateTimeTest.TestISO_8601Parsing_WrongFormat
[ OK ] DateTimeTest.TestISO_8601Parsing_WrongFormat (0 ms)
[ RUN ] DateTimeTest.TestUNIX_EPOCHParsing
[ OK ] DateTimeTest.TestUNIX_EPOCHParsing (0 ms)
[ RUN ] DateTimeTest.TestMillisParsing
[ OK ] DateTimeTest.TestMillisParsing (0 ms)
[----------] 10 tests from DateTimeTest (0 ms total)

[----------] 2 tests from EnumOverflowTest
[ RUN ] EnumOverflowTest.TestHashRetrieval
[ OK ] EnumOverflowTest.TestHashRetrieval (0 ms)
[ RUN ] EnumOverflowTest.TestUseWithEnum
[ OK ] EnumOverflowTest.TestUseWithEnum (0 ms)
[----------] 2 tests from EnumOverflowTest (0 ms total)

[----------] 3 tests from FileTest
[ RUN ] FileTest.HomeDirectory
[ OK ] FileTest.HomeDirectory (0 ms)
[ RUN ] FileTest.TestInvalidDirectoryPath
[ OK ] FileTest.TestInvalidDirectoryPath (0 ms)
[ RUN ] FileTest.TempFile
[ OK ] FileTest.TempFile (1 ms)
[----------] 3 tests from FileTest (1 ms total)

[----------] 5 tests from DirectoryTreeTest
[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:139: Failure
Value of: dir2Entry.fileType
Actual: 4-byte object <01-00 00-00>
Expected: Aws::FileSystem::FileType::Directory
Which is: 4-byte object <03-00 00-00>
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:111: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestManualDirectoryTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:173: Failure
Value of: paths.empty()
Actual: false
Expected: true
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:111: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
/bin/sh: line 1: 88636 Aborted (core dumped) ./aws-cpp-sdk-core-tests
make[2]: *** [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134
make[2]: *** Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests'
make[1]: *** [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2
make: *** [all] Error 2

Log:
[INFO] 2017-02-01 21:31:11 CurlHttpClient [140144055027776] Initializing Curl library
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value2,value2,value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
dc7f04a3abfde8d472b0ab1a418b741b7c67174dad1551b4117b15527fbe966c
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1,value2,value3
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
b7b6cbfd8a0430b78891e986784da2630c8a135a8595cec25b26ea94f926ee55
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value4,value1,value3,value2
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
31ce73cd3f3d9f66977ad3dd957dc47af14df92fcd8509f59b349e9137c58b86
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;my-header2;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
my-header1:value1
my-header2:"a b c"
x-amz-date:20150830T123600Z

host;my-header1;my-header2;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
a726db9b0df21c14f559d0a978e563112acb1b9e05476f0a6a1c7d68f28605c7
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
6a968768eefaa713e2a6b16b589a8ea192661f098f37349f4e2c0082757446f9
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/%E1%88%B4

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
2a0a97d02205e45ce2e994789806b19270cfbbb0921b278ccf58f5249ac42102
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
1e24db194ed7d0eec2de28d7369675a243488e08526e8c1c73571282f7c517ab
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/
Param1=value1&Param2=value2
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
816cd5b414d056048ba4f7c5386d6e0533120fb1fcfa93762cf0fc39e2cf19e0
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/
-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
c30d4703d9f799439be92736156d47ccfb2d879ddf56f5befa6d1d6aab979177
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: GET
/
%E1%88%B4=bar
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
eb30c5bed55734080471a834cc727ae56beb50e5f39d1bff6d0d38cb192a7073
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:value1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9368318c2967cf6de74404b30c65a91e8f6253e0a8659d6d5319f1a812f87d65
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;my-header1;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/

host:example.amazonaws.com
my-header1:VALUE1
x-amz-date:20150830T123600Z

host;my-header1;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
d51ced243e649e3de6ef63afbbdcbca03131a21a7103a1583706a64618606a93
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/

host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Calculated sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for payload.
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Header String: host:example.amazonaws.com
x-amz-date:20150830T123600Z

[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signed Headers value:host;x-amz-date
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Canonical Request String: POST
/
Param1=value1
host:example.amazonaws.com
x-amz-date:20150830T123600Z

host;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final String to sign: AWS4-HMAC-SHA256
20150830T123600Z
20150830/us-east-1/service/aws4_request
9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Final computed signing hash: 28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[DEBUG] 2017-02-01 21:31:11 AWSAuthV4Signer [140144055027776] Signing request with: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Creation of directory /tmp//.aws returned code: 0
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempMv Returned error code of 2
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:11 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:11 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:11 ProfileConfigFileAWSCredentialsProvider [140144055027776] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[DEBUG] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile Somebody Else
[DEBUG] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key SomebodyElseAccessId
[ERROR] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] No secret access key found even though an access key was specified. This will cause all signed AWS calls to fail.
[DEBUG] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile default
[DEBUG] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key DefaultAccessKey
[DEBUG] 2017-02-01 21:31:11 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile Somebody Else Again
[INFO] 2017-02-01 21:31:11 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:11 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:11Z
[INFO] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Deleting file: /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:31:11 FileSystemUtils [140144055027776] Deletion of file: /tmp//.aws/credentials Returned error code: 0
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Moving file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] The moving operation of file at /tmp//.aws/credentials_tempMv to /tmp//.aws/credentials Returned error code of 2
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp//.aws
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp//.aws returned code: 17
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 ProfileConfigFileAWSCredentialsProvider [140144055027776] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile someProfile
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile someProfile
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key SomeProfileAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/credentials_blah and using profilePrefix = 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 ProfileConfigFileAWSCredentialsProvider [140144055027776] Setting provider to read credentials from /tmp//.aws/credentials_blah for credentials file and /tmp//.aws/config for the config file , for use with profile customProfile
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile someProfile
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key SomeProfileAccessKey
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile customProfile
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key customProfileAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: /tmp//.aws/credentials_blah
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: /tmp//.aws/credentials_blah Returned error code: 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Moving file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] The moving operation of file at /tmp//.aws/credentials to /tmp//.aws/credentials_tempNotSetup Returned error code of 2
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/config and using profilePrefix = 1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName /tmp//.aws/credentials and using profilePrefix = 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 ProfileConfigFileAWSCredentialsProvider [140144055027776] Setting provider to read credentials from /tmp//.aws/credentials for credentials file and /tmp//.aws/config for the config file , for use with profile default
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Unable to open config file /tmp//.aws/credentials for reading.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Unable to open config file /tmp//.aws/config for reading.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Moving file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] The moving operation of file at /tmp//.aws/credentials_tempNotSetup to /tmp//.aws/credentials Returned error code of 2
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found secret key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found sessionToken
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found secret key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found sessionToken
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found credential in environment with access key id Access Key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found secret key
[INFO] 2017-02-01 21:31:12 EnvironmentAWSCredentialsProvider [140144055027776] Found sessionToken
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Creating Instance with injected EC2MetadataClient and refresh rate 10
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Successfully pulled credentials from metadata service with access key betterAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Credentials have expired attempting to repull from EC2 Metadata Service.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Creating Instance with injected EC2MetadataClient and refresh rate 900000
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Credentials have expired attempting to repull from EC2 Metadata Service.
[ERROR] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Failed to parse output from EC2MetadataService with error * Line 1, Column 1
Syntax error: value, object or array expected.

[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[DEBUG] 2017-02-01 21:31:12 InstanceProfileCredentialsProvider [140144055027776] Checking if latest credential pull has expired.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] CreateTempFilePath generated: 20170202T0231121486002672834
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName 20170202T0231121486002672834 and using profilePrefix = 0
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile default
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found region us-east-1
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key AKIAKEY
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile assumes_role
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found region us-west-2
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found source profile default
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: 20170202T0231121486002672834
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: 20170202T0231121486002672834 Returned error code: 0
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] CreateTempFilePath generated: 20170202T0231121486002672834
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName 20170202T0231121486002672834 and using profilePrefix = 1
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile default
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found region us-east-1
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found access key AKIAKEY
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found profile assumes_role
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found region us-west-2
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found role arn arn:aws:iam::123456789:role/foo
[DEBUG] 2017-02-01 21:31:12 Aws::Config::ConfigFileProfileFSM [140144055027776] found source profile default
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: 20170202T0231121486002672834
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: 20170202T0231121486002672834 Returned error code: 0
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] CreateTempFilePath generated: 20170202T0231121486002672835
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName 20170202T0231121486002672835 and using profilePrefix = 0
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: 20170202T0231121486002672835
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: 20170202T0231121486002672835 Returned error code: 0
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName and using profilePrefix = 0
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Unable to open config file for reading.
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] CreateTempFilePath generated: 20170202T0231121486002672835
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSConfigFileProfileConfigLoader [140144055027776] Initializing config loader against fileName 20170202T0231121486002672835 and using profilePrefix = 0
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: 20170202T0231121486002672835
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: 20170202T0231121486002672835 Returned error code: 0
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Successfully pulled credentials from metadata service with access key goodAccessKey
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Successfully reloaded configuration.
[TRACE] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] reloaded config at 2017-02-02T02:31:12Z
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 EC2MetadataClient [140144055027776] Creating HttpClient with max connections 2 and scheme http
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 2
[ERROR] 2017-02-01 21:31:12 Aws::Config::EC2InstanceProfileConfigLoader [140144055027776] Failed to parse output from EC2MetadataService with error * Line 1, Column 34
Missing '}' or object member name

[INFO] 2017-02-01 21:31:12 Aws::Config::AWSProfileConfigLoader [140144055027776] Failed to reload configuration.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:31:12 AWSClient [140144055027776] No content body, content-length headers
[TRACE] 2017-02-01 21:31:12 AWSClient [140144055027776] No content body, content-length headers
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Initializing CurlHandleContainer with size 25
[TRACE] 2017-02-01 21:31:12 AWSClient [140144055027776] Found body, but content-length has not been set, attempting to compute content-length
[TRACE] 2017-02-01 21:31:12 AWSClient [140144055027776] Found body, and content-md5 needs to be set, attempting to compute content-md5
[INFO] 2017-02-01 21:31:12 CurlHandleContainer [140144055027776] Cleaning up CurlHandleContainer.
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered Unknown AWSError
blahblahblah#IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
IncompleteSignatureException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
IncompleteSignature
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InternalFailure
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InternalServerError
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidAction
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidClientTokenId
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidClientTokenIdException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidParameterCombination
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidParameterValue
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidQueryParameter
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
InvalidQueryParameterException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MalformedQueryString
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MalformedQueryStringException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingAuthenticationToken
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingAuthenticationTokenException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
MissingParameterException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
OptInRequired
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
RequestExpired
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
RequestExpiredException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ServiceUnavailable
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ServiceUnavailableException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
Throttling
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ThrottlingException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ValidationError
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ValidationErrorException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
AccessDenied
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
AccessDeniedException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ResourceNotFound
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
ResourceNotFoundException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
UnrecognizedClient
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered AWSError
UnrecognizedClientException
Test Message:
[WARN] 2017-02-01 21:31:12 AWSErrorMarshaller [140144055027776] Encountered Unknown AWSError
IDon'tExist
JunkMessage:
[WARN] 2017-02-01 21:31:12 DateTime [140144055027776] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:31:12 DateTime [140144055027776] Incoming String to parse too long with len 151
[WARN] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Encountered enum member fifteen which is not modeled in your clients. You should update your clients when you get a chance.
[WARN] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Encountered enum member sixteen which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Found value fifteen for hash 15 from enum overflow container.
[ERROR] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Could not find a previously stored overflow value for hash 17. This will likely break some requests.
[WARN] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Encountered enum member VALUE4 which is not modeled in your clients. You should update your clients when you get a chance.
[DEBUG] 2017-02-01 21:31:12 EnumParseOverflowContainer [140144055027776] Found value VALUE4 for hash -1770483453 from enum overflow container.
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory boogieMan
[ERROR] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Could not load directory boogieMan with error code 2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] CreateTempFilePath generated: 20170202T0231121486002672839
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: 20170202T0231121486002672839
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: 20170202T0231121486002672839 Returned error code: 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1 returned code: 2
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1/dir2 returned code: 2
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Checking HOME for the home directory.
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Final Home Directory is /tmp/
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/dir1
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/dir1
[INFO] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creating directory /tmp/compDir
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Creation of directory /tmp/compDir returned code: 0
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Entering directory /tmp/compDir
[TRACE] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Successfully opened directory /tmp/compDir

@JonathanHenson
Copy link
Contributor

Hmmmm....

"Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-01 21:31:12 FileSystemUtils [140144055027776] Deletion of file: /tmp/dir1/dir2 Returned error code: 21"

That's weird we don't try and delete unless it is marked as a file. That is very odd. Maybe the POSIX api is different between Debian and Red Hat? I'll keep digging here.

@JonathanHenson
Copy link
Contributor

though it worked fine on amazon linux

Are you running this as sudo? Can you try it as a normal user?

@scholvin
Copy link

scholvin commented Feb 2, 2017

No, I'm running it as me, normal user. And I appreciate you digging into this so hard.

More info, if it helps:

5461 $ uname -a
Linux awse-dev1.xxxxxxxx.net 3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 17:03:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

5452 $ mount | grep " / "
/dev/xvda1 on / type xfs (rw,relatime,attr2,inode64,noquota)

@JonathanHenson
Copy link
Contributor

for sanity test, can you set $HOME to something that is on your normal file system. Maybe /home/yourName and rerun? Perhaps /tmp is read-only, or sym linked or something.

@scholvin
Copy link

scholvin commented Feb 2, 2017

It's already set:
5453 $ echo $HOME
/home/scholvin

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017 via email

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017 via email

@scholvin
Copy link

scholvin commented Feb 2, 2017

Is make doing something stupid? How can I run the test harness outside of it?

@JonathanHenson
Copy link
Contributor

make should be running as the user it was invoked as.

@JonathanHenson
Copy link
Contributor

it's doing it on my amazon linux instance too. But my tmp dir is mounted as part of my ebs volume so there aren't any issues.

@scholvin
Copy link

scholvin commented Feb 2, 2017

Rephrasing: the makefile generates the test app, runs it, then deletes app on failure. (possibly on success.) How can I get make to just generate the app, and then I run it myself to isolate the environment from any alterations make might try?

@JonathanHenson
Copy link
Contributor

It's already there, you can run it manually. It shouldn't be deleting it.

@scholvin
Copy link

scholvin commented Feb 2, 2017

[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (0 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
/bin/sh: line 1: 90891 Aborted (core dumped) ./aws-cpp-sdk-core-tests
make[2]: *** [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134
make[2]: *** Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests'
make[1]: *** [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2
make: *** [all] Error 2

@JonathanHenson
Copy link
Contributor

But, you can delete the launch in the aws-cpp-sdk-core-tests/CMakeLists.txt file (it's towards the bottom of the file).

@JonathanHenson
Copy link
Contributor

doesn't make a difference when I do it though.

@scholvin
Copy link

scholvin commented Feb 2, 2017

Yeah, same result when running it by hand here, too. Problem with the getenv() mechanism?

@JonathanHenson
Copy link
Contributor

I don't know but that will actually break the ProfileCredentialsFile provider.... hopefully this is in EC2.

@scholvin
Copy link

scholvin commented Feb 2, 2017

I gotta sign off for tonight. Will try on my personal AWS linux instance tomorrow, but I expect it'll work. Thanks for your help so far.

@JonathanHenson
Copy link
Contributor

I suspect this is being caused by the AT_SECURE coming up from the kernel....

@scholvin
Copy link

scholvin commented Feb 2, 2017

Maybe. I know we have selinux disabled. And it looks like the API uses generic getenv anyway. I'll try to catch this in gdb tomorrow.

5458 $ find . -type f | xargs egrep getenv | grep -v ^Binary
./aws-cpp-sdk-core/source/platform/windows/Environment.cpp:using std::getenv generates a warning on windows so we use _dupenv_s instead. The character array returned by this function is our responsibility to clean up, so rather than returning raw strings
./aws-cpp-sdk-core/source/platform/android/Environment.cpp: auto value = getenv(name);
./aws-cpp-sdk-core/source/platform/linux-shared/Environment.cpp: auto variableValue = std::getenv(variableName);
./aws-cpp-sdk-core/include/aws/core/platform/Environment.h: * shim for getenv
./testing-resources/include/aws/external/gtest.h: const char* const env = getenv(name);
./testing-resources/include/aws/external/gtest.h: return getenv(name);

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017 via email

@scholvin
Copy link

scholvin commented Feb 2, 2017

Something in the test apparatus is overriding $HOME.

Breakpoint 4, 0x00007ffff5df0a70 in setenv () from /lib64/libc.so.6
(gdb) print (char*)$rdi
$18 = 0x7ffff7bbe8ec "HOME"
(gdb) where
#0 0x00007ffff5df0a70 in setenv () from /lib64/libc.so.6
#1 0x00007ffff7bbe62d in Aws::Environment::SetEnv (name=0x7ffff7bbe8ec "HOME", value=0x7c9118 "/tmp/", overwrite=1) at /home/scholvin/3p/aws-sdk-cpp/testing-resources/source/platform/linux-shared/PlatformTesting.cpp:27
#2 0x00007ffff7b95bc2 in Aws::Testing::RedirectHomeToTempIfAppropriate () at /home/scholvin/3p/aws-sdk-cpp/testing-resources/source/TestingEnvironment.cpp:40
#3 0x00000000004d68e6 in main (argc=1, argv=0x7fffffffe4f8) at /home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/RunTests.cpp:27

and now I really have to check out. Talk to you tomorrow.

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017 via email

@JonathanHenson
Copy link
Contributor

At some point, this changed. It wasn't me and I thought it was only Android we did this for, but here ya go:

if(PLATFORM_WINDOWS)
add_definitions("-DDISABLE_HOME_DIR_REDIRECT")
endif()

And it's used in aws-cpp-sdk-core-tests/RunTests.cpp line 27.

Good catch.

@JonathanHenson
Copy link
Contributor

Ok, let's try this:

cmake -DBUILD_ONLY="core" -DCMAKE_CXX_FLAGS="-DDISABLE_HOME_DIR_REDIRECT=1" ../aws-sdk-cpp

@JonathanHenson
Copy link
Contributor

That worked for me.

@JonathanHenson
Copy link
Contributor

Wish we had found that before I emailed all of my colleagues looking like an idiot ;=) Hopefully it will work this time.

@scholvin
Copy link

scholvin commented Feb 2, 2017

Good news; this worked! I have a new problem now which I'll take to another thread. Thanks for all your help.

@JonathanHenson
Copy link
Contributor

I'm still troubled by the existence of this problem. I added some additional logging. Any chance you can pull down the latest of that branch, and run the tests again without the CXX arg we added?

@scholvin
Copy link

scholvin commented Feb 2, 2017

Sure. I ran it with just the DirectoryTreeTest to cut down the noise; if you need the full run, let me know.

5803 $ ./aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests --gtest_filter=DirectoryTreeTest
Note: Google Test filter = DirectoryTreeTest
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from DirectoryTreeTest
[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:139: Failure
Value of: dir2Entry.fileType
Actual: 4-byte object <01-00 00-00>
Expected: Aws::FileSystem::FileType::Directory
Which is: 4-byte object <03-00 00-00>
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:111: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestManualDirectoryTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:173: Failure
Value of: paths.empty()
Actual: false
Expected: true
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:111: Failure
Value of: Aws::FileSystem::DeepDeleteDirectory(dir1.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
Aborted (core dumped)

Log:

[INFO] 2017-02-02 17:22:38 CurlHttpClient [139732520699968] Initializing Curl library
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Checking HOME for the home directory.
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Final Home Directory is /tmp/
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file file1 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Checking HOME for the home directory.
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Final Home Directory is /tmp/
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file file1 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Deleting file: /tmp/dir1/dir2
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Deletion of file: /tmp/dir1/dir2 Returned error code: 21
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Checking HOME for the home directory.
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Final Home Directory is /tmp/
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1 returned code: 17
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/dir1/dir2 returned code: 17
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Checking HOME for the home directory.
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Final Home Directory is /tmp/
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/dir1
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creating directory /tmp/compDir
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Creation of directory /tmp/compDir returned code: 17
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Entering directory /tmp/compDir
[TRACE] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] Successfully opened directory /tmp/compDir
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] skipping . or ..
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0
[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] type file assumed

@JonathanHenson
Copy link
Contributor

aha!

[DEBUG] 2017-02-02 17:22:38 FileSystemUtils [139732520699968] file dir2 type 0

Found it! Now I need to figure out why posix is lying to us. Can you post the contents of /etc/fstab?

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017

That resolves to DT_UNKNOWN instead of DT_DIR, which is causing the problem

And in addition to /etc/fstab, any info on how /tmp is mounted would be helpful.

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 2, 2017

Wait if I remember right this is XFS? The one commonly used file system in the world that doesn't set the d_type flag?

@JonathanHenson
Copy link
Contributor

"Other than Linux, the d_type field is available mainly only on BSD systems. This field makes it possible to avoid the expense of calling lstat(2) if further actions depend on the type of the file. If the _BSD_SOURCE feature test macro is defined, then glibc defines the following macro constants for the value returned in d_type:

DT_BLK
This is a block device.

DT_CHR

This is a character device.

DT_DIR

This is a directory.

DT_FIFO

This is a named pipe (FIFO).

DT_LNK

This is a symbolic link.

DT_REG

This is a regular file.

DT_SOCK

This is a UNIX domain socket.

DT_UNKNOWN

The file type is unknown.

If the file type could not be determined, the value DT_UNKNOWN is returned in d_type.
Currently, only some file systems (among them: Btrfs, ext2, ext3, and ext4) have full support for returning the file type in d_type. All applications must properly handle a return of DT_UNKNOWN."

from:

https://linux.die.net/man/3/readdir

@JonathanHenson
Copy link
Contributor

Ok, give the latest push a try, it should work now.

@scholvin
Copy link

scholvin commented Feb 3, 2017

Great find! That got it. But there's good news and bad news. Good news is you fixed that one, but now something else broke. Output from the test harness:

6135 $ aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests --gtest_filter=DirectoryTreeTest
Note: Google Test filter = DirectoryTreeTest
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from DirectoryTreeTest
[ RUN ] DirectoryTreeTest.TestManualDirectoryTraversal
[ OK ] DirectoryTreeTest.TestManualDirectoryTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal
[ OK ] DirectoryTreeTest.TestDirectoryTreeDepthFirstTraversal (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:183: Failure
Value of: Aws::FileSystem::DeepCopyDirectory(dir1.c_str(), comparisonDirectory.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator (2 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeDiff
/home/scholvin/3p/aws-sdk-cpp/aws-cpp-sdk-core-tests/utils/FileSystemUtilsTest.cpp:193: Failure
Value of: Aws::FileSystem::DeepCopyDirectory(dir1.c_str(), comparisonDirectory.c_str())
Actual: false
Expected: true
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDiff (1 ms)
[ RUN ] DirectoryTreeTest.TestDirectoryTreeBreadthFirstTraversal
[ OK ] DirectoryTreeTest.TestDirectoryTreeBreadthFirstTraversal (2 ms)
[----------] 5 tests from DirectoryTreeTest (7 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test case ran. (7 ms total)
[ PASSED ] 3 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeEqualityOperator
[ FAILED ] DirectoryTreeTest.TestDirectoryTreeDiff

2 FAILED TESTS

Log:

[INFO] 2017-02-02 19:04:27 CurlHttpClient [139982339917888] Initializing Curl library
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1 returned code: 2
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1/dir2 returned code: 2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/dir2/file2 Returned error code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1/dir2 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/file1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1 returned code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1/dir2 returned code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/dir2/file2 Returned error code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1/dir2 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/file1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1 returned code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1/dir2 returned code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/compDir
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/compDir returned code: 17
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/compDir
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/compDir
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/compDir/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/compDir/dir2 returned code: 17
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/dir2/file2 Returned error code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1/dir2 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/file1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1 returned code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1/dir2 returned code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/compDir
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/compDir returned code: 17
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/compDir
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/compDir
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/compDir/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/compDir/dir2 returned code: 17
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/dir2/file2 Returned error code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1/dir2 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/file1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Checking HOME for the home directory.
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Environment value for variable HOME is /tmp/
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Final Home Directory is /tmp/
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1 returned code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creating directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Creation of directory /tmp/dir1/dir2 returned code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type directory detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 18
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1/dir2
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] skipping . or ..
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/dir2/file2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/dir2/file2 Returned error code: 0
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1/dir2
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1/dir2 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Calling stat on path /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] type file detected
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] file size detected as 11
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting file: /tmp/dir1/file1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of file: /tmp/dir1/file1 Returned error code: 0
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Entering directory /tmp/dir1
[TRACE] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Successfully opened directory /tmp/dir1
[INFO] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deleting directory: /tmp/dir1
[DEBUG] 2017-02-02 19:04:27 FileSystemUtils [139982339917888] Deletion of directory: /tmp/dir1 Returned error code: 0

@JonathanHenson
Copy link
Contributor

JonathanHenson commented Feb 3, 2017 via email

@scholvin
Copy link

scholvin commented Feb 3, 2017

Yep, that got it. Nicely done! Thanks for all your help.

BTW, you asked for /etc/fstab earlier. Looks like xfs is the culprit. And it worked on /home which is ext4.

UUID=dd8f0afe-5a00-40ff-b538-5fa0a351cdba / xfs defaults 0 0
/dev/xvdf1 /archive/mktdata ext4 defaults 0 2
/dev/xvdh1 /home ext4 defaults 0 1

@JonathanHenson
Copy link
Contributor

I merged the changes over. They should be available in an hour or so after our CI runs.

@JonathanHenson
Copy link
Contributor

just pushed. Thanks for your help and patience!

@scholvin
Copy link

scholvin commented Feb 3, 2017

Thanks for everything, Jonathan. Great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

4 participants