galenwarren commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-1004382430
@MartijnVisser I've fixed the license issues, I'm not seeing any errors related to that in the most recent build. However, I am seeing a couple errors that I'm not sure what to do with. First error (which affects two jobs) is this: > 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] So it's complaining it can't find io.grpc:grpc-core:jar:1.41.1. However, this seems to exist as far as I can tell, [here](https://mvnrepository.com/artifact/io.grpc/grpc-core/1.41.1). Any idea what this could be? Everything builds fine locally, FWIW. Second error (which also affects two jobs) is this: > ERROR] UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint Time elapsed: 31.928 s <<< ERROR! .. which I don't think has to do with anything I'm doing. If you could point me in the right direction, I'd appreciate it. Thanks. -- 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]
