AMD64
Shell
Git

Windows builds are in early access stage. Please head to the Travis CI Community forum to get help or post ideas.

Raw log
Scroll to End of Log
worker_info
1Worker information
2hostname: d46ccd90-515f-4f46-ad5c-98ff0e71c7df@1.worker-com-54588667bc-knc9k.gce-production-1
3version: 6.2.22 https://github.com/travis-ci/worker/tree/858cb91994a513269f2fe9782c15fc113e966231
4instance: travis-job-7c4efdcf-5eb7-40e9-9778-2e6271e934ec travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.395140425s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.05s0.04s3.04sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.15s
git.checkout
121.14s$ git clone --depth=50 --branch=main https://github.com/GbArc/devtest1.git GbArc/devtest1
13Cloning into 'GbArc/devtest1'...
14$ cd GbArc/devtest1
15$ git checkout -qf 31e1411188c7b4656ec06d3077b3bc297d142d19
170.15s
18Setting environment variables from repository settings
19$ export ENV_LANGUAGE_USED=[secure]
21$ bash -c 'echo $BASH_VERSION'
224.4.23(1)-release
240.97s$ docker version
25Client: Docker Engine - Enterprise
26 Version: 19.03.5
27 API version: 1.40
28 Go version: go1.12.12
29 Git commit: 2ee0c57608
30 Built: 11/13/2019 08:00:16
31 OS/Arch: windows/amd64
32 Experimental: false
34Server: Docker Engine - Enterprise
35 Engine:
36 Version: 19.03.5
37 API version: 1.40 (minimum version 1.24)
38 Go version: go1.12.12
39 Git commit: 2ee0c57608
40 Built: 11/13/2019 07:58:51
41 OS/Arch: windows/amd64
42 Experimental: false
43The command "docker version" exited with 0.
440.27s$ docker images
45REPOSITORY TAG IMAGE ID CREATED SIZE
46mcr.microsoft.com/windows/servercore 1809 36aed4b73b9c 2 years ago 4.98GB
47mcr.microsoft.com/windows/nanoserver 1809 96b4b0f16026 2 years ago 251MB
48The command "docker images" exited with 0.
490.19s$ winpty docker run -it mcr.microsoft.com/windows/nanoserver env
50The command "winpty docker run -it mcr.microsoft.com/windows/nanoserver env" exited with 1.
510.24s$ winpty docker pull ruby:3.0.0
52The command "winpty docker pull ruby:3.0.0" exited with 1.
530.18s$ winpty docker run -it ruby:3.0.0 env
54The command "winpty docker run -it ruby:3.0.0 env" exited with 1.
57Done. Your build exited with 1.
58stdin is not a tty
59stdin is not a tty
60stdin is not a tty
Top