Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7F770200C3D for ; Tue, 14 Mar 2017 22:15:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7E4C6160B63; Tue, 14 Mar 2017 21:15:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D2A4A160B7E for ; Tue, 14 Mar 2017 22:15:46 +0100 (CET) Received: (qmail 40234 invoked by uid 500); 14 Mar 2017 21:15:46 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 40225 invoked by uid 99); 14 Mar 2017 21:15:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2017 21:15:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9368BC12AB for ; Tue, 14 Mar 2017 21:15:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.452 X-Spam-Level: * X-Spam-Status: No, score=1.452 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nOt77ytTgqIF for ; Tue, 14 Mar 2017 21:15:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 08A675F343 for ; Tue, 14 Mar 2017 21:15:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7A255E095F for ; Tue, 14 Mar 2017 21:15:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DF913243AE for ; Tue, 14 Mar 2017 21:15:41 +0000 (UTC) Date: Tue, 14 Mar 2017 21:15:41 +0000 (UTC) From: "Mark Liu (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Mar 2017 21:15:47 -0000 [ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925018#comment-15925018 ] Mark Liu edited comment on BEAM-1676 at 3/14/17 9:15 PM: --------------------------------------------------------- [~kenn] [~davor] Any thoughts? Since this block us to use Jenkins matrix configuration plugin. If no further progress on that, I'd rather not to use it currently. was (Author: markflyhigh): [~kenn] Any thoughts? Since this block us to use Jenkins matrix configuration plugin. If no further progress on that, I'd rather not to use it currently. > SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins > ---------------------------------------------------------------- > > Key: BEAM-1676 > URL: https://issues.apache.org/jira/browse/BEAM-1676 > Project: Beam > Issue Type: Bug > Components: sdk-java-core > Reporter: Mark Liu > Assignee: Mark Liu > > After running beam_PostCommit_Java_MavenInstall in different JDK versions (JDK7&8, OpenJDK7&8) on Jenkins, all failed due to following error: > {code} > Failed tests: > SdkCoreApiSurfaceTest.testSdkApiSurface:59 > Expected: API surface to include only: > Classes in package "org.apache.beam" > Classes in package "com.google.api.client" > Classes in package "com.google.api.services.bigquery" > Classes in package "com.google.api.services.cloudresourcemanager" > Classes in package "com.google.api.services.pubsub" > Classes in package "com.google.api.services.storage" > Classes in package "com.google.auth" > Classes in package "com.google.protobuf" > Classes in package "com.fasterxml.jackson.annotation" > Classes in package "com.fasterxml.jackson.core" > Classes in package "com.fasterxml.jackson.databind" > Classes in package "org.apache.avro" > Classes in package "org.hamcrest" > Classes in package "org.codehaus.jackson" > Classes in package "org.joda.time" > Classes in package "org.junit" > > but: The following white-listed scopes did not have matching classes on the API surface: > No Classes in package "com.fasterxml.jackson.annotation" > No Classes in package "com.fasterxml.jackson.core" > No Classes in package "com.fasterxml.jackson.databind" > No Classes in package "com.google.api.client" > No Classes in package "com.google.api.services.bigquery" > No Classes in package "com.google.api.services.cloudresourcemanager" > No Classes in package "com.google.api.services.pubsub" > No Classes in package "com.google.api.services.storage" > No Classes in package "com.google.auth" > No Classes in package "com.google.protobuf" > No Classes in package "org.apache.avro" > No Classes in package "org.apache.beam" > No Classes in package "org.codehaus.jackson" > No Classes in package "org.hamcrest" > No Classes in package "org.joda.time" > No Classes in package "org.junit" > {code} > Job link: > https://builds.apache.org/job/beam_PostCommit_Java_Version_Test/14/ > Multi-JDK version test is based on this PR: > https://github.com/apache/beam/pull/2204/files > Our beam_PostCommit_Java_MavenInstall is using JDK 1.8 (latest), which in good health. And the maven command in version test is the same as beam_PostCommit_Java_MavenInstall. > Any ideas? -- This message was sent by Atlassian JIRA (v6.3.15#6346)