Project

General

Profile

Actions

Bug #9464

closed

java.nio.file.NoSuchFileException

Added by Alexander Protsenko about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
01/29/2019
Due date:
% Done:

100%

Estimated time:
Detected in build:
master
Platform:
Published in build:

Description

Файлы с теста:
https://forge.ispras.ru/jenkins/job/MicroTESK_RISCV/ws/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/

Лог:
https://forge.ispras.ru/jenkins/job/MicroTESK_RISCV/lastCompletedBuild/testReport/ru.ispras.microtesk.model.riscv.instruction/InstructionLwSwSv32TestCase/test/

Generation Statistics
Generation time: 0.741 seconds
Generation rate: 99 instructions/second
Programs/stimuli/instructions: 1/0/74
Start compilation of instruction_lw_sw_sv32_0000.s ...
done.
Start emulation ...
Timeout is expired for: "/srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/tools/qemu/bin/qemu-system-riscv64 -M spike_v1.10 -cpu any -d unimp,nochain,in_asm -nographic -singlestep -trace-log -D /srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/instruction_lw_sw_sv32_0000-qemu.log -kernel /srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/instruction_lw_sw_sv32_0000.elf" 
done.
Start simulation on Spike ...
Timeout is expired for: "/bin/bash -c /opt/riscv/bin/spike -l --isa=rv64gc /opt/riscv/riscv64-unknown-linux-gnu/bin/pk /srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/instruction_lw_sw_sv32_0000.elf &>/srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/instruction_lw_sw_sv32_0000-spike.log" 
done.
Check traces ...
Вывод ошибок (STDERR)
java.nio.file.NoSuchFileException: /srv/jenkins/workspace/MicroTESK_RISCV/microtesk-riscv/build/test/instruction/instruction_lw_sw_sv32/error-log.txt
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
    at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
    at java.nio.file.Files.newByteChannel(Files.java:361)
    at java.nio.file.Files.newByteChannel(Files.java:407)
    at java.nio.file.Files.readAllBytes(Files.java:3152)
    at ru.ispras.microtesk.model.riscv.RiscVTest.runCommand(RiscVTest.java:630)
    at ru.ispras.microtesk.model.riscv.RiscVTest.runCommand(RiscVTest.java:575)
    at ru.ispras.microtesk.model.riscv.RiscVTest.emulate(RiscVTest.java:429)
    at ru.ispras.microtesk.model.riscv.RiscVTest.compileAndEmulate(RiscVTest.java:331)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Actions #1

Updated by Sergey Smolov about 5 years ago

  • Project changed from 222 to MicroTESK for RISC-V
Actions #2

Updated by Sergey Smolov about 5 years ago

  • Status changed from New to Open
  • Detected in build changed from svn to master
Actions #3

Updated by Sergey Smolov about 5 years ago

  • Status changed from Open to Resolved
  • % Done changed from 0 to 100

Fixed in cc9f27f0

Actions #4

Updated by Alexander Protsenko about 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF