You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "jbampton (via GitHub)" <gi...@apache.org> on 2023/01/23 08:30:31 UTC

[GitHub] [cloudstack] jbampton opened a new pull request, #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

jbampton opened a new pull request, #7006:
URL: https://github.com/apache/cloudstack/pull/7006

   "Just as in HTTP/1.x, header field names are strings of ASCII characters that are compared in a case-insensitive fashion. However, header field names MUST be converted to lowercase prior to their encoding in HTTP/2. A request or response containing uppercase header field names MUST be treated as malformed (Section 8.1.2.6)."
   
   https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2
   
   https://web.dev/performance-http2/
   
   ### Description
   
   This PR changes some HTTP header field names to lowercase.
   
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [X] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [X] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396856375

   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396936726

   @BryanMLima did you already test this? (I didn´t yet)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland merged pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland merged PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1397856211

   <b>Trillian test result (tid-5909)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 47821 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7006-t5909-kvm-centos7.zip
   Smoke tests completed. 106 look OK, 1 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_08_upgrade_kubernetes_ha_cluster | `Failure` | 811.25 | test_kubernetes_clusters.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396927362

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 5329


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1360979092

   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396858058

   @weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] codecov[bot] commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1360072810

   # [Codecov](https://codecov.io/gh/apache/cloudstack/pull/7006?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#7006](https://codecov.io/gh/apache/cloudstack/pull/7006?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bdacaba) into [main](https://codecov.io/gh/apache/cloudstack/commit/34e4376c16454b5c0026988ec170e055c4649450?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (34e4376) will **not change** coverage.
   > The diff coverage is `20.00%`.
   
   ```diff
   @@            Coverage Diff            @@
   ##               main    #7006   +/-   ##
   =========================================
     Coverage     11.29%   11.29%           
     Complexity     7308     7308           
   =========================================
     Files          2494     2494           
     Lines        246877   246877           
     Branches      38577    38577           
   =========================================
     Hits          27884    27884           
     Misses       215400   215400           
     Partials       3593     3593           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/cloudstack/pull/7006?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/cloudstack/backup/veeam/VeeamClient.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9iYWNrdXAvdmVlYW0vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2Nsb3Vkc3RhY2svYmFja3VwL3ZlZWFtL1ZlZWFtQ2xpZW50LmphdmE=) | `16.40% <0.00%> (ø)` | |
   | [...main/java/com/cloud/ucs/manager/UcsHttpClient.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9oeXBlcnZpc29ycy91Y3Mvc3JjL21haW4vamF2YS9jb20vY2xvdWQvdWNzL21hbmFnZXIvVWNzSHR0cENsaWVudC5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...oudstack/metrics/PrometheusExporterServerImpl.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9pbnRlZ3JhdGlvbnMvcHJvbWV0aGV1cy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY2xvdWRzdGFjay9tZXRyaWNzL1Byb21ldGhldXNFeHBvcnRlclNlcnZlckltcGwuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/com/cloud/network/bigswitch/BigSwitchBcfApi.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9uZXR3b3JrLWVsZW1lbnRzL2JpZ3N3aXRjaC9zcmMvbWFpbi9qYXZhL2NvbS9jbG91ZC9uZXR3b3JrL2JpZ3N3aXRjaC9CaWdTd2l0Y2hCY2ZBcGkuamF2YQ==) | `54.49% <ø> (ø)` | |
   | [...ack/network/opendaylight/api/resources/Action.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9uZXR3b3JrLWVsZW1lbnRzL29wZW5kYXlsaWdodC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY2xvdWRzdGFjay9uZXR3b3JrL29wZW5kYXlsaWdodC9hcGkvcmVzb3VyY2VzL0FjdGlvbi5qYXZh) | `52.17% <ø> (ø)` | |
   | [.../cloudstack/storage/datastore/util/DateraUtil.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9zdG9yYWdlL3ZvbHVtZS9kYXRlcmEvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2Nsb3Vkc3RhY2svc3RvcmFnZS9kYXRhc3RvcmUvdXRpbC9EYXRlcmFVdGlsLmphdmE=) | `0.00% <ø> (ø)` | |
   | [...age/datastore/client/ScaleIOGatewayClientImpl.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9zdG9yYWdlL3ZvbHVtZS9zY2FsZWlvL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9jbG91ZHN0YWNrL3N0b3JhZ2UvZGF0YXN0b3JlL2NsaWVudC9TY2FsZUlPR2F0ZXdheUNsaWVudEltcGwuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...om/cloud/hypervisor/vmware/util/VmwareContext.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dm13YXJlLWJhc2Uvc3JjL21haW4vamF2YS9jb20vY2xvdWQvaHlwZXJ2aXNvci92bXdhcmUvdXRpbC9WbXdhcmVDb250ZXh0LmphdmE=) | `14.94% <0.00%> (ø)` | |
   | [...che/cloudstack/cloudian/client/CloudianClient.java](https://codecov.io/gh/apache/cloudstack/pull/7006/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9pbnRlZ3JhdGlvbnMvY2xvdWRpYW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2Nsb3Vkc3RhY2svY2xvdWRpYW4vY2xpZW50L0Nsb3VkaWFuQ2xpZW50LmphdmE=) | `69.31% <100.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396935692

   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1396935128

   @blueorangutan test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1361021584

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_multiplication_x: debian :heavy_check_mark: suse15. SL-JID 5043


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1398061338

   @blueorangutan test matrix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] BryanMLima commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "BryanMLima (via GitHub)" <gi...@apache.org>.
BryanMLima commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1400348034

   @DaanHoogland I only reviewed the code, as it was a simple change, I did not tested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1398061814

   @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1398875981

   <b>Trillian test result (tid-5915)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 40609 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7006-t5915-kvm-centos7.zip
   Smoke tests completed. 107 look OK, 0 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1360979534

   @DaanHoogland a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1361211430

   @jbampton debian packaging fails with 
   ```
   10:15:41 [INFO] Scanning for projects...
   10:15:42 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   10:15:43 [FATAL] Non-resolvable parent POM for org.apache.cloudstack:cloud-framework-ipc:4.18.0.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloudstack-framework:pom:4.18.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 13
   10:15:43 [FATAL] Non-resolvable parent POM for org.apache.cloudstack:cloud-framework-jobs:4.18.0.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloudstack-framework:pom:4.18.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 13
   10:15:43  @ 
   10:15:43 [ERROR] The build could not read 2 projects -> [Help 1]
   10:15:43 [ERROR]   
   10:15:43 [ERROR]   The project org.apache.cloudstack:cloud-framework-ipc:4.18.0.0-SNAPSHOT (/jenkins/workspace/acs-deb-pkg-builder/framework/ipc/pom.xml) has 1 error
   10:15:43 [ERROR]     Non-resolvable parent POM for org.apache.cloudstack:cloud-framework-ipc:4.18.0.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloudstack-framework:pom:4.18.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 13 -> [Help 2]
   10:15:43 [ERROR]   
   10:15:43 [ERROR]   The project org.apache.cloudstack:cloud-framework-jobs:4.18.0.0-SNAPSHOT (/jenkins/workspace/acs-deb-pkg-builder/framework/jobs/pom.xml) has 1 error
   10:15:43 [ERROR]     Non-resolvable parent POM for org.apache.cloudstack:cloud-framework-jobs:4.18.0.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloudstack-framework:pom:4.18.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 13 -> [Help 2]
   10:15:43 [ERROR] 
   10:15:43 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   10:15:43 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   10:15:43 [ERROR] 
   10:15:43 [ERROR] For more information about the errors and possible solutions, please read the following articles:
   10:15:43 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
   10:15:43 [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
   10:15:43 debian/rules:16: recipe for target 'override_dh_auto_build' failed
   10:15:43 make[1]: *** [override_dh_auto_build] Error 1
   10:15:43 make[1]: Leaving directory '/jenkins/workspace/acs-deb-pkg-builder'
   10:15:43 debian/rules:9: recipe for target 'binary' failed
   10:15:43 make: *** [binary] Error 2
   10:15:43 dpkg-buildpackage: error: debian/rules binary gave error exit status 2
   10:15:43 Build step 'Execute shell' marked build as failure
   ```
   this happens consequently and is after the build succeeds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1398935654

   <b>Trillian test result (tid-5913)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 44205 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7006-t5913-xenserver-71.zip
   Smoke tests completed. 107 look OK, 0 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1399055769

   <b>Trillian test result (tid-5914)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
   Total time taken: 51394 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7006-t5914-vmware-67u3.zip
   Smoke tests completed. 106 look OK, 1 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_03_create_iso_with_checksum_md5 | `Error` | 66.66 | test_iso.py
   test_04_create_iso_with_no_checksum | `Error` | 66.65 | test_iso.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland closed pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland closed pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2
URL: https://github.com/apache/cloudstack/pull/7006


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1400580869

   No problem @BryanMLima , it was tested a bit, and we will fully regression test the Release so it will be checked anyway.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] sonarcloud[bot] commented on pull request #7006: Use lowercase HTTP header field names so we are compatible with HTTP/2

Posted by sonarcloud.
sonarcloud[bot] commented on PR #7006:
URL: https://github.com/apache/cloudstack/pull/7006#issuecomment-1400045247

   SonarCloud Quality Gate failed.&nbsp; &nbsp; [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate failed')](https://sonarcloud.io/dashboard?id=apache_cloudstack&pullRequest=7006)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_cloudstack&pullRequest=7006&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_cloudstack&pullRequest=7006&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_cloudstack&pullRequest=7006&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=CODE_SMELL) [![B](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/B-16px.png 'B')](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=CODE_SMELL) [5 Code Smells](https://sonarcloud.io/project/issues?id=apache_cloudstack&pullRequest=7006&resolved=false&types=CODE_SMELL)
   
   [![5.3%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/0-16px.png '5.3%')](https://sonarcloud.io/component_measures?id=apache_cloudstack&pullRequest=7006&metric=new_coverage&view=list) [5.3% Coverage](https://sonarcloud.io/component_measures?id=apache_cloudstack&pullRequest=7006&metric=new_coverage&view=list)  
   [![15.2%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/20-16px.png '15.2%')](https://sonarcloud.io/component_measures?id=apache_cloudstack&pullRequest=7006&metric=new_duplicated_lines_density&view=list) [15.2% Duplication](https://sonarcloud.io/component_measures?id=apache_cloudstack&pullRequest=7006&metric=new_duplicated_lines_density&view=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org