Skip to content
Failed

Console Output

Started by user Joe deKoning
Running as Joe deKoning
[Pipeline] Start of Pipeline
[Pipeline] timeout
Timeout set to expire in 5 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
17:25:23 [2023-05-17T21:25:23.576Z] Running on ub20-x64-omr9 in /home/jenkins/workspace/Build-Jenkins-Container-riscv64
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] git
17:25:25 [2023-05-17T21:25:25.288Z] The recommended git tool is: NONE
17:25:25 [2023-05-17T21:25:25.892Z] No credentials specified
17:25:26 [2023-05-17T21:25:26.198Z] Cloning the remote Git repository
17:25:26 [2023-05-17T21:25:26.323Z] Cloning repository https://github.com/jdekonin/omr.git
17:25:26 [2023-05-17T21:25:26.325Z]  > git init /home/jenkins/workspace/Build-Jenkins-Container-riscv64 # timeout=10
17:25:26 [2023-05-17T21:25:26.349Z] Fetching upstream changes from https://github.com/jdekonin/omr.git
17:25:26 [2023-05-17T21:25:26.349Z]  > git --version # timeout=10
17:25:26 [2023-05-17T21:25:26.355Z]  > git --version # 'git version 2.25.1'
17:25:26 [2023-05-17T21:25:26.356Z]  > git fetch --tags --force --progress -- https://github.com/jdekonin/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:25:59 [2023-05-17T21:25:59.824Z] Avoid second fetch
17:26:00 [2023-05-17T21:26:00.138Z] Checking out Revision 1bbfe2bcb59a178ca3976d833e505d1f75a5e5a4 (refs/remotes/origin/master)
17:25:59 [2023-05-17T21:25:59.321Z]  > git config remote.origin.url https://github.com/jdekonin/omr.git # timeout=10
17:25:59 [2023-05-17T21:25:59.327Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:25:59 [2023-05-17T21:25:59.948Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
17:26:00 [2023-05-17T21:26:00.303Z]  > git config core.sparsecheckout # timeout=10
17:26:00 [2023-05-17T21:26:00.309Z]  > git checkout -f 1bbfe2bcb59a178ca3976d833e505d1f75a5e5a4 # timeout=10
17:26:02 [2023-05-17T21:26:02.012Z] Commit message: "Add dockerfile for riscv64 compiles"
17:26:02 [2023-05-17T21:26:02.323Z] First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
17:26:01 [2023-05-17T21:26:01.334Z]  > git branch -a -v --no-abbrev # timeout=10
17:26:01 [2023-05-17T21:26:01.343Z]  > git checkout -b master 1bbfe2bcb59a178ca3976d833e505d1f75a5e5a4 # timeout=10
17:26:02 [2023-05-17T21:26:02.134Z]  > git rev-list --no-walk ae3e730f447c35eb80564dcf8eebd6a25b1e14f0 # timeout=10
[Pipeline] sh
17:26:06 [2023-05-17T21:26:06.327Z] + docker build -t riscv64:5 -t riscv64:latest -f buildenv/docker/riscv64/debian11/Dockerfile .
17:26:08 [2023-05-17T21:26:08.769Z] Sending build context to Docker daemon  132.4MB

17:26:08 [2023-05-17T21:26:08.769Z] Error response from daemon: dockerfile parse error line 83: unknown instruction: //USER
[Pipeline] }
[Pipeline] // stage
[Pipeline] cleanWs
17:26:11 [2023-05-17T21:26:11.039Z] [WS-CLEANUP] Deleting project workspace...
17:26:11 [2023-05-17T21:26:11.040Z] [WS-CLEANUP] Deferred wipeout is used...
17:26:11 [2023-05-17T21:26:11.554Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE