libbitcoin-server-for-peerplays building in docker qa environment fails #511

Closed
opened 2023-02-11 05:08:29 +00:00 by prandnum · 7 comments
prandnum commented 2023-02-11 05:08:29 +00:00 (Migrated from gitlab.com)

Steps"

  1. tried building the latest docker qa environment and it failed

log: docker-qa-build.log

kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ docker version
Client: Docker Engine - Community
 Version:           23.0.1
 API version:       1.42
 Go version:        go1.19.5
 Git commit:        a5ee5b1
 Built:             Thu Feb  9 19:46:56 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          23.0.1
  API version:      1.42 (minimum version 1.12)
  Go version:       go1.19.5
  Git commit:       bc3805a
  Built:            Thu Feb  9 19:46:56 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.16
  GitCommit:        31aa4358a36870b21a992d3ad2bef29e1d693bec
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ 
kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ git log -3
commit 5c0c590e8e1fc486c49d060225418f28e00d6afa (HEAD -> master, origin/master, origin/HEAD)
Author: serkixenos <serki.xenos@gmail.com>
Date:   Tue Feb 7 02:44:12 2023 +0100

    Fix missing/broken libbitcoin instructions/builds

commit f3182856c58664619f3bda597accc483c9cc97da
Author: serkixenos <serki.xenos@gmail.com>
Date:   Tue Feb 7 00:02:21 2023 +0100

    Align Peerplays config files with latest develop branch

commit e69a305bbdec9334a027bb7ed90ad43f9ba9e216
Merge: 0fec30d 3d61f19
Author: serkixenos <serki.xenos@gmail.com>
Date:   Wed Feb 1 12:37:32 2023 +0000

    Merge branch 'feature/python-SON-tests-20' into 'master'
    
    SON down report test
    
    See merge request PBSA/tools-libs/peerplays-utils!39
kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ 
Steps" 1. tried building the latest docker qa environment and it failed log: [docker-qa-build.log](/uploads/b858534a2568144ad68bf508b295fbc0/docker-qa-build.log) ``` kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ docker version Client: Docker Engine - Community Version: 23.0.1 API version: 1.42 Go version: go1.19.5 Git commit: a5ee5b1 Built: Thu Feb 9 19:46:56 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 23.0.1 API version: 1.42 (minimum version 1.12) Go version: go1.19.5 Git commit: bc3805a Built: Thu Feb 9 19:46:56 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.16 GitCommit: 31aa4358a36870b21a992d3ad2bef29e1d693bec runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0 kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ ``` ``` kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ git log -3 commit 5c0c590e8e1fc486c49d060225418f28e00d6afa (HEAD -> master, origin/master, origin/HEAD) Author: serkixenos <serki.xenos@gmail.com> Date: Tue Feb 7 02:44:12 2023 +0100 Fix missing/broken libbitcoin instructions/builds commit f3182856c58664619f3bda597accc483c9cc97da Author: serkixenos <serki.xenos@gmail.com> Date: Tue Feb 7 00:02:21 2023 +0100 Align Peerplays config files with latest develop branch commit e69a305bbdec9334a027bb7ed90ad43f9ba9e216 Merge: 0fec30d 3d61f19 Author: serkixenos <serki.xenos@gmail.com> Date: Wed Feb 1 12:37:32 2023 +0000 Merge branch 'feature/python-SON-tests-20' into 'master' SON down report test See merge request PBSA/tools-libs/peerplays-utils!39 kiran@warpspeed:~/PBSA/10022023/peerplays-utils/peerplays-qa-environment$ ```
prandnum commented 2023-02-11 05:08:45 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
prandnum commented 2023-02-11 05:09:06 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
prandnum commented 2023-02-11 05:09:26 +00:00 (Migrated from gitlab.com)

@bobinson @serkixenos

CC: @tai.sama

@bobinson @serkixenos CC: @tai.sama
prandnum commented 2023-02-12 15:53:26 +00:00 (Migrated from gitlab.com)

Rather than picking master branch shouldn't we be picking a release branch otherwise docker qa builds might fail.

Rather than picking master branch shouldn't we be picking a release branch otherwise docker qa builds might fail.
serkixenos commented 2023-02-21 05:06:45 +00:00 (Migrated from gitlab.com)

assigned to @prandnum and @wsalloum

assigned to @prandnum and @wsalloum
serkixenos commented 2023-02-21 05:07:50 +00:00 (Migrated from gitlab.com)

Should be fixed now, including QA env, peerplays docker images for 18.04 and 20.04, and updated build instructions in README file.

Should be fixed now, including QA env, peerplays docker images for 18.04 and 20.04, and updated build instructions in README file.
prandnum commented 2023-02-23 16:48:17 +00:00 (Migrated from gitlab.com)

Able to build without issues.

Able to build without issues.
prandnum (Migrated from gitlab.com) closed this issue 2023-02-23 16:48:18 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#511
No description provided.