[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [freebsd-master bisection] complete build-amd64-xen-freebsd



branch xen-unstable
xenbranch xen-unstable
job build-amd64-xen-freebsd
testid xen-build-freebsd

Tree: freebsd git://github.com/freebsd/freebsd.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  freebsd git://github.com/freebsd/freebsd.git
  Bug introduced:  fcf5119e8342a641960ca12bd4af98e1174d2817
  Bug not present: 95afcc1f4d12c3c3093d17a2fc4840a80b68996b
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/128666/


  commit fcf5119e8342a641960ca12bd4af98e1174d2817
  Merge: 46d1f3a998f 95afcc1f4d1
  Author: gjb <gjb@xxxxxxxxxxx>
  Date:   Fri Oct 5 17:53:47 2018 +0000
  
      MFH r338661 through r339200.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit 46d1f3a998f71e6e35c685e92b760f5488d6c82a
  Author: jhb <jhb@xxxxxxxxxxx>
  Date:   Fri Oct 5 16:35:24 2018 +0000
  
      Update the existing heimdal implementation for OpenSSL 1.1.
      
      Existing work is underway to import a newer version of heimdal, but
      this patchset gets us to a fully working tree to enable more wide
      spread testing of OpenSSL 1.1 for now.
      
      I've also enabled WARNS=1 for kerberos (which is the reason for the
      change in libroken).  Having -Werror enabled was useful during the
      1.1 updates and we probably should have warnings enabled by default
      for kerberos anyway.
      
      This passes make tinderbox, and I have also done some very light
      runtime testing on amd64.
      
      Reviewed by:    bjk, jkim, emaste
      Differential Revision:  https://reviews.freebsd.org/D17276
  
  commit e0d48e3a143aa236ff9e07ca350f1504a8e01bdb
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Oct 3 16:38:36 2018 +0000
  
      openssh: connect libressl-api-compat.c and regen config.h
      
      Differential Revision:  https://reviews.freebsd.org/D17390
  
  commit 7921dde60d5e4521e83aafc84157a65c73851a0f
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Oct 3 16:06:17 2018 +0000
  
      openssh: add openbsd-compat/libressl-api-compat.c
      
      Missed in migrating changeset from git to svn for r338811
      
      Reported by:    jhb
  
  commit 3b1a96ee16f9b9adfe04f236b20f5e3687ec4974
  Author: jhb <jhb@xxxxxxxxxxx>
  Date:   Tue Oct 2 21:40:57 2018 +0000
  
      Update obsolete files list for OpenSSL 1.1.1.
      
      This will need a real date once this is merged to head.
      
      One weird thing to note: the 32-bit engines get dumped into /usr/lib32
      rather than /usr/lib32/engines, and I bet the 32-bit libcrypto.so i
      looking for the .so files in the wrong place.  We should probably fix
      both of those at some point.
      
      Reviewed by:    emaste, jkim
      Differential Revision:  https://reviews.freebsd.org/D17384
  
  commit 23093832969ea9837d452d40b2121cf76debf487
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 20:55:01 2018 +0000
  
      Make sendmail work with OpenSSL 1.1 API.  Taken from the ports tree.
      
      
https://svnweb.freebsd.org/ports/head/mail/sendmail/files/patch-tls.c?revision=466240
      
      Requested by:   gshapiro
  
  commit bad3dbcb47b5bbd5da073dcf0254395206fddb04
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 20:51:26 2018 +0000
  
      Revert r338773.  A patch from the ports tree will be committed.
      
      Requested by:   gshapiro
  
  commit 683d164a600bd265966d3955e29f87c9200eb7bd
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 18:16:36 2018 +0000
  
      Drop pre-AVX toolchain for amd64 and i386 to simplify the makefile.
      
      Especially, head does not support old toolchains because of ifunc support.
  
  commit a178e72a82102e8a7b617870131622ae95edd7a0
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:21:36 2018 +0000
  
      Remove MD dirdeps from Makefile.depend.
      
      It can't be right. :-(
  
  commit e4b73ece31f1d11ab07c2179dfcc4c938119acb1
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:15:47 2018 +0000
  
      Make it more meta mode friendly.
  
  commit 6ac49d7d55e60ae1d1081c3ac55bc5a0b5be4eeb
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:14:52 2018 +0000
  
      Fix CLEANFILES.
  
  commit 2ef0b644bd6b4da7990af5da33ed55ca6040a499
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 21:12:36 2018 +0000
  
      Regen Makefile.depend.
  
  commit 7becfdd73975ba028350cb8655536432e3718174
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Tue Sep 25 17:41:48 2018 +0000
  
      libevent: eliminate in-tree usage of arc4random_addrandom
      
      Apply r338059 to newly-added libevent 2.1.18.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit 89758c50f6dce9f9071938dacf253f99d052154b
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 17:51:56 2018 +0000
  
      Switch ntp's embedded libevent to 2.1.18
      
      For OpenSSL 1.1.1 compatibility.
      
      Sponsored by:   The FreeBSD Foundation.
  
  commit 2bdba85773226bdea53f9c5ced1595d9e111c8cc
  Merge: ae332003d31 eac58b99dde
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 16:48:54 2018 +0000
  
      Copy libevent sources to contrib
      
      To replace the libevent embedded in ntp, for OpenSSL 1.1.1 compat.
  
  commit eac58b99dde3e15bff2d18f12a918ed8587e3d82
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 16:32:10 2018 +0000
  
      Import libevent 2.1.18
      
      This will be used to replace the embedded libevent in ntp, for
      OpenSSL 1.1.1 compatibility.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit ae332003d31733d4bf17d04cf2518a39614cc53c
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sun Sep 23 02:51:54 2018 +0000
  
      Add a hack to build on ARMv4 and ARMv5.
  
  commit ace1a9b0089d4d29f357901076727462a4ca0136
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 23:02:45 2018 +0000
  
      Connect an assembly file for aarch64 to build.
  
  commit 6ffe902342025ac28d265a650827ae4f12cbee0e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 06:50:56 2018 +0000
  
      Add missing ACFLAGS for aarch64.
  
  commit f77ce519bcb470201d767dbe2601f6910f93d53e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:59:43 2018 +0000
  
      Fix typos in the previous commit.
  
  commit 501d69edde203172b5eefbf30cd99cb06cc2c273
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:30:55 2018 +0000
  
      Add a missing source file for SHA.
  
  commit 4764c18acac98c08050aa7ea81bc0f0953279bd9
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:16:06 2018 +0000
  
      Add CFLAGS for aarch64/arm assembly files.
  
  commit bbc4f61dae2a763120ebebbad14f6f1fe16c957d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 04:32:44 2018 +0000
  
      Add another include directory for aarch64 and arm.
  
  commit 9568d517c9e29f714be9ccac46fc0e010d855cf3
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 03:54:40 2018 +0000
  
      Regen cpuid assembly files for aarch64 and arm.
  
  commit 0d413d4bb4b23d42724c8ef7d48fce7f1b4fc445
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:43:24 2018 +0000
  
      Connect assembly files for arm to build.
  
  commit 18c5ff13a83b7afefd7b28979c113a51e8228611
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:42:51 2018 +0000
  
      Regen assembly files for arm.
  
  commit 3d40891a01c19f1431bf5bd5ee63dbead120984b
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:23:42 2018 +0000
  
      Connect assembly files for aarch64 to build.
  
  commit 2a49205fa1e6d9f213d1bf5efd22e6716d9f35c8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:23:03 2018 +0000
  
      Regen assemply files for aarch64.
  
  commit 3fe75bf103e271d6caca54d0645daaa6f8e86a50
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Fri Sep 21 22:26:00 2018 +0000
  
      Unify opensslconf.h templates.
      
      There is no MD macro in this file any more.
  
  commit ff19ff81ccf5d5c8b6d110bc7b5739a5b797096a
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 23:06:59 2018 +0000
  
      Remove pthread from LIBADD for openssl(1).
      
      libcrypto is linked with pthread since r338816.
  
  commit 29fa2db5f4d77ec125ebac7079a00ca273501a03
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:48:34 2018 +0000
  
      Regen assembly files for i386 after r338846.
  
  commit 6245169c783fcaa1be3f7c1fb64be7ed90067979
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:47:55 2018 +0000
  
      Add CFLAGS for i386 assembly files.
  
  commit 514285f2cf5215d42df9a68ddec611c4cd8d4de4
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:45:42 2018 +0000
  
      Sort assembly source files for i386.
  
  commit 10114566c43d8d6a3db1373868443b9ab233ce29
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:59:47 2018 +0000
  
      Connect engines to the build.
  
  commit d82903cd418355fbf41abb7aff6a3e0b87927c4e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:36:52 2018 +0000
  
      Connect i386 assembly files to build.
  
  commit 14a0b99c508e06cf2362a50c4164dbbc6ee34378
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:34:05 2018 +0000
  
      Regen assembly files for i386.
  
  commit db9c2bdeb5a2e4433649fd15be23018ed43965a9
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 00:20:04 2018 +0000
  
      Link libcrypto with pthread.
  
  commit f769253e9ea49c9ab01dce872c559425ecda3349
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 00:17:41 2018 +0000
  
      Remove an obsolete compiler option.
  
  commit 1f5ea8493212adc60117e7ac64e3e254bb5cc417
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Sep 19 21:18:44 2018 +0000
  
      openssh: cherry-pick OpenSSL 1.1.1 compatibility
      
      Upstream commits:
      482d23bcac upstream: hold our collective noses and use the openssl-1.1.x
      48f54b9d12 adapt -portable to OpenSSL 1.1x API
      86e0a9f3d2 upstream: use only openssl-1.1.x API here too
      a3fd8074e2 upstream: missed a bit of openssl-1.0.x API in this unittest
      cce8cbe0ed Fix openssl-1.1 fallout for --without-openssl.
      
      Trivial conflicts in sshkey.c and test_sshkey.c were resolved.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit d46475a2e7b9bc0520eb97b7d62ab118b70237e2
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Sep 19 19:13:29 2018 +0000
  
      openssh: rename local macro to avoid OpenSSL 1.1.1 conflict
      
      Local changes introduced an OPENSSH_VERSION macro, but this conflicts
      with a macro of the same name introduced with OpenSSL 1.1.1.
  
  commit 731283605c46e1f50de0e932efeb4a76705c92ab
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:10:28 2018 +0000
  
      Make uefisign(8) buildable.
  
  commit d44a9c781541d52276f53e8b3cf388c75ccd4447
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:09:55 2018 +0000
  
      Make ppp(8) buildable.
  
  commit 92c1167e933ccdfd3ab7b71e493c0157347cc7fd
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:09:09 2018 +0000
  
      Make factor(6) buildable.
  
  commit 645cbaf5b5e09c6f4c391866e8a958eb7ec08398
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:08:27 2018 +0000
  
      Make dc(1) buildable.
  
  commit 69a6e12782eb9f19d300ef5fd60062cce01bc021
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:08:04 2018 +0000
  
      Make geli(8) buildable.
  
  commit 75de67ff13576e87eaa8ce0a9673c6f108dbd689
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:07:03 2018 +0000
  
      Make decryptcore(8) buildable.
  
  commit 59b947e8fccb17a69eb64eef58df546f0ed7fbbc
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:06:20 2018 +0000
  
      Make libradius(3) buildable.
  
  commit 76850e3a164b517938b62dfba617eee6a9d785c0
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:05:31 2018 +0000
  
      Make libmp(3) buildable.
  
  commit 9dfee4aa81fc5fcc7e256bac5bf06d3cd0ddf298
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:04:15 2018 +0000
  
      Make libfetch buildable.
  
  commit b13e04a27e12e5dc96526c4395dc4fab5a7fd98d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:03:28 2018 +0000
  
      Make unbound buildable.
  
  commit d847c947e3c96cf03e4cbef316e69170dce2d492
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:01:22 2018 +0000
  
      Make telnet(1) buildable.
  
  commit 9e8c94197aa64e68feec12dd1d20662ea41b443a
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:59:28 2018 +0000
  
      Update Apache Serf to 1.9.3 to support OpenSSL 1.1.1.
  
  commit 192af730df7d576d5e1b7bc6cb276612d48ef04f
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:56:37 2018 +0000
  
      Revert r338774.  Unrelated changes were committed with Apache Serf.
  
  commit 7cc69f42ae4e407922762c4e676b4a03f797dd50
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:49:55 2018 +0000
  
      Update Apache Serf to 1.3.9 to make it buildable with OpenSSL 1.1.1.
  
  commit 23bc9123cbaa862275e1bcbf1e4230e83fc1078f
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:48:45 2018 +0000
  
      Make sendmail(8) buildable.
  
  commit cd4343bf9e672878344ab3ba439173e584d155e4
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:45:13 2018 +0000
  
      Make auditdistd(8) buildable.
  
  commit 9c688a4e5759f985504251bdd064a40ddd286826
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:44:31 2018 +0000
  
      Make libldns buildable.
  
  commit 9296ddc477332a1b599f4530bf72f52ef7f604b8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:42:05 2018 +0000
  
      Make dma(8) buildable.
  
  commit 4d67ad79b83ee3ec18cde9f3ac1d07ec014ba611
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:39:10 2018 +0000
  
      Make libbsnmp buildable.
  
  commit 0ead16e624e58d47f81c9614abbc086488a46575
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:29:06 2018 +0000
  
      Build openssl(1).
  
  commit 7c22a3dd9e1ec50e86becb0eb59e72253e2bd447
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:32:48 2018 +0000
  
      Add generated header file for openssl(1).
  
  commit 49d1372bde1ed662689601579fc27ef790b015d2
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:24:00 2018 +0000
  
      Build libssl for amd64.
  
  commit 0f7256978182d762ba34373ef1a55e915ee38e8e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:08:27 2018 +0000
  
      Add generated header files for FreeBSD.
  
  commit 6968bfa7140bcbafc4984c59802cb17f0c571ab8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:07:09 2018 +0000
  
      Build libcrypto for amd64.
  
  commit 07d8f615a680e140940a156595a9af84d23cdc41
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:06:48 2018 +0000
  
      Do not build engines for now.
  
  commit 5f240653243d827f0111efd7557fb609f89a5714
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 18 01:51:28 2018 +0000
  
      Do not generate unused AVX2 and AVX-512 assembly files for amd64.
  
  commit 34ea45b69ddd3650524e52ca09e3df8f93eca151
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 18 01:47:01 2018 +0000
  
      Remove unused AVX2 and AVX-512 assembly files for amd64.
  
  commit 510209c66f26d2df9b5498021ba685b1a5c40907
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Fri Sep 14 14:40:09 2018 +0000
  
      Update SHLIB_VERSION_NUMBER to 9.
      
      Prodded by:     avg
  
  commit a34aeaad0e1116f2b72cd35def5b6b8dd1a915f1
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:51:54 2018 +0000
  
      Add OpenSSL symbol version maps.
      
      Note the files are not automatically generated for now.
  
  commit 589babcc1f58742cea16de8547897771106826ca
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:46:27 2018 +0000
  
      Catch up with manual page removal from secure/lib/libssl.
  
  commit e47d66a07af0466d660cd94fbcb27f6f7bf3873d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:31:56 2018 +0000
  
      Update initial opensslconf.h for amd64.
  
  commit db0d326ed6dc043b1b488eabe0af079081806746
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:14:57 2018 +0000
  
      Regen manual pages.
      
      Note the manual pages are not automatically generated for now.
  
  commit bd1b5d2a7f7f5315cc07952cd7f6de293f3b8747
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 21:07:09 2018 +0000
  
      Regen amd64 assembly files for OpenSSL 1.1.1.
  
  commit 8ea5e5a89140813d255d6ff800c31f7d82f94209
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:53:51 2018 +0000
  
      Update shlib version to 9.
  
  commit 5f960f9938ab6d75bb9446e7171acf776227778b
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:51:19 2018 +0000
  
      Update OpenSSL version number.
  
  commit ed55404d57f4927a58cfa87061b685c016387f25
  Merge: 4d88bbba136 f3cd074bb31
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:40:51 2018 +0000
  
      Update OpenSSL to 1.1.1.
      
      Note it does not update build infrastructure.
  
  commit f3cd074bb31c5eadb7b0b3e75bbf50193ceaaa09
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 19:18:07 2018 +0000
  
      Import OpenSSL 1.1.1.


For bisection revision-tuple graph see:
   
http://logs.test-lab.xenproject.org/osstest/results/bisect/freebsd-master/build-amd64-xen-freebsd.xen-build-freebsd.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Running cs-bisection-step 
--graph-out=/home/logs/results/bisect/freebsd-master/build-amd64-xen-freebsd.xen-build-freebsd
 --summary-out=tmp/128666.bisection-summary --basis-template=128497 
--blessings=real,real-bisect freebsd-master build-amd64-xen-freebsd 
xen-build-freebsd
Searching for failure / basis pass:
 128582 fail [host=godello1] / 128497 [host=baroque0] 128413 [host=godello0] 
128339 ok.
Failure / basis pass flights: 128582 / 128339
(tree with no url: seabios)
Tree: freebsd git://github.com/freebsd/freebsd.git
Tree: qemuu git://xenbits.xen.org/qemu-xen.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 1119674e5cc8320781b10aaa50a1a17f057acd80 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
Basis pass a16e14a2bb879c082d379f9ca2f201e993960b85 
de5b678ca4dcdfa83e322491d478d66df56c1986 
940185b2f6f343251c2b83bd96e599398cea51ec
Generating revisions with ./adhoc-revtuple-generator  
git://github.com/freebsd/freebsd.git#a16e14a2bb879c082d379f9ca2f201e993960b85-1119674e5cc8320781b10aaa50a1a17f057acd80
 
git://xenbits.xen.org/qemu-xen.git#de5b678ca4dcdfa83e322491d478d66df56c1986-de5b678ca4dcdfa83e322491d478d66df56c1986
 
git://xenbits.xen.org/xen.git#940185b2f6f343251c2b83bd96e599398cea51ec-91d4eca7add6a7a114bc05cc6d38223a0c0b5575
From git://cache:9419/git://github.com/freebsd/freebsd
   0a0171cbae6..4136a8dd5f5  master     -> origin/master
   636b79f1139..44bc2984ae8  svn_head   -> origin/svn_head
Use of uninitialized value $parents in array dereference at 
./adhoc-revtuple-generator line 465.
Use of uninitialized value in concatenation (.) or string at 
./adhoc-revtuple-generator line 465.
Loaded 7924 nodes in revision graph
Searching for test results:
 128339 pass a16e14a2bb879c082d379f9ca2f201e993960b85 
de5b678ca4dcdfa83e322491d478d66df56c1986 
940185b2f6f343251c2b83bd96e599398cea51ec
 128413 [host=godello0]
 128497 [host=baroque0]
 128626 pass 911e0929e53b13b151be4c42104b655858b7fde2 
de5b678ca4dcdfa83e322491d478d66df56c1986 
51e0cb45932d80d4eeb59994ee2c3f3c597b0212
 128642 fail 5f7be1f9c731c064807842e256c3e2f7193c9283 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128619 fail 1119674e5cc8320781b10aaa50a1a17f057acd80 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128659 fail fcf5119e8342a641960ca12bd4af98e1174d2817 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128582 fail 1119674e5cc8320781b10aaa50a1a17f057acd80 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128621 pass 7319ac8127d2ef6241a48c18a856e9a6cbfd3d54 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128611 pass a16e14a2bb879c082d379f9ca2f201e993960b85 
de5b678ca4dcdfa83e322491d478d66df56c1986 
940185b2f6f343251c2b83bd96e599398cea51ec
 128634 pass 558062352dae07025ab72d00ab725a3512dfcab7 
de5b678ca4dcdfa83e322491d478d66df56c1986 
fb1fbe0a8b89896dd5ac7d402c61a3b63d3c8a26
 128644 pass dd429b1c32e449c49d7530e5a1d6c3e256fd13a0 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128649 pass 95afcc1f4d12c3c3093d17a2fc4840a80b68996b 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128660 pass 95afcc1f4d12c3c3093d17a2fc4840a80b68996b 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128639 pass 6711c221836029e8edb828ba05fe96f1ca16a8d5 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128652 fail fcf5119e8342a641960ca12bd4af98e1174d2817 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128658 pass 95afcc1f4d12c3c3093d17a2fc4840a80b68996b 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
 128666 fail fcf5119e8342a641960ca12bd4af98e1174d2817 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
Searching for interesting versions
 Result found: flight 128339 (pass), for basis pass
 Result found: flight 128582 (fail), for basis failure
 Repro found: flight 128611 (pass), for basis pass
 Repro found: flight 128619 (fail), for basis failure
 0 revisions at 95afcc1f4d12c3c3093d17a2fc4840a80b68996b 
de5b678ca4dcdfa83e322491d478d66df56c1986 
91d4eca7add6a7a114bc05cc6d38223a0c0b5575
No revisions left to test, checking graph state.
 Result found: flight 128649 (pass), for last pass
 Result found: flight 128652 (fail), for first failure
 Repro found: flight 128658 (pass), for last pass
 Repro found: flight 128659 (fail), for first failure
 Repro found: flight 128660 (pass), for last pass
 Repro found: flight 128666 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  freebsd git://github.com/freebsd/freebsd.git
  Bug introduced:  fcf5119e8342a641960ca12bd4af98e1174d2817
  Bug not present: 95afcc1f4d12c3c3093d17a2fc4840a80b68996b
  Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/128666/


  commit fcf5119e8342a641960ca12bd4af98e1174d2817
  Merge: 46d1f3a998f 95afcc1f4d1
  Author: gjb <gjb@xxxxxxxxxxx>
  Date:   Fri Oct 5 17:53:47 2018 +0000
  
      MFH r338661 through r339200.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit 46d1f3a998f71e6e35c685e92b760f5488d6c82a
  Author: jhb <jhb@xxxxxxxxxxx>
  Date:   Fri Oct 5 16:35:24 2018 +0000
  
      Update the existing heimdal implementation for OpenSSL 1.1.
      
      Existing work is underway to import a newer version of heimdal, but
      this patchset gets us to a fully working tree to enable more wide
      spread testing of OpenSSL 1.1 for now.
      
      I've also enabled WARNS=1 for kerberos (which is the reason for the
      change in libroken).  Having -Werror enabled was useful during the
      1.1 updates and we probably should have warnings enabled by default
      for kerberos anyway.
      
      This passes make tinderbox, and I have also done some very light
      runtime testing on amd64.
      
      Reviewed by:    bjk, jkim, emaste
      Differential Revision:  https://reviews.freebsd.org/D17276
  
  commit e0d48e3a143aa236ff9e07ca350f1504a8e01bdb
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Oct 3 16:38:36 2018 +0000
  
      openssh: connect libressl-api-compat.c and regen config.h
      
      Differential Revision:  https://reviews.freebsd.org/D17390
  
  commit 7921dde60d5e4521e83aafc84157a65c73851a0f
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Oct 3 16:06:17 2018 +0000
  
      openssh: add openbsd-compat/libressl-api-compat.c
      
      Missed in migrating changeset from git to svn for r338811
      
      Reported by:    jhb
  
  commit 3b1a96ee16f9b9adfe04f236b20f5e3687ec4974
  Author: jhb <jhb@xxxxxxxxxxx>
  Date:   Tue Oct 2 21:40:57 2018 +0000
  
      Update obsolete files list for OpenSSL 1.1.1.
      
      This will need a real date once this is merged to head.
      
      One weird thing to note: the 32-bit engines get dumped into /usr/lib32
      rather than /usr/lib32/engines, and I bet the 32-bit libcrypto.so i
      looking for the .so files in the wrong place.  We should probably fix
      both of those at some point.
      
      Reviewed by:    emaste, jkim
      Differential Revision:  https://reviews.freebsd.org/D17384
  
  commit 23093832969ea9837d452d40b2121cf76debf487
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 20:55:01 2018 +0000
  
      Make sendmail work with OpenSSL 1.1 API.  Taken from the ports tree.
      
      
https://svnweb.freebsd.org/ports/head/mail/sendmail/files/patch-tls.c?revision=466240
      
      Requested by:   gshapiro
  
  commit bad3dbcb47b5bbd5da073dcf0254395206fddb04
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 20:51:26 2018 +0000
  
      Revert r338773.  A patch from the ports tree will be committed.
      
      Requested by:   gshapiro
  
  commit 683d164a600bd265966d3955e29f87c9200eb7bd
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Mon Oct 1 18:16:36 2018 +0000
  
      Drop pre-AVX toolchain for amd64 and i386 to simplify the makefile.
      
      Especially, head does not support old toolchains because of ifunc support.
  
  commit a178e72a82102e8a7b617870131622ae95edd7a0
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:21:36 2018 +0000
  
      Remove MD dirdeps from Makefile.depend.
      
      It can't be right. :-(
  
  commit e4b73ece31f1d11ab07c2179dfcc4c938119acb1
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:15:47 2018 +0000
  
      Make it more meta mode friendly.
  
  commit 6ac49d7d55e60ae1d1081c3ac55bc5a0b5be4eeb
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 22:14:52 2018 +0000
  
      Fix CLEANFILES.
  
  commit 2ef0b644bd6b4da7990af5da33ed55ca6040a499
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 25 21:12:36 2018 +0000
  
      Regen Makefile.depend.
  
  commit 7becfdd73975ba028350cb8655536432e3718174
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Tue Sep 25 17:41:48 2018 +0000
  
      libevent: eliminate in-tree usage of arc4random_addrandom
      
      Apply r338059 to newly-added libevent 2.1.18.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit 89758c50f6dce9f9071938dacf253f99d052154b
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 17:51:56 2018 +0000
  
      Switch ntp's embedded libevent to 2.1.18
      
      For OpenSSL 1.1.1 compatibility.
      
      Sponsored by:   The FreeBSD Foundation.
  
  commit 2bdba85773226bdea53f9c5ced1595d9e111c8cc
  Merge: ae332003d31 eac58b99dde
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 16:48:54 2018 +0000
  
      Copy libevent sources to contrib
      
      To replace the libevent embedded in ntp, for OpenSSL 1.1.1 compat.
  
  commit eac58b99dde3e15bff2d18f12a918ed8587e3d82
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Mon Sep 24 16:32:10 2018 +0000
  
      Import libevent 2.1.18
      
      This will be used to replace the embedded libevent in ntp, for
      OpenSSL 1.1.1 compatibility.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit ae332003d31733d4bf17d04cf2518a39614cc53c
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sun Sep 23 02:51:54 2018 +0000
  
      Add a hack to build on ARMv4 and ARMv5.
  
  commit ace1a9b0089d4d29f357901076727462a4ca0136
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 23:02:45 2018 +0000
  
      Connect an assembly file for aarch64 to build.
  
  commit 6ffe902342025ac28d265a650827ae4f12cbee0e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 06:50:56 2018 +0000
  
      Add missing ACFLAGS for aarch64.
  
  commit f77ce519bcb470201d767dbe2601f6910f93d53e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:59:43 2018 +0000
  
      Fix typos in the previous commit.
  
  commit 501d69edde203172b5eefbf30cd99cb06cc2c273
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:30:55 2018 +0000
  
      Add a missing source file for SHA.
  
  commit 4764c18acac98c08050aa7ea81bc0f0953279bd9
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 05:16:06 2018 +0000
  
      Add CFLAGS for aarch64/arm assembly files.
  
  commit bbc4f61dae2a763120ebebbad14f6f1fe16c957d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 04:32:44 2018 +0000
  
      Add another include directory for aarch64 and arm.
  
  commit 9568d517c9e29f714be9ccac46fc0e010d855cf3
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 03:54:40 2018 +0000
  
      Regen cpuid assembly files for aarch64 and arm.
  
  commit 0d413d4bb4b23d42724c8ef7d48fce7f1b4fc445
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:43:24 2018 +0000
  
      Connect assembly files for arm to build.
  
  commit 18c5ff13a83b7afefd7b28979c113a51e8228611
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:42:51 2018 +0000
  
      Regen assembly files for arm.
  
  commit 3d40891a01c19f1431bf5bd5ee63dbead120984b
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:23:42 2018 +0000
  
      Connect assembly files for aarch64 to build.
  
  commit 2a49205fa1e6d9f213d1bf5efd22e6716d9f35c8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Sat Sep 22 02:23:03 2018 +0000
  
      Regen assemply files for aarch64.
  
  commit 3fe75bf103e271d6caca54d0645daaa6f8e86a50
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Fri Sep 21 22:26:00 2018 +0000
  
      Unify opensslconf.h templates.
      
      There is no MD macro in this file any more.
  
  commit ff19ff81ccf5d5c8b6d110bc7b5739a5b797096a
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 23:06:59 2018 +0000
  
      Remove pthread from LIBADD for openssl(1).
      
      libcrypto is linked with pthread since r338816.
  
  commit 29fa2db5f4d77ec125ebac7079a00ca273501a03
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:48:34 2018 +0000
  
      Regen assembly files for i386 after r338846.
  
  commit 6245169c783fcaa1be3f7c1fb64be7ed90067979
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:47:55 2018 +0000
  
      Add CFLAGS for i386 assembly files.
  
  commit 514285f2cf5215d42df9a68ddec611c4cd8d4de4
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 22:45:42 2018 +0000
  
      Sort assembly source files for i386.
  
  commit 10114566c43d8d6a3db1373868443b9ab233ce29
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:59:47 2018 +0000
  
      Connect engines to the build.
  
  commit d82903cd418355fbf41abb7aff6a3e0b87927c4e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:36:52 2018 +0000
  
      Connect i386 assembly files to build.
  
  commit 14a0b99c508e06cf2362a50c4164dbbc6ee34378
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 21:34:05 2018 +0000
  
      Regen assembly files for i386.
  
  commit db9c2bdeb5a2e4433649fd15be23018ed43965a9
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 00:20:04 2018 +0000
  
      Link libcrypto with pthread.
  
  commit f769253e9ea49c9ab01dce872c559425ecda3349
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 20 00:17:41 2018 +0000
  
      Remove an obsolete compiler option.
  
  commit 1f5ea8493212adc60117e7ac64e3e254bb5cc417
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Sep 19 21:18:44 2018 +0000
  
      openssh: cherry-pick OpenSSL 1.1.1 compatibility
      
      Upstream commits:
      482d23bcac upstream: hold our collective noses and use the openssl-1.1.x
      48f54b9d12 adapt -portable to OpenSSL 1.1x API
      86e0a9f3d2 upstream: use only openssl-1.1.x API here too
      a3fd8074e2 upstream: missed a bit of openssl-1.0.x API in this unittest
      cce8cbe0ed Fix openssl-1.1 fallout for --without-openssl.
      
      Trivial conflicts in sshkey.c and test_sshkey.c were resolved.
      
      Sponsored by:   The FreeBSD Foundation
  
  commit d46475a2e7b9bc0520eb97b7d62ab118b70237e2
  Author: emaste <emaste@xxxxxxxxxxx>
  Date:   Wed Sep 19 19:13:29 2018 +0000
  
      openssh: rename local macro to avoid OpenSSL 1.1.1 conflict
      
      Local changes introduced an OPENSSH_VERSION macro, but this conflicts
      with a macro of the same name introduced with OpenSSL 1.1.1.
  
  commit 731283605c46e1f50de0e932efeb4a76705c92ab
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:10:28 2018 +0000
  
      Make uefisign(8) buildable.
  
  commit d44a9c781541d52276f53e8b3cf388c75ccd4447
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:09:55 2018 +0000
  
      Make ppp(8) buildable.
  
  commit 92c1167e933ccdfd3ab7b71e493c0157347cc7fd
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:09:09 2018 +0000
  
      Make factor(6) buildable.
  
  commit 645cbaf5b5e09c6f4c391866e8a958eb7ec08398
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:08:27 2018 +0000
  
      Make dc(1) buildable.
  
  commit 69a6e12782eb9f19d300ef5fd60062cce01bc021
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:08:04 2018 +0000
  
      Make geli(8) buildable.
  
  commit 75de67ff13576e87eaa8ce0a9673c6f108dbd689
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:07:03 2018 +0000
  
      Make decryptcore(8) buildable.
  
  commit 59b947e8fccb17a69eb64eef58df546f0ed7fbbc
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:06:20 2018 +0000
  
      Make libradius(3) buildable.
  
  commit 76850e3a164b517938b62dfba617eee6a9d785c0
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:05:31 2018 +0000
  
      Make libmp(3) buildable.
  
  commit 9dfee4aa81fc5fcc7e256bac5bf06d3cd0ddf298
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:04:15 2018 +0000
  
      Make libfetch buildable.
  
  commit b13e04a27e12e5dc96526c4395dc4fab5a7fd98d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:03:28 2018 +0000
  
      Make unbound buildable.
  
  commit d847c947e3c96cf03e4cbef316e69170dce2d492
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 07:01:22 2018 +0000
  
      Make telnet(1) buildable.
  
  commit 9e8c94197aa64e68feec12dd1d20662ea41b443a
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:59:28 2018 +0000
  
      Update Apache Serf to 1.9.3 to support OpenSSL 1.1.1.
  
  commit 192af730df7d576d5e1b7bc6cb276612d48ef04f
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:56:37 2018 +0000
  
      Revert r338774.  Unrelated changes were committed with Apache Serf.
  
  commit 7cc69f42ae4e407922762c4e676b4a03f797dd50
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:49:55 2018 +0000
  
      Update Apache Serf to 1.3.9 to make it buildable with OpenSSL 1.1.1.
  
  commit 23bc9123cbaa862275e1bcbf1e4230e83fc1078f
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:48:45 2018 +0000
  
      Make sendmail(8) buildable.
  
  commit cd4343bf9e672878344ab3ba439173e584d155e4
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:45:13 2018 +0000
  
      Make auditdistd(8) buildable.
  
  commit 9c688a4e5759f985504251bdd064a40ddd286826
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:44:31 2018 +0000
  
      Make libldns buildable.
  
  commit 9296ddc477332a1b599f4530bf72f52ef7f604b8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:42:05 2018 +0000
  
      Make dma(8) buildable.
  
  commit 4d67ad79b83ee3ec18cde9f3ac1d07ec014ba611
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:39:10 2018 +0000
  
      Make libbsnmp buildable.
  
  commit 0ead16e624e58d47f81c9614abbc086488a46575
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 06:29:06 2018 +0000
  
      Build openssl(1).
  
  commit 7c22a3dd9e1ec50e86becb0eb59e72253e2bd447
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:32:48 2018 +0000
  
      Add generated header file for openssl(1).
  
  commit 49d1372bde1ed662689601579fc27ef790b015d2
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:24:00 2018 +0000
  
      Build libssl for amd64.
  
  commit 0f7256978182d762ba34373ef1a55e915ee38e8e
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:08:27 2018 +0000
  
      Add generated header files for FreeBSD.
  
  commit 6968bfa7140bcbafc4984c59802cb17f0c571ab8
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:07:09 2018 +0000
  
      Build libcrypto for amd64.
  
  commit 07d8f615a680e140940a156595a9af84d23cdc41
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Wed Sep 19 00:06:48 2018 +0000
  
      Do not build engines for now.
  
  commit 5f240653243d827f0111efd7557fb609f89a5714
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 18 01:51:28 2018 +0000
  
      Do not generate unused AVX2 and AVX-512 assembly files for amd64.
  
  commit 34ea45b69ddd3650524e52ca09e3df8f93eca151
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Tue Sep 18 01:47:01 2018 +0000
  
      Remove unused AVX2 and AVX-512 assembly files for amd64.
  
  commit 510209c66f26d2df9b5498021ba685b1a5c40907
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Fri Sep 14 14:40:09 2018 +0000
  
      Update SHLIB_VERSION_NUMBER to 9.
      
      Prodded by:     avg
  
  commit a34aeaad0e1116f2b72cd35def5b6b8dd1a915f1
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:51:54 2018 +0000
  
      Add OpenSSL symbol version maps.
      
      Note the files are not automatically generated for now.
  
  commit 589babcc1f58742cea16de8547897771106826ca
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:46:27 2018 +0000
  
      Catch up with manual page removal from secure/lib/libssl.
  
  commit e47d66a07af0466d660cd94fbcb27f6f7bf3873d
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:31:56 2018 +0000
  
      Update initial opensslconf.h for amd64.
  
  commit db0d326ed6dc043b1b488eabe0af079081806746
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 23:14:57 2018 +0000
  
      Regen manual pages.
      
      Note the manual pages are not automatically generated for now.
  
  commit bd1b5d2a7f7f5315cc07952cd7f6de293f3b8747
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 21:07:09 2018 +0000
  
      Regen amd64 assembly files for OpenSSL 1.1.1.
  
  commit 8ea5e5a89140813d255d6ff800c31f7d82f94209
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:53:51 2018 +0000
  
      Update shlib version to 9.
  
  commit 5f960f9938ab6d75bb9446e7171acf776227778b
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:51:19 2018 +0000
  
      Update OpenSSL version number.
  
  commit ed55404d57f4927a58cfa87061b685c016387f25
  Merge: 4d88bbba136 f3cd074bb31
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 20:40:51 2018 +0000
  
      Update OpenSSL to 1.1.1.
      
      Note it does not update build infrastructure.
  
  commit f3cd074bb31c5eadb7b0b3e75bbf50193ceaaa09
  Author: jkim <jkim@xxxxxxxxxxx>
  Date:   Thu Sep 13 19:18:07 2018 +0000
  
      Import OpenSSL 1.1.1.

Revision graph left in 
/home/logs/results/bisect/freebsd-master/build-amd64-xen-freebsd.xen-build-freebsd.{dot,ps,png,html,svg}.
----------------------------------------
128666: tolerable ALL FAIL

flight 128666 freebsd-master real-bisect [real]
http://logs.test-lab.xenproject.org/osstest/logs/128666/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 build-amd64-xen-freebsd       7 xen-build-freebsd       fail baseline untested


jobs:
 build-amd64-xen-freebsd                                      fail    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.