Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8015728

(zipfs) demo/zipfs/basic.sh failing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 8
    • 8
    • core-libs
    • None
    • b96
    • Verified

    Description

      --------------------------------------------------
      TEST: demo/zipfs/basic.sh
      JDK under test: (C:\jprt\T\P1\065921~1.ALB\TESTPR~1\WINDOW~1.2-P)
      java version "1.8.0-internal"
      Java(TM) SE Runtime Environment (build 1.8.0-internal-jprtadm_2013_05_31_00_31-b00)
      Java HotSpot(TM) 64-Bit Server VM (build 25.0-b33, mixed mode)

      Timeout signaled after 480 seconds


      ACTION: build -- Passed. Build successful
      REASON: User specified action: run build Basic PathOps ZipFSTester
      TIME: 0.484 seconds
      messages:
      command: build Basic PathOps ZipFSTester
      reason: User specified action: run build Basic PathOps ZipFSTester
      elapsed time (seconds): 0.484

      ACTION: compile -- Passed. Compilation successful
      REASON: .class file out of date or does not exist
      TIME: 0.484 seconds
      messages:
      command: compile -XDignore.symbol.file=true C:\jprt\T\P1\065921.albatem\s\jdk\test\demo\zipfs\Basic.java C:\jprt\T\P1\065921.albatem\s\jdk\test\demo\zipfs\PathOps.java C:\jprt\T\P1\065921.albatem\s\jdk\test\demo\zipfs\ZipFSTester.java
      reason: .class file out of date or does not exist
      elapsed time (seconds): 0.484

      ACTION: shell -- Error. Program `sh' interrupted! (timed out?)
      REASON: User specified action: run shell basic.sh
      TIME: 480.329 seconds
      messages:
      command: shell basic.sh []
      reason: User specified action: run shell basic.sh
      elapsed time (seconds): 480.329
      STDOUT:

      com//
       sun//
        nio//
         zipfs//
          ZipUtils.class (4611)
          ZipPath.class (18198)
          ZipPath$2.class (690)
          ZipPath$1.class (1130)
          ZipInfo.class (6096)
          ZipFileSystemProvider.class (10045)
          ZipFileSystem.class (33935)
          ZipFileSystem$IndexNode.class (1169)
          ZipFileSystem$ExChannelCloser.class (762)
          ZipFileSystem$EntryOutputStream.class (2614)
          ZipFileSystem$EntryInputStream.class (2357)
          ZipFileSystem$Entry.class (9739)
          ZipFileSystem$END.class (1387)
          ZipFileSystem$5.class (1926)
          ZipFileSystem$4.class (3386)
          ZipFileSystem$3.class (1633)
          ZipFileSystem$2.class (1557)
          ZipFileSystem$1.class (925)
          ZipFileStore.class (2623)
          ZipFileStore$ZipFileStoreAttributes.class (1341)
          ZipFileAttributeView.class (4636)
          ZipFileAttributeView$AttrID.class (1684)
          ZipFileAttributeView$1.class (1311)
          ZipFileAttributes.class (3406)
          ZipDirectoryStream.class (2378)
          ZipDirectoryStream$1.class (1283)
          ZipConstants.class (5076)
          ZipCoder.class (4131)
          JarFileSystemProvider.class (2098)
      META-INF//
       services//
        java.nio.file.spi.FileSystemProvider (41)
       MANIFEST.MF (337)



      -- NullPointerException --


      -- Path operations --

      /a/b/c -> /a/b/c
      check root
      Expected: /
      Actual: /
      check parent
      Expected: /a/b
      Actual: /a/b
      check name
      Expected: c
      Actual: c

      / -> /
      check root
      Expected: /
      Actual: /
      check parent
      Expected: null
      Actual: null
      check name
      Expected: null
      Actual: null

      a/b -> a/b
      check root
      Expected: null
      Actual: null
      check parent
      Expected: a
      Actual: a
      check name
      Expected: b
      Actual: b

      foo -> foo
      check root
      Expected: null
      Actual: null
      check parent
      Expected: null
      Actual: null
      check name
      Expected: foo
      Actual: foo

       ->
      test startsWith with
      Expected: true
      Actual: true
      test not startsWith with /
      Expected: false
      Actual: false

      / -> /
      test startsWith with /
      Expected: true
      Actual: true
      test not startsWith with /foo
      Expected: false
      Actual: false

      /foo -> /foo
      test startsWith with /
      Expected: true
      Actual: true
      test startsWith with /foo
      Expected: true
      Actual: true
      test not startsWith with /f
      Expected: false
      Actual: false
      test not startsWith with
      Expected: false
      Actual: false

      /foo/bar -> /foo/bar
      test startsWith with /
      Expected: true
      Actual: true
      test startsWith with /foo
      Expected: true
      Actual: true
      test startsWith with /foo/
      Expected: true
      Actual: true
      test startsWith with /foo/bar
      Expected: true
      Actual: true
      test not startsWith with /f
      Expected: false
      Actual: false
      test not startsWith with foo
      Expected: false
      Actual: false
      test not startsWith with foo/bar
      Expected: false
      Actual: false
      test not startsWith with
      Expected: false
      Actual: false

      foo -> foo
      test startsWith with foo
      Expected: true
      Actual: true
      test not startsWith with f
      Expected: false
      Actual: false

      foo/bar -> foo/bar
      test startsWith with foo
      Expected: true
      Actual: true
      test startsWith with foo/
      Expected: true
      Actual: true
      test startsWith with foo/bar
      Expected: true
      Actual: true
      test not startsWith with f
      Expected: false
      Actual: false
      test not startsWith with /foo
      Expected: false
      Actual: false
      test not startsWith with /foo/bar
      Expected: false
      Actual: false

       ->
      test endsWith
      Expected: true
      Actual: true
      test not endsWith /
      Expected: false
      Actual: false

      / -> /
      test endsWith /
      Expected: true
      Actual: true
      test not endsWith foo
      Expected: false
      Actual: false
      test not endsWith /foo
      Expected: false
      Actual: false

      /foo -> /foo
      test endsWith foo
      Expected: true
      Actual: true
      test endsWith /foo
      Expected: true
      Actual: true
      test not endsWith /
      Expected: false
      Actual: false

      /foo/bar -> /foo/bar
      test endsWith bar
      Expected: true
      Actual: true
      test endsWith foo/bar
      Expected: true
      Actual: true
      test endsWith foo/bar/
      Expected: true
      Actual: true
      test endsWith /foo/bar
      Expected: true
      Actual: true
      test not endsWith /bar
      Expected: false
      Actual: false

      /foo/bar/ -> /foo/bar/
      test endsWith bar
      Expected: true
      Actual: true
      test endsWith foo/bar
      Expected: true
      Actual: true
      test endsWith foo/bar/
      Expected: true
      Actual: true
      test endsWith /foo/bar
      Expected: true
      Actual: true
      test not endsWith /bar
      Expected: false
      Actual: false

      foo -> foo
      test endsWith foo
      Expected: true
      Actual: true

      foo/bar -> foo/bar
      test endsWith bar
      Expected: true
      Actual: true
      test endsWith bar/
      Expected: true
      Actual: true
      test endsWith foo/bar/
      Expected: true
      Actual: true
      test endsWith foo/bar
      Expected: true
      Actual: true

      a/b/c -> a/b/c
      check element 0
      Expected: a
      Actual: a
      check element 1
      Expected: b
      Actual: b
      check element 2
      Expected: c
      Actual: c

      / -> /
      check path is absolute
      Expected: true
      Actual: true

      /tmp -> /tmp
      check path is absolute
      Expected: true
      Actual: true

      tmp -> tmp
      check path is not absolute
      Expected: false
      Actual: false

       ->
      check path is not absolute
      Expected: false
      Actual: false

      /tmp -> /tmp
      test resolve foo
      Expected: /tmp/foo
      Actual: /tmp/foo
      test resolve /foo
      Expected: /foo
      Actual: /foo

      tmp -> tmp
      test resolve foo
      Expected: tmp/foo
      Actual: tmp/foo
      test resolve /foo
      Expected: /foo
      Actual: /foo

      /a/b/c -> /a/b/c
      test relativize /a/b/c
      Expected:
      Actual:
      test relativize /a/b/c/d/e
      Expected: d/e
      Actual: d/e
      test relativize /a/x
      Expected: ../../x
      Actual: ../../x

      / -> /
      check normalized path
      Expected: /
      Actual: /

      foo -> foo
      check normalized path
      Expected: foo
      Actual: foo

      /foo -> /foo
      check normalized path
      Expected: /foo
      Actual: /foo

      . -> .
      check normalized path
      Expected:
      Actual:

      .. -> ..
      check normalized path
      Expected: ..
      Actual: ..

      /.. -> /..
      check normalized path
      Expected: /
      Actual: /

      /../.. -> /../..
      check normalized path
      Expected: /
      Actual: /

      foo/. -> foo/.
      check normalized path
      Expected: foo
      Actual: foo

      ./foo -> ./foo
      check normalized path
      Expected: foo
      Actual: foo

      foo/.. -> foo/..
      check normalized path
      Expected:
      Actual:

      ../foo -> ../foo
      check normalized path
      Expected: ../foo
      Actual: ../foo

      ../../foo -> ../../foo
      check normalized path
      Expected: ../../foo
      Actual: ../../foo

      foo/bar/.. -> foo/bar/..
      check normalized path
      Expected: foo
      Actual: foo

      foo/bar/gus/../.. -> foo/bar/gus/../..
      check normalized path
      Expected: foo
      Actual: foo

      /foo/bar/gus/../.. -> /foo/bar/gus/../..
      check normalized path
      Expected: /foo
      Actual: /foo

      /./. -> /./.
      check normalized path
      Expected: /
      Actual: /

      /. -> /.
      check normalized path
      Expected: /
      Actual: /

      /./abc -> /./abc
      check normalized path
      Expected: /abc
      Actual: /abc

      foo�bar -> java.nio.file.InvalidPathException: Path: nul character not allowed: foo�bar

      �foo -> java.nio.file.InvalidPathException: Path: nul character not allowed: �foo

      bar� -> java.nio.file.InvalidPathException: Path: nul character not allowed: bar�

      //foo�bar -> java.nio.file.InvalidPathException: Path: nul character not allowed: //foo�bar

      //�foo -> java.nio.file.InvalidPathException: Path: nul character not allowed: //�foo

      //bar� -> java.nio.file.InvalidPathException: Path: nul character not allowed: //bar�

      //foo//bar -> /foo/bar
      check string representation
      Expected: /foo/bar
      Actual: /foo/bar
      check root
      Expected: /
      Actual: /
      check parent
      Expected: /foo
      Actual: /foo
      check name
      Expected: bar
      Actual: bar

      /fileDoesNotExist -> /fileDoesNotExist
      check two paths are same

      /fileDoesNotExist -> /fileDoesNotExist
      Expected: true
      Actual: true

      [/]
        [/xyz11/]
          [/xyz11/efg79/]
        [/C:/]
          [/C:/jprt/]
            [/C:/jprt/T/]
              [/C:/jprt/T/P1/]
                [/C:/jprt/T/P1/065921.albatem/]
                  [/C:/jprt/T/P1/065921.albatem/io/]
                    [/C:/jprt/T/P1/065921.albatem/io/windows_x64-product-c2-jdk_other/]
        [/META-INF/]
          MANIFEST.MF_TMP
          [/META-INF/services/]
            java.nio.file.spi.FileSystemProvider
        [/com/]
          [/com/sun/]
            [/com/sun/nio/]
              [/com/sun/nio/zipfs/]
                JarFileSystemProvider.class
                ZipCoder.class
                ZipConstants.class
                ZipDirectoryStream$1.class
                ZipDirectoryStream.class
                ZipFileAttributes.class
                ZipFileAttributeView$1.class
                ZipFileAttributeView$AttrID.class
                ZipFileAttributeView.class
                ZipFileStore$ZipFileStoreAttributes.class
                ZipFileStore.class
                ZipFileSystem$1.class
                ZipFileSystem$2.class
                ZipFileSystem$3.class
                ZipFileSystem$4.class
                ZipFileSystem$5.class
                ZipFileSystem$END.class
                ZipFileSystem$Entry.class
                ZipFileSystem$EntryInputStream.class
                ZipFileSystem$EntryOutputStream.class
                ZipFileSystem$ExChannelCloser.class
                ZipFileSystem$IndexNode.class
                ZipFileSystem.class
                ZipFileSystemProvider.class
                ZipInfo.class
                ZipPath$1.class
                ZipPath$2.class
                ZipPath.class
                ZipUtils.class
      java.nio.file.FileSystemException: xyz11/efg79 -> is a directory
      at com.sun.nio.zipfs.ZipFileSystem.newInputStream(ZipFileSystem.java:546)
      at com.sun.nio.zipfs.ZipPath.newInputStream(ZipPath.java:645)
      at com.sun.nio.zipfs.ZipFileSystemProvider.newInputStream(ZipFileSystemProvider.java:278)
      at java.nio.file.Files.newInputStream(Files.java:115)
      at ZipFSTester.test1(ZipFSTester.java:171)
      at ZipFSTester.main(ZipFSTester.java:50)
      test ByteChannel...
         sbc[0]: pos=0, size=12345
         sbc[1]: read=12345, pos=12345, size=12345
         sbc[2]: pos=120, size=12345
         sbc[3]: read=100, pos=220, size=12345
         sbc[4]: bb[120]=59, bb1[0]=59
      copy src: fs -> fs0...
      open fs0 as fs1
      listing...
      copying/removing...
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at ZipFSTester.streamCopy(ZipFSTester.java:687)
      at ZipFSTester.z2zcopy(ZipFSTester.java:443)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$3.run(ZipFSTester.java:265)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.io.FilterInputStream.read(FilterInputStream.java:107)
      at com.sun.nio.zipfs.ZipPath.copyToTarget(ZipPath.java:858)
      at com.sun.nio.zipfs.ZipPath.copy(ZipPath.java:817)
      at com.sun.nio.zipfs.ZipFileSystemProvider.copy(ZipFileSystemProvider.java:194)
      at java.nio.file.Files.copy(Files.java:1234)
      at ZipFSTester.z2zcopy(ZipFSTester.java:436)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$1.run(ZipFSTester.java:235)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
      at com.sun.nio.zipfs.ZipFileSystem$3.read(ZipFileSystem.java:657)
      at ZipFSTester.chCopy(ZipFSTester.java:658)
      at ZipFSTester.z2zcopy(ZipFSTester.java:439)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$2.run(ZipFSTester.java:250)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
      at com.sun.nio.zipfs.ZipFileSystem$3.read(ZipFileSystem.java:657)
      at ZipFSTester.chCopy(ZipFSTester.java:658)
      at ZipFSTester.z2zcopy(ZipFSTester.java:439)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$2.run(ZipFSTester.java:250)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
      at com.sun.nio.zipfs.ZipFileSystem$3.read(ZipFileSystem.java:657)
      at ZipFSTester.chCopy(ZipFSTester.java:658)
      at ZipFSTester.z2zcopy(ZipFSTester.java:439)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$2.run(ZipFSTester.java:250)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
      at com.sun.nio.zipfs.ZipFileSystem$3.read(ZipFileSystem.java:657)
      at ZipFSTester.chCopy(ZipFSTester.java:658)
      at ZipFSTester.z2zcopy(ZipFSTester.java:439)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$2.run(ZipFSTester.java:250)
      at java.lang.Thread.run(Thread.java:724)
      java.io.EOFException: Unexpected end of ZLIB input stream
      at com.sun.nio.zipfs.ZipFileSystem$5.fill(ZipFileSystem.java:1427)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:385)
      at com.sun.nio.zipfs.ZipFileSystem$3.read(ZipFileSystem.java:657)
      at ZipFSTester.chCopy(ZipFSTester.java:658)
      at ZipFSTester.z2zcopy(ZipFSTester.java:439)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.z2zcopy(ZipFSTester.java:425)
      at ZipFSTester.access$000(ZipFSTester.java:42)
      at ZipFSTester$2.run(ZipFSTester.java:250)
      at java.lang.Thread.run(Thread.java:724)
      STDERR:

      TEST RESULT: Error. Program `sh' interrupted! (timed out?)
      --------------------------------------------------

      Attachments

        Activity

          People

            sherman Xueming Shen
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: