[Bug 220795] devel/gitlab-runner: using port report status=500 Internal Server Error,while using official binary ok

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 17 10:37:29 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220795

            Bug ID: 220795
           Summary: devel/gitlab-runner:  using port report status=500
                    Internal Server Error,while using official binary ok
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills at FreeBSD.org
          Reporter: amutu at amutu.com
             Flags: maintainer-feedback?(swills at FreeBSD.org)
          Assignee: swills at FreeBSD.org

pkg info | grep gitlab
gitlab-runner-1.11.1_1         Official GitLab Runner written in Go

I download the offical binary from
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-freebsd-amd64
replace the port binary, everything works fine.

log for port binary:
gitlab-runner -l "debug" --debug run
Runtime platform                                    arch=amd64 os=freebsd
revision=08a9e6f version=1.11.1
WARNING: No service system detected. Some features may not work! 
Starting multi-runner from /etc/gitlab-runner/config.toml ...  builds=0
Checking runtime mode                               GOOS=freebsd uid=0
Running in system-mode.                            

Configuration loaded                                builds=0
metricsserveraddress: ""
concurrent: 1
checkinterval: 0
user: ""
runners:
- name: fb10.3-amd64
  limit: 0
  outputlimit: 0
  runnercredentials:
    url: https://gitlab.com/
    token: xxx
    tlscafile: ""
  runnersettings:
    executor: shell
    buildsdir: ""
    cachedir: ""
    environment: []
    preclonescript: ""
    prebuildscript: ""
    postbuildscript: ""
    shell: ""
    ssh: null
    docker: null
    parallels: null
    virtualbox: null
    cache:
      type: ""
      serveraddress: ""
      accesskey: ""
      secretkey: ""
      bucketname: ""
      bucketlocation: ""
      insecure: false
      path: ""
      shared: false
    machine: null
    kubernetes: null
sentrydsn: null
modtime: 2017-07-17T18:04:34.316442+08:00
loaded: true
  builds=0
Metrics server disabled                            
Feeding runners to channel                          builds=0
Starting worker                                     builds=0 worker=0
Trying to load /etc/gitlab-runner/certs/gitlab.com.crt ... 
Dialing: tcp gitlab.com:443 ...                    
Checking for builds... nothing                      runner=e8a79036
Feeding runners to channel                          builds=0
Feeding runners to channel                          builds=0
Checking for builds... nothing                      runner=e8a79036
WARNING: Checking for builds... failed              runner=e8a79036 status=500
Internal Server Error
Feeding runners to channel                          builds=0
Checking for builds... nothing                      runner=e8a79036
Feeding runners to channel                          builds=0
Feeding runners to channel                          builds=0
^CWARNING: Requested service stop: <nil>              builds=0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list