MartijnVisser commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-1004106108
@galenwarren You can see the build failure from the comment from Flinkbot, see https://github.com/apache/flink/pull/15599#issuecomment-818947931. Clicking on 'FAILURE' (or PENDING, when you've pushed a new commit) takes you to the CI. Right now it shows that both the compilation and the e2e tests failed. Compilation fails on a licensing issue: ``` 23:59:56,918 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency com.google.http-client:google-http-client-jackson2:1.40.1 has been declared twice in module flink-gs-fs-hadoop 23:59:56,918 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency com.google.api-client:google-api-client-jackson2:1.32.2 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:56,918 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency com.google.errorprone:error_prone_annotations:2.9.0 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:56,919 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency com.google.android:annotations:4.1.1.4 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:56,919 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency org.codehaus.mojo:animal-sniffer-annotations:1.19 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:56,919 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency io.perfmark:perfmark-api:0.23.0 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:56,919 ERROR org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Could not find dependency com.google.flogger:google-extensions:0.7.1 in NOTICE file /__w/2/s/flink-filesystems/flink-gs-fs-hadoop/src/main/resources/META-INF/NOTICE 23:59:57,035 INFO org.apache.flink.tools.ci.licensecheck.JarFileChecker [] - Checking directory /tmp/flink-validation-deployment with a total of 194 jar files. 00:01:11,931 WARN org.apache.flink.tools.ci.licensecheck.LicenseChecker [] - Found a total of 7 severe license issues ``` The e2e process fails also during building: ``` 2022-01-02T23:48:19.5982420Z [ERROR] Failed to execute goal on project flink-gs-fs-hadoop: Could not resolve dependencies for project org.apache.flink:flink-gs-fs-hadoop:jar:1.15-SNAPSHOT: Failed to collect dependencies at com.google.cloud.bigdataoss:gcs-connector:jar:hadoop3-2.2.4 -> com.google.cloud.bigdataoss:gcsio:jar:2.2.4 -> io.grpc:grpc-alts:jar:1.41.1 -> io.grpc:grpc-grpclb:jar:1.41.1 -> io.grpc:grpc-core:jar:[1.41.1]: No versions available for io.grpc:grpc-core:jar:[1.41.1] within specified range -> [Help 1] ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
