Skip to content

Instantly share code, notes, and snippets.

@xinity
Created November 2, 2015 17:40
Show Gist options
  • Save xinity/dcf2e71ff5be7a32874f to your computer and use it in GitHub Desktop.
Save xinity/dcf2e71ff5be7a32874f to your computer and use it in GitHub Desktop.
drone failed ouput
[info] Pulling image plugins/drone-git:latest
$ git init
Initialized empty Git repository in /drone/src/bitbucket.org/xinity77/myproject/.git/
$ git remote add origin https://bitbucket.org/xinity77/myproject.git
$ git fetch --no-tags --depth=50 origin +refs/heads/drone:
From https://bitbucket.org/xinity77/myproject
* branch drone -> FETCH_HEAD
* [new branch] drone -> origin/drone
$ git reset --hard -q b51f3456940606b8bc9bbb28481bc4666c8c3b46
[info] Pulling image registry:4433/lampdev:latest
[info] Pulling image plugins/drone-docker:latest
time="2015-11-02T15:55:07Z" level=debug msg="Launch config dockerlaunch.Config{Fork:false, CommandName:\"\", DnsConfig:netconf.DnsConfig{Nameservers:[]string(nil), Search:[]string(nil)}, BridgeName:\"\", BridgeAddress:\"\", BridgeMtu:0, CgroupHierarchy:map[string]string(nil), LogFile:\"\", NoLog:false}"
time="2015-11-02T15:55:07Z" level=debug msg="Mounting devtmpfs /dev devtmpfs "
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /dev/pts devpts "
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /proc proc "
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /run tmpfs "
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /sys sysfs "
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /sys/fs/cgroup tmpfs "
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: #subsys_name\thierarchy\tnum_cgroups\tenabled"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: cpuset\t1\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: cpu\t2\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: cpuacct\t3\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: memory\t0\t1\t0"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: devices\t4\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: freezer\t5\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: net_cls\t6\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: blkio\t7\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: perf_event\t8\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="/proc/cgroups: net_prio\t9\t10\t1"
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /sys/fs/cgroup/cpu cgroup cpu"
time="2015-11-02T15:55:07Z" level=debug msg="Creating /sys/fs/cgroup/memory"
time="2015-11-02T15:55:07Z" level=debug msg="Mounting none /sys/fs/cgroup/memory cgroup memory"
time="2015-11-02T15:55:07Z" level=fatal msg="no such file or directory"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment