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: 6f6e3bb7-c878-44a3-a6c5-b1a8c4097643@1.worker-com-65f4cb59fb-62ctc.gce-production-2
3version: 6.2.22 https://github.com/travis-ci/worker/tree/858cb91994a513269f2fe9782c15fc113e966231
4instance: travis-job-a4b70ee1-dd32-4f58-a5d8-a4f1f227c9a0 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.247373675s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.03s0.04s2.24sDisabling 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.76s$ 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 3e3d1ad6357937f7f8c751231cd46f89b27ba622
170.08s
18Setting environment variables from repository settings
19$ export ENV_LANGUAGE_USED=[secure]
21$ bash -c 'echo $BASH_VERSION'
224.4.23(1)-release
240.76s$ 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.17s$ 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.18s$ docker run -it mcr.microsoft.com/windows/nanoserver env
50The command "docker run -it mcr.microsoft.com/windows/nanoserver env" exited with 1.
510.67s$ docker pull ruby:3.0.0
52the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
533.0.0: Pulling from library/ruby
54The command "docker pull ruby:3.0.0" exited with 1.
550.16s$ docker run -it ruby:3.0.0 env
56The command "docker run -it ruby:3.0.0 env" exited with 1.
59Done. Your build exited with 1.
60no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
61the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Top