From owner-freebsd-java@freebsd.org Thu Jul 6 12:09:03 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C89ADAC106 for ; Thu, 6 Jul 2017 12:09:03 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E535C687B1 for ; Thu, 6 Jul 2017 12:09:02 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id p188so114770oia.0 for ; Thu, 06 Jul 2017 05:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=c/cPgalVwwgC6ryGkOFQ/RhNfIfw7xPYD2q9kuqegPk=; b=GHfSjv52hm8AS54D02C+tbwOHGQwHngccJKdstW96ponaV+cJOxvCCmGWEo3JyZ/GG JNniUL1paDnc6HIe8GexwfCIxDb63ZS2I6aXrBTUcPdfQLyeJp0mm5KnYAMPb3C8N8xc vR6nznlKf/7BwxM/M0szTumB9uZNL6ZG3QSL/JCuDJfwbePHwnAc94AUEFoCUFJhugJS XKu4x950RBZHJPyGC9EdAjxS7GijbupARxbUSVaplQkXkXHmdeGhcu+sS00pMe56n3U6 KXIFb2E6yWb1P8LHkYKsuoiP+GK4pGulqjr20uoO/ZrlN5sl6NhRlEHQyYvRAaUpyHey Q8uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=c/cPgalVwwgC6ryGkOFQ/RhNfIfw7xPYD2q9kuqegPk=; b=aGxPmXwbR3T1Kd0scPJ35TqsueW2a9e3158X2DLtsCGO/9g1Z8WezXW8uZ2ypmarv1 43MSnedFfnb6UkEmUffcnVWTs+U3tOJjLvr9njFOWNIYfCLPgP9llwEXiq/hpDQaSv66 SiLslqlKOI8hk7VVbSd6cpstYslE255bH4xRLwuXKyhyIHLZ1hpPItOrM5C7/5ClmBkP t7JASWZk7bOEtf2wWQawwsC9a0E5cXB6Hm914G5YuBDQJ4BHoAxyRQrC31dWbhH9hvso N5PqCohXH4U3ko4+7iKxsjJnR/et5iSO3QXo/22HfbGIletg9+NK6D+03HuLjSzj+QdP I9ng== X-Gm-Message-State: AKS2vOxmYI6NZU4PAVk03nnegI/1TdFKCWEgx5MKGzrbg4eLOZrb/ZOt spcHEZ3GsM5Hs+jhqb9p9whAXhGt0S/AYXk= X-Received: by 10.202.71.197 with SMTP id u188mr31666521oia.222.1499342941949; Thu, 06 Jul 2017 05:09:01 -0700 (PDT) MIME-Version: 1.0 Sender: lwhsu.freebsd@gmail.com Received: by 10.182.28.3 with HTTP; Thu, 6 Jul 2017 05:09:01 -0700 (PDT) From: Li-Wen Hsu Date: Thu, 6 Jul 2017 13:09:01 +0100 X-Google-Sender-Auth: MaVeQMXDOrmm7Iu2WeQIi7wPBT4 Message-ID: Subject: Some weird errors in Jenkins on post-ino64 -CURRENT To: "freebsd-java@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 12:09:03 -0000 Hi -java, With FreeBSD cluster update, we migrated several Jenkins builders to post-ino64 -CURRENT, but since then, we encountered several mysterious errors. What happens here is Jenkins (which uses SVNKit, subversion client library written in Java) refuses checkout codes from svn.freebsd.org. Some logs like these: https://ci.freebsd.org/job/FreeBSD-head-amd64-build/3674/console 00:00:10.759 ERROR: Failed to check out svn://svn.freebsd.org/base/head 00:00:10.760 org.tmatesoft.svn.core.SVNException: svn: E200030: BUSY https://ci.freebsd.org/job/FreeBSD-head-amd64-build/3676/console 00:00:00.104 ERROR: Failed to check out svn://svn.freebsd.org/base/head 00:00:00.104 org.tmatesoft.svn.core.SVNException: svn: E155018: '/jenkins/workspace/FreeBSD-head-amd64-build/src' already exists and is not a directory I've talked this with Ed at BSDCan, and we suspect this is related to ino64. Normally, recompiling the binaries should solve the problem. But I have tried to recompile everything that Jenkins depends on but it still doesn't work. I also tried to use openjdk7 to build a new openjdk7-version bootstrap-openjdk but it still doesn't help. This is reproducible with latest -CURRENT snapshot, installing Jenkins and checking out codes from svn.freebsd.org. Any ideas, suggest what to test next? Thanks, Li-Wen -- Li-Wen Hsu https://lwhsu.org From owner-freebsd-java@freebsd.org Thu Jul 6 21:14:03 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68133D92121 for ; Thu, 6 Jul 2017 21:14:03 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF2407FD2D; Thu, 6 Jul 2017 21:14:02 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v66LDvfW042953 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 7 Jul 2017 00:13:57 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v66LDvfW042953 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v66LDvh4042952; Fri, 7 Jul 2017 00:13:57 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 7 Jul 2017 00:13:57 +0300 From: Konstantin Belousov To: Li-Wen Hsu Cc: "freebsd-java@freebsd.org" Subject: Re: Some weird errors in Jenkins on post-ino64 -CURRENT Message-ID: <20170706211357.GJ1935@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 21:14:03 -0000 On Thu, Jul 06, 2017 at 01:09:01PM +0100, Li-Wen Hsu wrote: > Hi -java, > > With FreeBSD cluster update, we migrated several Jenkins builders to > post-ino64 -CURRENT, but since then, we encountered several mysterious > errors. > > What happens here is Jenkins (which uses SVNKit, subversion client library > written in Java) refuses checkout codes from svn.freebsd.org. Some logs > like these: > > https://ci.freebsd.org/job/FreeBSD-head-amd64-build/3674/console > > 00:00:10.759 ERROR: Failed to check out svn://svn.freebsd.org/base/head > 00:00:10.760 org.tmatesoft.svn.core.SVNException: svn: E200030: BUSY > > https://ci.freebsd.org/job/FreeBSD-head-amd64-build/3676/console > > 00:00:00.104 ERROR: Failed to check out svn://svn.freebsd.org/base/head > 00:00:00.104 org.tmatesoft.svn.core.SVNException: svn: E155018: > '/jenkins/workspace/FreeBSD-head-amd64-build/src' already exists and is not > a directory > > I've talked this with Ed at BSDCan, and we suspect this is related to > ino64. Normally, recompiling the binaries should solve the problem. But I > have tried to recompile everything that Jenkins depends on but it still > doesn't work. I also tried to use openjdk7 to build a new openjdk7-version > bootstrap-openjdk but it still doesn't help. > > This is reproducible with latest -CURRENT snapshot, installing Jenkins and > checking out codes from svn.freebsd.org. > > Any ideas, suggest what to test next? There is no way around it other than debug the problem. In other words, trace the error back to the point of occurence, using sources and reasoning about the code paths. Sometimes you might cheat by looking for the known problematic usages in the source, like locally redefining struct stat. I do not expect that JVM/JDK code does that, but who knows. Also, it might be useful to look around in ktrace, watching for the syscalls preceeding the failure. But all such measures are secondary to normal debugging process. From owner-freebsd-java@freebsd.org Sat Jul 8 17:50:40 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A989DD9F57F for ; Sat, 8 Jul 2017 17:50:40 +0000 (UTC) (envelope-from mailreturn@smtp17.ymlpsrv.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 977BE397B for ; Sat, 8 Jul 2017 17:50:40 +0000 (UTC) (envelope-from mailreturn@smtp17.ymlpsrv.com) Received: by mailman.ysv.freebsd.org (Postfix) id 93C7BD9F57E; Sat, 8 Jul 2017 17:50:40 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91637D9F57D for ; Sat, 8 Jul 2017 17:50:40 +0000 (UTC) (envelope-from mailreturn@smtp17.ymlpsrv.com) Received: from smtp17.ymlpsrv.com (smtp17.ymlpsrv.com [185.83.50.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36BBA3978 for ; Sat, 8 Jul 2017 17:50:39 +0000 (UTC) (envelope-from mailreturn@smtp17.ymlpsrv.com) Date: Sat, 8 Jul 2017 18:20:19 +0200 To: java@freebsd.org From: Theriault International Marine Subject: FOR SALE: Marine Diesel Equipment Message-ID: <6e60bdd2ea4ad9ecf5ee29d09cd04476@smtp17.ymlpsrv.com> X-YMLPcode: 7wqv+3947+90583 MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 17:50:40 -0000 --------------------------------------------------------------------------= ------ This email newsletter was sent to you in graphical HTML format. If you're seeing this version, your email program prefers plain text = emails. You can read the original version online: http://ymlp159.com/zByVrh --------------------------------------------------------------------------= ------ Click here to view this email in your browser ( http://ymlp159.com/zByVrh ) Theriault International Marine "Your One Stop Marine Resource" Contact us for all your marine requirments: Phone: +1 902 467 0239 Email: java@freebsd.org ( timarine.com@gmail.com = ) Please visit the following link regularly for a list of equipment For Sale being added and updated daily: Click Here To View Marine Diesel Eqipment In Your Browser ( http://remote.apolloduck.com/gallery.phtml?id=3D777 ) Or Visit: http://remote.apolloduck.com/gallery.phtml?id=3D777 Join Our Marine Diesel Page Here: Join our Equipment Looking to Purchase Page here: Registered Office: Theriault International Marine 1913 Main Street Bear River, Nova Scotia Canada B0S 1B0 Phone: +1 902 467 0239 Fax: +1 902 467 0239 All manufactures name, logo designs, and product graphic images are trademarks or registered trademarks of the respected manufacturer. =C2=A9 Copyright 1994 - 2017 Theriault International Marine, All rights reserved. _____________________________ Unsubscribe / Change Group Of Interest: = http://ymlp159.com/ugjsyhbwgsgysbqmgmyjwggeqebm Powered by YourMailingListProvider