Skip to content

Instantly share code, notes, and snippets.

@Jimmy-Xu
Last active September 26, 2016 16:40
Show Gist options
  • Save Jimmy-Xu/3b838db4cbef31dc3e41dbea3ee9bafb to your computer and use it in GitHub Desktop.
Save Jimmy-Xu/3b838db4cbef31dc3e41dbea3ee9bafb to your computer and use it in GitHub Desktop.
codefresh run integration test result
Pulling cf-integration image...
Creating machine
zone: us-central1-a
type: n1-standard-4
Creating CA: /root/.docker/machine/certs/ca.pem
Creating client certificate: /root/.docker/machine/certs/cert.pem
Running pre-create checks...
(cf-integration-201609261611-050151665) Check that the project exists
(cf-integration-201609261611-050151665) Check if the instance already exists
Creating machine...
(cf-integration-201609261611-050151665) Generating SSH Key
(cf-integration-201609261611-050151665) Creating host...
(cf-integration-201609261611-050151665) Opening firewall ports
(cf-integration-201609261611-050151665) Creating instance
(cf-integration-201609261611-050151665) Waiting for Instance
(cf-integration-201609261611-050151665) Uploading SSH Key
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Detecting the provisioner...
Provisioning with ubuntu(systemd)...
Installing Docker...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...
Checking connection to Docker...
Docker is up and running!
To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: docker-machine env cf-integration-201609261611-050151665
Preparing environment for: cf-integration-201609261611-050151665
WARNING: login credentials saved in /root/.docker/config.json
Login Succeeded
Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
Server:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: 2016-08-18T05:33:38.359262265+00:00
OS/Arch: linux/amd64
Containers: 0
Images: 0
Server Version: 1.12.1
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 0
Dirperm1 Supported: true
Logging Driver: json-file
Kernel Version: 4.4.0-22-generic
Operating System: Ubuntu 16.04 LTS
CPUs: 4
Total Memory: 14.69 GiB
Name: cf-integration-201609261611-050151665
ID: FROZ:BXYY:X4U6:L475:3IBR:2YYZ:ZP3A:TS4Y:KSFE:JJRY:6P5H:VTHR
Username: xjimmyshcn
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Labels:
provider=google
Pulling jenkins (xjimmyshcn/hyperkins:master)...
master: Pulling from xjimmyshcn/hyperkins
6a5a5368e0c2: Pulling fs layer
7b9457ec39de: Pulling fs layer
...
2fe77040ce88: Extracting [==================================================>] 20.32 MB/20.32 MB
2fe77040ce88: Pull complete
Digest: sha256:0aef117d9efc0435b9b16f1c4ca7ec059f7e766f16bd3a32855a272d9c75b494
Status: Downloaded newer image for xjimmyshcn/hyperkins:master
Creating network "integration_default" with the default driver
Creating integration_jenkins_1
Running User Script >>>>>>>>>>>>>
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
xjimmyshcn/hyperkins master sha256:c2abb 8 minutes ago 781.4 MB
xjimmyshcn/hyperkins <none> sha256:c2abb 8 minutes ago 781.4 MB
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4ad82b770f72 xjimmyshcn/hyperkins:master "/bin/tini -- /usr/lo" 1 seconds ago Up Less than a second 0.0.0.0:32769->8080/tcp, 0.0.0.0:32768->50000/tcp integration_jenkins_1
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
8ddc19f16526: Pulling fs layer
8ddc19f16526: Downloading 32.77 kB/667.6 kB
8ddc19f16526: Downloading 49.15 kB/667.6 kB
...
...
8ddc19f16526: Extracting 667.6 kB/667.6 kB
8ddc19f16526: Pull complete
Digest: sha256:a59906e33509d14c036c8678d687bd4eec81ed7c4b8ce907b888c607f6a1e0e6
Status: Downloaded newer image for busybox:latest
Integration Test Script start
PING jenkins (172.18.0.2): 56 data bytes
64 bytes from 172.18.0.2: seq=0 ttl=64 time=0.080 ms
64 bytes from 172.18.0.2: seq=1 ttl=64 time=0.085 ms
64 bytes from 172.18.0.2: seq=2 ttl=64 time=0.079 ms
--- jenkins ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.079/0.081/0.085 ms
Integration Test Script end
About to remove cf-integration-201609261611-050151665
(cf-integration-201609261611-050151665) Deleting instance.
(cf-integration-201609261611-050151665) Waiting for instance to delete.
(cf-integration-201609261611-050151665) Deleting disk.
(cf-integration-201609261611-050151665) Waiting for disk to delete.
Successfully removed cf-integration-201609261611-050151665
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment