foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

implement FDBAWSCredentialsProviderChain(release-7.1)

Open flowguru opened this issue 2 years ago • 16 comments

Replace this text with your description here...

Code-Reviewer Section

The general pull request guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

  • [ ] The PR has a description, explaining both the problem and the solution.
  • [ ] The description mentions which forms of testing were done and the testing seems reasonable.
  • [ ] Every function/class/actor that was touched is reasonably well documented.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

  • [ ] This change/bugfix is a cherry-pick from the next younger branch (younger release-branch or main if this is the youngest branch)
  • [ ] There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)

flowguru avatar Sep 07 '23 17:09 flowguru

Result of foundationdb-pr-clang on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:05:06
  • Result: :x: FAILED
  • Error: Error while executing command: cmake -S . -B build_output -D USE_CCACHE=ON -D USE_WERROR=ON -D RocksDB_ROOT=/opt/rocksdb-8.1.1 -D RUN_JUNIT_TESTS=ON -D RUN_JAVA_INTEGRATION_TESTS=ON -D BUILD_DOCUMENTATION=ON -D BUILD_AWS_BACKUP=ON -G Ninja. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 07 '23 17:09 foundationdb-ci

locally its working but fdbbackup command fails , will discuss with @johscheuer

[root@haofu-dev-okteto-6fb6f6db6-xrjdh test]# ~/cbuild_output/bin/fdbbackup list -b 'blobstore://@s3.us-west-2.amazonaws.com:443?bucket=fdb-backups-aws-us-west-2-prod-aws-0&sc=1&sa=1' --knob_http_request_aws_v4_header=true
bash: /root/cbuild_output/bin/fdbbackup: No such file or directory

flowguru avatar Sep 07 '23 17:09 flowguru

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:15:34
  • Result: :x: FAILED
  • Error: Error while executing command: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ${HOME}/.ssh_key ec2-user@${MAC_EC2_HOST} /opt/homebrew/bin/bash --login -c ./build_pr_macos.sh. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 07 '23 17:09 foundationdb-ci

Result of foundationdb-pr-macos on macOS Ventura 13.x

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:20:21
  • Result: :x: FAILED
  • Error: Error while executing command: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ${HOME}/.ssh_key ec2-user@${MAC_EC2_HOST} /usr/local/bin/bash --login -c ./build_pr_macos.sh. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 07 '23 17:09 foundationdb-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 1:06:57
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 07 '23 18:09 foundationdb-ci

locally its working but fdbbackup command fails , will discuss with @johscheuer

[root@haofu-dev-okteto-6fb6f6db6-xrjdh test]# ~/cbuild_output/bin/fdbbackup list -b 'blobstore://@s3.us-west-2.amazonaws.com:443?bucket=fdb-backups-aws-us-west-2-prod-aws-0&sc=1&sa=1' --knob_http_request_aws_v4_header=true
bash: /root/cbuild_output/bin/fdbbackup: No such file or directory

Maybe ~/cbuild_output/ should be ~/build_output/?

jzhou77 avatar Sep 07 '23 18:09 jzhou77

locally its working but fdbbackup command fails , will discuss with @johscheuer

[root@haofu-dev-okteto-6fb6f6db6-xrjdh test]# ~/cbuild_output/bin/fdbbackup list -b 'blobstore://@s3.us-west-2.amazonaws.com:443?bucket=fdb-backups-aws-us-west-2-prod-aws-0&sc=1&sa=1' --knob_http_request_aws_v4_header=true
bash: /root/cbuild_output/bin/fdbbackup: No such file or directory

Maybe ~/cbuild_output/ should be ~/build_output/?

cbuild_output is from clang, and it just gives this error, meanwhile, build_output is from g++ and it just hang there.. will discuss with @johscheuer when he is online

flowguru avatar Sep 07 '23 19:09 flowguru

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 2:02:37
  • Result: :x: FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Sep 07 '23 19:09 foundationdb-ci

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:17:14
  • Result: :x: FAILED
  • Error: Error while executing command: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ${HOME}/.ssh_key ec2-user@${MAC_EC2_HOST} /opt/homebrew/bin/bash --login -c ./build_pr_macos.sh. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 12:09 foundationdb-ci

Result of foundationdb-pr-macos on macOS Ventura 13.x

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:20:27
  • Result: :x: FAILED
  • Error: Error while executing command: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ${HOME}/.ssh_key ec2-user@${MAC_EC2_HOST} /usr/local/bin/bash --login -c ./build_pr_macos.sh. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 12:09 foundationdb-ci

Result of foundationdb-pr-clang on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 0:43:30
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 13:09 foundationdb-ci

Result of foundationdb-pr-clang on Linux CentOS 7

  • Commit ID: 0bfc760fee0bf4cf6ec7fafff129f1cf96e49d2c
  • Duration 0:41:49
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 13:09 foundationdb-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 1:17:20
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 13:09 foundationdb-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: 0bfc760fee0bf4cf6ec7fafff129f1cf96e49d2c
  • Duration 1:11:25
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Sep 08 '23 13:09 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: 02206e7941a3897e3a67fb2a3a2731cc36e46d96
  • Duration 2:06:46
  • Result: :x: FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Sep 08 '23 14:09 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: 0bfc760fee0bf4cf6ec7fafff129f1cf96e49d2c
  • Duration 2:04:17
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Sep 08 '23 14:09 foundationdb-ci