From owner-freebsd-stable@freebsd.org Mon Mar 30 10:17:18 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C91D727DDE3; Mon, 30 Mar 2020 10:17:17 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48rT0X09nqz3Nwj; Mon, 30 Mar 2020 10:17:16 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1129) id 22E23B651; Mon, 30 Mar 2020 10:17:04 +0000 (UTC) Date: Mon, 30 Mar 2020 10:17:04 +0000 From: Li-Wen Hsu To: freebsd-testing@freebsd.org Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: FreeBSD CI Weekly Report 2020-03-29 Message-ID: <20200330101704.GA81165@freefall.freebsd.org> Reply-To: freebsd-testing@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2020 10:17:18 -0000 (Please send the followup to freebsd-testing@ and note Reply-To is set.) FreeBSD CI Weekly Report 2020-03-29 =================================== Here is a summary of the FreeBSD Continuous Integration results for the period from 2020-03-23 to 2020-03-29. During this period, we have: * 1811 builds (93.5% (+2.8) passed, 6.5% () failed) of buildworld and buildkernel (GENERIC and LINT) were executed on aarch64, amd64, armv6, armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64, sparc64 architectures for head, stable/12, stable/11 branches. * 293 test runs (54.3% (-41.1) passed, 43.7% (+40.4) unstable, 2.0% (+0.7) exception) were executed on amd64, i386, riscv64 architectures for head, stable/12, stable/11 branches. * 21 doc and www builds (95.2% (+16.4) passed, 4.8 (-16.4) failed) Test case status (on 2020-03-29 23:59): | Branch/Architecture | Total | Pass | Fail | Skipped | | ------------------- | ---------- | --------- | ------ | -------- | | head/amd64 | 7736 (+14) | 7625 (0) | 5 (+5) | 106 (+9) | | head/i386 | 7734 (+14) | 7617 (+3) | 5 (+5) | 112 (+6) | | 12-STABLE/amd64 | 7506 (0) | 7450 (-3) | 0 (0) | 56 (+3) | | 12-STABLE/i386 | 7504 (0) | 7443 (+3) | 0 (0) | 61 (-3) | | 11-STABLE/amd64 | 6880 (0) | 6830 (-3) | 0 (0) | 50 (+3) | | 11-STABLE/i386 | 6878 (0) | 6826 (0) | 0 (0) | 52 (0) | (The statistics from experimental jobs are omitted) If any of the issues found by CI are in your area of interest or expertise please investigate the PRs listed below. The latest web version of this report is available at https://hackmd.io/@FreeBSD-CI/report-20200329 and archive is available at https://hackmd.io/@FreeBSD-CI/ , any help is welcome. ## News * After [r359233](https://svnweb.freebsd.org/changeset/base/359233), all the supported architectures are using clang/lld as default toolchain, and [CI.FreeBSD.org follows](https://github.com/freebsd/freebsd-ci/commit/5e8704617365488891576e27d4325e0474bc90de). Now FreeBSD-head-mips64-build job is fine but please note that using mips64-gcc6 as external toolchain still fails. * Two powerpc64 jobs are added: * FreeBSD-head-powerpc64-images * FreeBSD-head-powerpc64-testvm The images are available at https://artifact.ci.freebsd.org ## Failing jobs * https://ci.freebsd.org/job/FreeBSD-head-mips64-build (now switched to clang/lld, gcc6 build will be moved to FreeBSD-head-mips64-gcc6_build) This error was encountered when this job was using devel/gcc6@mips64 port (mips64-gcc6 pacakge) This job was switched to use clang/lld on 2020-03-24. Gcc job will be added later. ``` ===> include/rpcsvc (includes) RPCGEN_CPP=/usr/local/bin/mips64-unknown-freebsd12.0-cpp6\ --sysroot=/usr/home/lwhsu/freebsd-obj-gcc6/usr/home/lwhsu/freebsd-src/mips.mips64/tmp\ -B/usr/local/mips64-unknown-freebsd12.0/bin/ rpcgen -C -h -DWANT_NFS3 /usr/home/lwhsu/freebsd-src/include/rpcsvc/mount.x -o mount.h /usr/home/lwhsu/freebsd-src/include/rpcsvc/mount.x:1:0: error: '-march=mips1' is not compatible with the selected ABI /*- *** [mount.h] Error code 1 make[4]: stopped in /usr/home/lwhsu/freebsd-src/include/rpcsvc 1 error ``` * https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/ ``` --- all_subdir_usr.bin/clang/lldb --- /usr/local/bin/x86_64-unknown-freebsd12.1-ld: /tmp/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a(IOHandler.o): in function `curses::Window::Box(unsigned int, unsigned int)': /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926: undefined reference to `box' /usr/local/bin/x86_64-unknown-freebsd12.1-ld: /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926: undefined reference to `box' collect2: error: ld returned 1 exit status ``` ## Regressions * 3 tests start failing after llvm10 import * lib.libproc.proc_test.symbol_lookup * lib.msun.ctrig_test.test_inf_inputs https://bugs.freebsd.org/244732 * (DTrace) common.pid.t_dtrace_contrib.err_D_PROC_OFF_toobig_d https://bugs.freebsd.org/244823 * fusefs tests fail when mac_bsdextended.ko is loaded https://bugs.freebsd.org/244229 * `dtrace -c` causes program dumps core after somewhere between (r357694, r357701] https://bugs.freebsd.org/244053 * Lock-order reversals triggered by tests under sys.net.if_lagg_test.* on i386 https://bugs.freebsd.org/244163 Discovered by newly endabled sys.net.* tests. ([r357857](https://svnweb.freebsd.org/changeset/base/357857)) * sys.net.if_lagg_test.lacp_linkstate_destroy_stress panics i386 kernel https://bugs.freebsd.org/244168 Discovered by newly endabled sys.net.* tests. ([r357857](https://svnweb.freebsd.org/changeset/base/357857)) * (test case) sys.geom.class.multipath.misc.fail_on_error (on 12-STABLE) https://bugs.freebsd.org/244158 ## Failing and Flaky tests (from experimental jobs) * https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/ * cddl.usr.sbin.dtrace.common.misc.t_dtrace_contrib.tst_dynopt_d * https://bugs.freebsd.org/237641 * cddl.usr.sbin.dtrace.common.pid.t_dtrace_contrib.err_D_PROC_OFF_toobig_d * https://bugs.freebsd.org/244823 * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ * There are ~13 failing and ~109 skipped cases, including flakey ones, see https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ for more details * Work for cleaning these failing cass are in progress * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/ * Total 3670 tests (0), 2285 success (-5), 579 failures (+5), 806 skipped (0) ## Disabled Tests * sys.fs.tmpfs.mount_test.large https://bugs.freebsd.org/212862 * sys.fs.tmpfs.link_test.kqueue https://bugs.freebsd.org/213662 * sys.kqueue.libkqueue.kqueue_test.main https://bugs.freebsd.org/233586 * sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop https://bugs.freebsd.org/220841 * lib.libc.regex.exhaust_test.regcomp_too_big (i386 only) https://bugs.freebsd.org/237450 * sys.netinet.socket_afinet.socket_afinet_bind_zero https://bugs.freebsd.org/238781 * sys.netpfil.pf.names.names * sys.netpfil.pf.synproxy.synproxy https://bugs.freebsd.org/238870 * sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger https://bugs.freebsd.org/239292 * sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger https://bugs.freebsd.org/239397 * sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger https://bugs.freebsd.org/239399 * sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger https://bugs.freebsd.org/239425 * lib.libc.gen.getmntinfo_test.getmntinfo_test https://bugs.freebsd.org/240049 * sys.sys.qmath_test.qdivq_s64q https://bugs.freebsd.org/240219 * sys.kern.ptrace_test.ptrace__getppid https://bugs.freebsd.org/240510 * lib.libc.sys.stat_test.stat_socket https://bugs.freebsd.org/240621 * lib.libarchive.functional_test.test_write_filter_zstd https://bugs.freebsd.org/240683 * lib.libcasper.services.cap_dns.dns_test.main https://bugs.freebsd.org/241435 * local.kyua.* (31 cases) & local.lutok.* (3 cases) on 11-i386 https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/2278/testReport/ * sys.geom.class.multipath.failloop.failloop https://bugs.freebsd.org/242689 * sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child https://bugs.freebsd.org/243605 * skip sys.geom.class.multipath.failloop.failloop https://bugs.freebsd.org/244053 * sys.kern.ptrace_test.ptrace__parent_wait_after_attach https://bugs.freebsd.org/244055 * sys.kern.ptrace_test.ptrace__parent_exits_before_child https://bugs.freebsd.org/244056 * sys.geom.class.multipath.misc.fail_on_error (12-STABLE) https://bugs.freebsd.org/244158 * sys.net.if_lagg_test.witness (i386) https://bugs.freebsd.org/244163 * PipePdfork.WildcardWait in sys.capsicum.capsicum-test.main https://bugs.freebsd.org/244165 * sys.net.if_lagg_test.lacp_linkstate_destroy_stress (i386) https://bugs.freebsd.org/244168 * sys.netinet6.frag6.frag6_07.frag6_07 https://bugs.freebsd.org/244170 * sys.netinet.fibs_test.udp_dontroute6 https://bugs.freebsd.org/244172 * sys.netpfil.pf.nat.exhaust https://bugs.freebsd.org/244703 * sys.geom.class.gate.ggate_test.ggated https://bugs.freebsd.org/244737 ## Issues ### Cause build fails * https://bugs.freebsd.org/233735 Possible build race: genoffset.o /usr/src/sys/sys/types.h: error: machine/endian.h: No such file or directory * https://bugs.freebsd.org/233769 Possible build race: ld: error: unable to find library -lgcc_s ### Cause kernel panics * https://bugs.freebsd.org/238870 sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic Patch exists: * https://reviews.freebsd.org/D20868 * https://reviews.freebsd.org/D20869 ### Open * https://bugs.freebsd.org/237403 Tests in sys/opencrypto should be converted to Python3 * https://bugs.freebsd.org/237641 Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d * https://bugs.freebsd.org/237656 "Freed UMA keg (rtentry) was not empty (18 items). Lost 1 pages of memory." seen when running sys/netipsec tests * https://bugs.freebsd.org/238781 sys.netinet.socket_afinet.socket_afinet_bind_zero does not work when mac_portacl(4) loaded * https://bugs.freebsd.org/239292 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger * https://bugs.freebsd.org/239397 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger * https://bugs.freebsd.org/239399 Flakey test case: sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger * https://bugs.freebsd.org/239425 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger * https://bugs.freebsd.org/241662 Flakey test case: lib.libarchive.functional_test.test_fuzz_iso9660 ### Others * [Tickets related to testing@](https://preview.tinyurl.com/y9maauwg) From owner-freebsd-stable@freebsd.org Fri Apr 3 14:05:54 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 857D12A3D34 for ; Fri, 3 Apr 2020 14:05:54 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48v1tN37Rnz4FxL for ; Fri, 3 Apr 2020 14:05:48 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-qk1-x733.google.com with SMTP id k13so8056828qki.2 for ; Fri, 03 Apr 2020 07:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=2lQCutMSvjX5NacgwR8KJfjAEI4nTSX8CWO/dJx0t2g=; b=Vc/Shd7Z2Ko2hwb62JS1YQaIleabSn69QNrKSLK1YRptWcU8qeQKUw+ljH4nP/UtPn S9o83yWDu6GNFmucRZ87yRRQUWy+JrBlFoZvcFs45bzpWtrx17ygC9nuCeenDIrvRGFe VwttFjiB0PjHMywEleGSCkZ9iXh1uZ60HZ80vZKRC+L778DW76LGANfQq/wUoe3Oq9OD 6mhZ8544daTGMpMyx/H9+WtOZ6Q+rZ/YXjM7PTS2EU12FQ6NtFzu9qP//nVSZ6Fnva3s /iEEgYQpulfnnwopXkeyNSyhxQROmMILD+oovx3/2l9Hcn9uUUzAOiKbCmQ/f0mqc5qk 6URw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=2lQCutMSvjX5NacgwR8KJfjAEI4nTSX8CWO/dJx0t2g=; b=o4juj254q1/iTs1rD9+6VslrMjRQYMXBhURgWlWkLNeKz1jBWhAclSJVIgpRxjCEzC 9VZODE/5TlgoPsVWyKJ2gbCnMUUvJhWBTOE6kBu/x8mF4pvKbWiywgwC4CyptjeFeNiN 14RlMSU79t6UdzhIxu6eZrG7Pp3s+oSfvamX34IUqzlxGvHI3MmUaqlpkrjBOmi5f6BQ e5BRguRwwmGFdk9P3YVc6R/Y4XbmGVV0JXvuMUFrFIG0LI3S2AtzuEmJwBb5bbpOP0e9 H/IAikW4iNj7Ej+WJ1kGPt9YvRNB36GdnHg9vKfmYGcWMj2v8DOXQP6AatTXJjEWNhxP 5t8g== X-Gm-Message-State: AGi0PubTE6qCsVtQt2JT25WqMpri/xFM2SNHaOTECHl0Yzd/doGQTXvX TrB8Hz6LqRHZPst6zJmHc3iyqb8h X-Google-Smtp-Source: APiQypKbNjPoBaqZZ2wCyvdQdGDAzUrOne4yhe9t3Yk/gNQkgL8eX98SN48XMst3jwp8Ceb4Wm7Pew== X-Received: by 2002:aed:3046:: with SMTP id 64mr8425195qte.363.1585922296542; Fri, 03 Apr 2020 06:58:16 -0700 (PDT) Received: from raichu (toroon0560w-lp130-10-174-94-17-182.dsl.bell.ca. [174.94.17.182]) by smtp.gmail.com with ESMTPSA id a19sm6389113qtp.5.2020.04.03.06.58.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Apr 2020 06:58:15 -0700 (PDT) Sender: Mark Johnston Date: Fri, 3 Apr 2020 09:58:13 -0400 From: Mark Johnston To: Johannes Totz Cc: freebsd-stable@freebsd.org Subject: Re: kldunload geom_journal hangs with jfini Message-ID: <20200403135813.GB9531@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 48v1tN37Rnz4FxL X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=Vc/Shd7Z; dmarc=none; spf=pass (mx1.freebsd.org: domain of markjdb@gmail.com designates 2607:f8b0:4864:20::733 as permitted sender) smtp.mailfrom=markjdb@gmail.com X-Spamd-Result: default: False [-3.69 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[3.3.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.99)[ip: (-9.11), ipnet: 2607:f8b0::/32(-0.34), asn: 15169(-0.44), country: US(-0.05)]; FORGED_SENDER(0.30)[markj@freebsd.org,markjdb@gmail.com]; MID_RHS_NOT_FQDN(0.50)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[markj@freebsd.org,markjdb@gmail.com]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2020 14:05:54 -0000 On Thu, Mar 05, 2020 at 01:53:42AM +0000, Johannes Totz wrote: > Hi everyone, > > a recent 12-stable rev 358557 amd64 build hangs on kldunload of > geom_journal. > To reproduce: > kldload geom_journal > kldunload geom_journal > > kldunload just hangs indefinitely. top says the state is "jfini:". It's > using some cpu time though. > procstat -k hangs as well. > > Very reproducable, on both virtualbox as well as real hardware. > > Any extra info that could help? Hi Johannes, This should be fixed by r359595. It'll be merged to stable/12 in a few days. From owner-freebsd-stable@freebsd.org Fri Apr 3 18:27:48 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1811263C25; Fri, 3 Apr 2020 18:27:47 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48v7hW29npz3y0f; Fri, 3 Apr 2020 18:27:38 +0000 (UTC) (envelope-from shoesoft@gmx.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1585938448; bh=Zq4o7PISmzZ/DzAOQwuY0E6Smdf7Zbzl+AptY4JTHhA=; h=X-UI-Sender-Class:From:To:Subject:Date:In-Reply-To:References; b=jonCmbd5eR/HmQh5gcUVV+LYjeTDpK1enXvQ0EqT03LqgH209hYwAHoFRA/5BOYuK krjCH75J4ud2nMTP+Lzv5B4rxkogMu34qpZZUxQXpu/uG9sAFfwJqDisfgH3m+dAo+ fegLcnahNa9Z0Kulg6OHeGRvzVd7Eovpq5nikZjw= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from walrus.pepperland ([81.217.71.61]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1Mq2nA-1ixns204VW-00n9N1; Fri, 03 Apr 2020 20:27:28 +0200 From: Stefan Ehmann To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: HOWTO donate CPU to the fight against the Corona-virus Date: Fri, 03 Apr 2020 20:27:27 +0200 Message-ID: <5219387.8gLySxXtyI@walrus.pepperland> In-Reply-To: <1804877.u6MfGjpqfb@walrus.pepperland> References: <20200319085745.Horde.yAf5603LMT07oVm8NR1Abs6@webmail.leidinger.net> <20200321120755.Horde.zo0-HJ_AnsKmqqmFSb98-e8@webmail.leidinger.net> <1804877.u6MfGjpqfb@walrus.pepperland> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K1:xWi5VyEkXwfRHW1zTLzK7v/vz4Fy5Us63EG7UI2yj6N5JjH7kYD q8cpTwHPwB6C+gazswliEnMbtQT4wzr2BEedP87lroWHRkIycEtqTlHv4KB6rRVj8DL6K9B gtKc2RpLX0/eh6YfvUyFXbE2P3iaQ0ZV1IGpYmstQqhbk4B8n4QVZZw4akB0z8M2YkNcIur cPsEzUxx8LTsAUwJQ2oFQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:7cLwcfZS+VM=:4v3njl/i2cZIJ5Cc2EQAXB lndHBX7i3VwprvR9tpAZTWHrOaYq7FOMN4+xEsnV7bSxVpfjiiMQ3cucwkqybAehjp98DFg8D 8hbZnXc59g9C8fNWN3vJr9pDBOFgnRoRjEA8yxt1bA7dv2YAmDrtJ17qo0B/XRAOMxm0/SWVa d4Lrw5BjZadSX08ey2GcZ62L2zNQJkP1zGe8eBgg1nrip//r41fa6ASR+R4laR2yWHd2EcO9x O8N/BJg+c1ImDomCrewX4Oy9XUl4zVHVCG+sjABA+NE0VI74gaEDUeZsIZZDbzxmF1eTYrpzP 8o+SBnmeBLVzN+ptZJ4ZJZ7miDTXnMrBecDV9iVVmh/x+2uRkU5p5krhAd3FlzMRNmJ9H3mgj ggdQ1+lTmBv1C2vClLEOLstY3VzZmf70akthHrrz91DF33Y52xlThCsiZQP2Y8WDk4vA9Qbjr O7181wv6+mgKviW6hK/PHkZkB7+hPFSjKfA4hBeFd0qP3QdHtmYNVZ0WnEBiwcajEGLMh8tcM VBwpW8ilTlo6wNBCDW1oOkWi/WVos1j3L+lcDPYPZE+t4yTFvtXMYF3LD8Caxr2BAo0xqQjQW hagaHVG29UzR+uri3zLYeuqbB32k6Gb4Ko4klZEDS5XBLUOz9qNTJ19lsA4O3cnN/6cE9haoa sFb6/+GPD1AokfSRBBFVI4BXZztCFO4f69hvUmfrNIrfk3YmDfXYkwY8kGF8uzttxj30LKKiZ v+Wl6u4KulTEW9iuqMqUzR2oRHogadNT9GWDrdDpbeC5YDJntxJ1SLgpY6sx+K15LjXLTHQa8 aLhpfTsbmkVukWfXAFLyz1fJR5KMBGTQBrCwYPV1hpj3KU64gwMNq+yev3N0ywvq5iYyprNjN CC6UIYJRFFGpaZT4NJ/az2rhIM9sFsrf2ODE9BO9k7hBt33sxAy4E9BAop+N43HpWseTOKz40 Ot75wiA/LplZs7wD0S3AYwXtVor5UqENuxRA8oHQpjYUdToZJprK2UcachZGyrfSuTQ22DBQ+ 5WmZG+axqeS3R09zSErFdobkleSrIX3Gb5JTcLDkFAOf4jcL2a4eK5g3J0rGhEjlgsoKgIBQM lBmWaNHVV9Kc8963vaXRrRiV8BN5pBUcE3lR4fetslrqUnWJ4G/HfjazFrEl9/P3RxyEEmDAY 2JJlwk1Ak40pdGVyyjjZHfwzN6zmNSdFO6f9mUakSnsiEremKS6Glo6Wp0UlYx1VJsJb5g7tL AG/KFP66wl/OrXAvT X-Rspamd-Queue-Id: 48v7hW29npz3y0f X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmx.net header.s=badeba3b8450 header.b=jonCmbd5; dmarc=none; spf=pass (mx1.freebsd.org: domain of shoesoft@gmx.net designates 212.227.15.19 as permitted sender) smtp.mailfrom=shoesoft@gmx.net X-Spamd-Result: default: False [-2.60 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; RECEIVED_SPAMHAUS_PBL(0.00)[61.71.217.81.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmx.net.dwl.dnswl.org : 127.0.3.0]; R_SPF_ALLOW(-0.20)[+ip4:212.227.15.0/25]; FREEMAIL_FROM(0.00)[gmx.net]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gmx.net]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(0.00)[ip: (-6.77), ipnet: 212.227.0.0/16(-1.13), asn: 8560(2.13), country: DE(-0.02)]; DKIM_TRACE(0.00)[gmx.net:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_IN_DNSWL_LOW(-0.10)[19.15.227.212.list.dnswl.org : 127.0.3.1]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmx.net]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2020 18:27:48 -0000 On Sunday, March 22, 2020 11:38:31 AM CEST Stefan Ehmann wrote: > On Saturday, March 21, 2020 12:07:55 PM CET Alexander Leidinger wrote: > > Quoting Stefan Ehmann (from Sat, 21 Mar 2020 > > > > 11:38:26 +0100): > > > On Thursday, March 19, 2020 8:57:45 AM CET Alexander Leidinger via > > > freebsd- > > > > > > stable wrote: > > >> Hi, > > >> > > >> if someone wants to donate some FreeBSD based CPU resources to the > > >> fight against the Corona-virus, here is a quick HOWTO in terms of > > >> installing the Folding@Home client on FreeBSD: > > >> > > >> https://www.leidinger.net/blog/2020/03/19/fighting-the-coronavirus-= with > > >> -f > > >> ree bsd-foldinghome/ > > > > > > Unfortunately, (using a CPU slot for the same work unit) TPF is 2-3 > > > times > > > slower than on Ubuntu for me. Much of the speed difference seems to > > > be related > > > to libOpenCL. If remove libOpenCL on Ubuntu, it's still 20-30% faste= r > > > than > > > on FreeBSD. > > > > The pure CPU based code should be the same. Someone would have to > > trace / reverse engineer what is going on. > > I'm pretty sure now that libOpenCL is only relevant for GPU slots. > > I couldn't reproduce that the presence of libOpenCL.so has any effect on= CPU > slots. Didn't make much sense anyway, something else must have been goin= g > on. So there's probably no point in getting OpenCL to run on FreeBSD unt= il > we have GPU rendering. > > The numbers displayed by FAHControl are rather strange: > * There is no discernible difference in speed if 1 or all CPU cores are = used > (but top shows that 600% CPU cycles are burned) - happens on both Ubuntu > and Linuxolator > * According to the progress bar, Ubuntu completes 1% per minute, but > Linuxolator only 0.1% (for the same work unit) > > Don't know if the numbers displayed are bogus or there is really that mu= ch > of a difference. Maybe the issue is only related to a specific WU or to > AMD-CPUs. Just a short update: I've tested the port with a different WU and everything seems normal. Spee= d is comparable to Linux and multi-core also works as expected. My previous problems can probably be ignored, not sure what the problem actually was. From owner-freebsd-stable@freebsd.org Sat Apr 4 14:51:30 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 403712AE9EF for ; Sat, 4 Apr 2020 14:51:30 +0000 (UTC) (envelope-from tomek@cedro.info) Received: from mail-ot1-x343.google.com (mail-ot1-x343.google.com [IPv6:2607:f8b0:4864:20::343]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vfrV5DCZz4cb6 for ; Sat, 4 Apr 2020 14:51:22 +0000 (UTC) (envelope-from tomek@cedro.info) Received: by mail-ot1-x343.google.com with SMTP id f52so10465541otf.8 for ; Sat, 04 Apr 2020 07:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cedro.info; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=6/GVodWi/u49BH6E0FWocB5kU7SkrVdij6AtlFT5fk0=; b=cuWLEqlF6Ulz1UkmpgKCOVYgNJJlcW8T4zVfzqRDZfevfcKr6E7Q8j82yawTSzoR9G xTKDzG1WnSt/gTmRcckgVHqqTyMrNNIjy0m+Ny/p6v35q0F9DJhb3DhpYdobbvdEAIQ0 xljWIVzAPw9BFXA5Sjt/xoOipD7LgALGvYPcKpNMKQOZJ2d2ZEgau8rmxH4ZKJZbEsRo XvYE0yzPkCI6lKsE0SPTFm5sIFqxsDT84+kHk9gtrUpfJQxpWACqOu2fBKzakfJsl8kG GIAqoX8UcxT9CuSCbCVe36aPsK0NKrMZHg0u+u0qaWNpw+q4OUeOevpF05D3XcUbKetm O1lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=6/GVodWi/u49BH6E0FWocB5kU7SkrVdij6AtlFT5fk0=; b=mcoMXzcOF1fSLeqyvly8UKhdvtHTUnbqmXduvm+fbx3mOcNNVmprjj+1xzg/InHgMA HT5QuvWF1NoyfYgQPrxQPr1RzLyl8sE61aM+2cH4H1za+lhmZqI50cgvv8eNwL/7Q9lP NYjha+B0j9dFsxLsVN0UZCKRxPqKTekoq35O/rLrVg5Stu0xJkIRYtfwrelPWjtA0wn2 fA/qfqt+BlhS7gxe15F7irIT1++oat4H/q8x3d1a0dqRw0gk2VnNbK2lOydU8LXyj9sv 6bGepmxecRjQ9GfBdXRwYS0W1laGfjzMsD0QY9bZole46DTJfifhBWKv4Nl52hc6pwyS xE/Q== X-Gm-Message-State: AGi0Pubeahya0ldeUAhR0VAk9l67WoJ+DFs/9wcxzsE/1zrpRJQhThKs 6JvZuJrQgN8JVZFpSdYcib2Kz3CVLYs= X-Google-Smtp-Source: APiQypIxDWg5q5rJqwIFyhpx90zkon823yKrnB/9N6bD2Ltn9ls0Wcs/jabX+L7Fhwk/RsxTW0nz5Q== X-Received: by 2002:a05:6830:1054:: with SMTP id b20mr10571942otp.360.1586011872643; Sat, 04 Apr 2020 07:51:12 -0700 (PDT) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com. [209.85.210.49]) by smtp.gmail.com with ESMTPSA id w21sm3072893oif.45.2020.04.04.07.51.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 04 Apr 2020 07:51:12 -0700 (PDT) Received: by mail-ot1-f49.google.com with SMTP id c9so10454742otl.12; Sat, 04 Apr 2020 07:51:11 -0700 (PDT) X-Received: by 2002:a9d:5187:: with SMTP id y7mr10514439otg.159.1586011871117; Sat, 04 Apr 2020 07:51:11 -0700 (PDT) MIME-Version: 1.0 From: Tomasz CEDRO Date: Sat, 4 Apr 2020 16:50:53 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: /usr/src/release/release.sh -> ports -> fetch pkg -> Bad system call (core dumped) To: FreeBSD Questions Mailing List , FreeBSD Stable , freebsd-ports Cc: Hans Petter Selasky Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48vfrV5DCZz4cb6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cedro.info header.s=google header.b=cuWLEqlF; dmarc=none; spf=none (mx1.freebsd.org: domain of tomek@cedro.info has no SPF policy when checking 2607:f8b0:4864:20::343) smtp.mailfrom=tomek@cedro.info X-Spamd-Result: default: False [-2.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[cedro.info:s=google]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[cedro.info]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cedro.info:+]; RCVD_IN_DNSWL_NONE(0.00)[3.4.3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.08)[ip: (0.40), ipnet: 2607:f8b0::/32(-0.33), asn: 15169(-0.43), country: US(-0.05)]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 14:51:30 -0000 Hello world :-) I would like to build a 12-STABLE (/usr/src contains svn.freebsd.org/base/stable/12) locally on strong machine (24CPU 127GB RAM 12-1-RELEASE AMD64), then test changes on my local machine (panasonic toughbook i5 laptop 12.1-RELEASE AMD64). This will be used for testing kernel patches and driver development/fixes. The goal is to have separate zroot/ROOT/stable to select and act as the FreeBSD base. So far I have zroot/ROOT/default to use FreeBSD 12.1-RELEASE. I would like to switch between those to on boot to have one base system stable for working and another base system for testing on real environment. I noticed that simple copy of /boot/kernel does not work on my target machine. Thus I am trying to create a whole release, put a separate system base, then on boot select different zfs container base to boot from. I just love ZFS for that! I may even use snapshots to log and rollback changes. Questions: 1. Is it a good build / testing environment? Maybe there is a simpler / better way to cross compile binaries and test on another machine? Both are using 12.1-RELEASE AMD64 installations so far. All /usr/local should work both with 12.1-RELEASE and 12-STABLE right? 2. When that works, I would like to cross-compile for ARM in a similar manner, then attach pyOCD + GDB to debug ARM target. I guess that should work too as above? 3. During /usr/src/release/release.sh I get following error as pasted below. Does release.sh update /usr/ports just as it snaps from svn or it will use the /usr/porst that are just there and I need to provide /usr/ports in a state that will be bindled into a /scratch release? ===> docproj-2.0_14 depends on file: /usr/local/sbin/pkg - not found ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by pkg-1.14.2 for building ===> Extracting for pkg-1.14.2 ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by pkg-1.14.2 for building => SHA256 Checksum mismatch for freebsd-pkg-1.14.2_GH0.tar.gz. ===> Refetch for 1 more times files: freebsd-pkg-1.14.2_GH0.tar.gz ===> License BSD2CLAUSE accepted by the user => freebsd-pkg-1.14.2_GH0.tar.gz doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch https://codeload.github.com/freebsd/pkg/tar.gz/1.14.2?dummy=/freebsd-pkg-1.14.2_GH0.tar.gz freebsd-pkg-1.14.2_GH0.tar.gz Bad system call (core dumped) => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/freebsd-pkg-1.14.2_GH0.tar.gz freebsd-pkg-1.14.2_GH0.tar.gz Bad system call (core dumped) => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop. Any hints and comments are welcome :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info