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: fdc2e68b-9bc3-4b71-9cd4-cc26c5af1424@1.worker-com-65f4cb59fb-t5kqr.gce-production-2
3version: 6.2.22 https://github.com/travis-ci/worker/tree/858cb91994a513269f2fe9782c15fc113e966231
4instance: travis-job-144a97be-b076-466f-9e34-d1ebc6ce4780 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.098343934s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.03s0.03s1.69sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.12s
git.checkout
120.87s$ 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 0d1f1fd0144f95a56ac4524feb62ef0c00bfdf04
170.07s
18Setting environment variables from repository settings
19$ export ENV_LANGUAGE_USED=[secure]
21$ bash -c 'echo $BASH_VERSION'
224.4.23(1)-release
240.83s$ 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.15s$ 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.15s$ docker run -it mcr.microsoft.com/windows/nanoserver env
50The command "docker run -it mcr.microsoft.com/windows/nanoserver env" exited with 1.
510.14s$ docker run -it ruby:3.0.0 env
52The command "docker run -it ruby:3.0.0 env" exited with 1.
55Done. Your build exited with 1.
56the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
57the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Top